* Adjust space between btn.

This commit is contained in:
daitingting
2018-05-25 09:47:53 +08:00
parent 3a4aa88169
commit b102f46568
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
</tr>
<?php endforeach;?>
<tr>
<td colspan='2' class='text-center'>
<td colspan='2' class='text-center form-actions'>
<?php echo html::submitButton('', '', 'btn btn-primary btn-wide');?>
<?php if(common::hasPriv('custom', 'resetRequired')) echo html::a(inlink('resetRequired', "module=$moduleName"), $lang->custom->restore, 'hiddenwin', "class='btn btn-wide'");?>
</td>