* Fix bug.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user