* Finish task #5309.

This commit is contained in:
Yagami
2019-02-20 15:53:47 +08:00
parent b5987e61a1
commit 6efbe82455
103 changed files with 318 additions and 318 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<table align='center' class='table table-form'>
<tr>
<th><?php echo $lang->group->name;?></th>
<td><?php echo html::input('name', $group->name, "class='form-control' autocomplete='off'");?></td>
<td><?php echo html::input('name', $group->name, "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->group->desc;?></th>