* Fix bug.

This commit is contained in:
滔哥
2017-12-26 16:30:17 +08:00
parent eee6b9d62f
commit dc8ee0995e
7 changed files with 14 additions and 29 deletions
+1 -7
View File
@@ -24,7 +24,7 @@
</div>
</div>
<form class='form-condensed mw-700px' method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table table-form'>
<table align='center' class='table table-form'>
<tr>
<th class='w-120px'><?php echo $lang->user->dept;?></th>
<td class='w-p50'><?php echo html::select('dept', $depts, $deptID, "class='form-control chosen'");?></td>
@@ -69,12 +69,6 @@
<th><?php echo $lang->user->commiter;?></th>
<td><?php echo html::input('commiter', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<!--
<tr>
<th><?php echo $lang->user->join;?></th>
<td><?php echo html::input('join', '', "class='form-control form-date'");?></td>
</tr>
-->
<tr>
<th><?php echo $lang->user->gender;?></th>
<td><?php echo html::radio('gender', (array)$lang->user->genderList, 'm');?></td>