This commit is contained in:
mayue
2021-10-26 14:37:42 +08:00
parent aad6d4c76a
commit 17118b4595
3 changed files with 22 additions and 20 deletions
+1
View File
@@ -227,6 +227,7 @@ js::set('api', $api);
<tr>
<td colspan='3' class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::hidden('editedDate', $api->editedDate);?>
<?php if(empty($gobackLink)) echo html::backButton($lang->goback, "data-app='{$app->tab}'");?>
<?php if(!empty($gobackLink)) echo html::a($gobackLink, $lang->goback, '', "class='btn btn-back btn-wide'");?>
</td>