This commit is contained in:
tianshujie98
2021-06-01 17:22:24 +08:00
parent 0bff58d014
commit 984351e067
2 changed files with 2 additions and 2 deletions
@@ -71,8 +71,8 @@
<tr>
<td class='text-center form-actions' colspan='5'>
<?php
echo html::submitButton('', '', "btn btn-primary");
echo html::linkButton($lang->goback, $this->createLink('group', 'browse'));
echo html::submitButton();
echo html::linkButton($lang->goback, $this->createLink('group', 'browse'), '', '', 'btn btn-wide');
echo html::hidden('foo'); // Just a var, to make sure $_POST is not empty.
?>
</td>