* Modify the back link of the testtask.

This commit is contained in:
tianshujie
2021-08-30 16:04:50 +08:00
parent 8e93990427
commit 7d95dc55d9
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@
</tr>
<tr>
<td colspan='3' class='text-center form-actions'>
<?php echo html::submitButton() . ' ' . html::backButton();?>
<?php echo html::submitButton() . ' ' . html::backButton($lang->goback, "data-app='{$app->openApp}'");?>
</td>
</tr>
</tbody>