* finish task #5611.

This commit is contained in:
wangyidong
2019-05-28 09:52:24 +08:00
parent 6872573a7e
commit 672a73dfad
9 changed files with 163 additions and 118 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<tr>
<th class='w-90px'><?php echo $lang->user->account;?></th>
<td style='width:33%'><?php echo html::input('account', $user->account, "class='form-control' readonly='readonly'");?></td>
<th class='w-90px'><?php echo $lang->user->commiter;?></th>
<th class='w-140px'><?php echo $lang->user->commiter;?></th>
<td><?php echo html::input('commiter', $user->commiter, "class='form-control'");?></td>
</tr>
<tr>