* Fix bug #12948.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user