示例#1
0
文件: form.php 项目: goudaelalfy/erp
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('phone'));
    $guiTools->cellTextbox('60px', '30', '30', 'txt_phone', 'txt_phone', $phone);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('mobile'));
    $guiTools->cellTextbox('60px', '30', 'txt_mobile', 'txt_mobile', $mobile);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('fax'));
    $guiTools->cellTextbox('60px', '30', '30', 'txt_fax', 'txt_fax', $fax);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('email'));
    $guiTools->cellTextbox('200px', '50', '50', 'txt_email', 'txt_email', $email);
    $guiTools->endRow();
    $guiTools->beginRow();
    $guiTools->cellLabelTitle('100px', $this->lang->line('notes'));
    $guiTools->cellTextbox('200px', '100', '100', 'txt_notes', 'txt_notes', $notes);
    $guiTools->endRow();
}
$guiTools->endTable();
?>



</form>
</div>

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