* adjust for limited user.

This commit is contained in:
wangyidong
2017-09-26 11:08:11 +08:00
parent 87b37b3a67
commit 50460830e2
34 changed files with 85 additions and 204 deletions
-2
View File
@@ -71,8 +71,6 @@
<tr>
<th><?php echo $lang->user->commiter;?></th>
<td><?php echo html::input('commiter', $user->commiter, "class='form-control' autocomplete='off'");?></td>
<th><?php echo $lang->user->limitedUser;?></th>
<td><?php echo html::radio('limitedUser', $lang->user->limitedUserList, $user->limitedUser);?></td>
</tr>
</table>
<table align='center' class='table table-form'>