This commit is contained in:
dingguodong
2021-07-14 14:38:25 +08:00
parent 1901703fd8
commit 38f0f04693
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
<tr>
<th></th>
<td class='text-center form-actions'>
<?php echo html::submitButton() . 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
@@ -43,7 +43,7 @@
<tr>
<td class="text-center form-actions">
<?php echo html::submitButton($lang->save);?>
<?php echo html::backButton();?>
<?php if(!isonlybody()) echo html::a(inlink('browse', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
</td>
</tr>
</tfoot>