示例#1
0
文件: form.php 项目: goudaelalfy/erp
    $guiTools->cellTextbox('200px', '30', '30', 'txt_mobile', 'txt_mobile', $mobile);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('telephone'));
    $guiTools->cellTextbox('200px', '30', '30', 'txt_telephone', 'txt_telephone', $telephone);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('email'));
    $guiTools->cellTextbox('200px', '40', '50', 'txt_email', 'txt_email', $email);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('120px', $this->lang->line('address'));
    $guiTools->cellTextbox('200px', '50', '100', 'txt_address', 'txt_address', $address);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('notes'));
    $guiTools->cellTextarea('200px', 'txt_notes', 'txt_notes', '2', '40', $notes);
    $guiTools->endRow();
    $dropdowns->tr_drpdwn_user_group($this->lang->line('user_group'), $user_group_id);
    $popups->tr_popup_user_rule($this->lang->line('user_rule'), $user_rule_id, $user_rule);
}
$guiTools->endTable();
?>



</form>
</div>

<?php 
$this->load->view('includes/footer');