* Optimize back button for bug #13628.

This commit is contained in:
dingguodong
2021-07-14 15:00:35 +08:00
parent 1d93f32152
commit 04467052dc
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -51,8 +51,8 @@
<tfoot>
<tr>
<td colspan="3" class="text-center form-actions">
<?php echo html::submitButton($lang->save);?>
<?php echo html::backButton();?>
<?php echo html::submitButton(); ?>
<?php if(!isonlybody()) echo html::a(inlink('browse', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
</td>
</tr>
</tfoot>