Merge branch 'sprint/169' into sprint/168

This commit is contained in:
孙广明
2021-11-30 13:47:05 +08:00
28 changed files with 123 additions and 73 deletions
+1
View File
@@ -226,6 +226,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>