* 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
+2 -1
View File
@@ -168,7 +168,8 @@
</tr>
<tr>
<td colspan='3' class='text-center form-actions'>
<?php echo html::submitButton() . html::backButton();?>
<?php echo html::submitButton();?>
<?php if(!isonlybody()) echo html::a($this->createLink('my', 'todo', 'type=all'), $lang->goback, '', "class='btn btn-back btn-wide'");?>
</td>
</tr>
</table>