This commit is contained in:
zhouxin
2022-04-22 05:14:53 +00:00
parent b86fac6597
commit 0fc5c5cba6
+1
View File
@@ -197,6 +197,7 @@
<tr>
<td colspan='4' class='text-center form-actions'>
<?php
if($disableModel == 'disabled' or $project->model == 'kanban') echo html::hidden('model', $project->model);
echo html::submitButton();
if(!isonlybody()) echo html::backButton();
?>