* Modify the global creation return link.

This commit is contained in:
tianshujie
2021-09-15 15:56:19 +08:00
parent 32213e6266
commit 441cda176d
18 changed files with 56 additions and 16 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
<tr>
<td colspan='4' class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::backButton();?>
<?php echo $gobackLink ? html::a($gobackLink, $lang->goback, '', 'class="btn btn-wide"') : html::backButton();?>
</td>
</tr>
</table>