* 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>
+2 -2
View File
@@ -36,8 +36,8 @@
<tr>
<th></th>
<td class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::backButton();?>
<?php echo html::submitButton(); ?>
<?php if(!isonlybody()) echo html::a(inlink('browse', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
</td>
</tr>
</table>
+1 -1
View File
@@ -106,7 +106,7 @@
<th></th>
<td colspan='2' class='text-center form-actions'>
<?php echo html::submitButton(); ?>
<?php echo html::backButton() ?>
<?php if(!isonlybody()) echo html::a(inlink('maintain', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
</td>
</tr>
</table>