* Refact manage view page and priv by group page of group.

This commit is contained in:
liugang
2018-04-23 17:47:23 +08:00
parent 6dbe39bf81
commit 8153dae1bd
9 changed files with 214 additions and 175 deletions
+3 -5
View File
@@ -41,11 +41,9 @@
</tr>
<tr>
<td class='text-center' colspan='3'>
<?php
echo html::submitButton($lang->save);
echo html::linkButton($lang->goback, $this->createLink('group', 'browse'));
echo html::hidden('foo'); // Just make $_POST not empty..
?>
<?php echo html::submitButton('', "onclick='setNoChecked()'", 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
<?php echo html::hidden('foo'); // Just make $_POST not empty..?>
</td>
</tr>
</table>