* Code for task #7121.

This commit is contained in:
Yagami
2020-05-08 08:51:32 +08:00
parent 9c7b057c43
commit 27fc29b764
11 changed files with 123 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<td colspan='2'><?php echo html::textarea('comment', '', "rows='6' class='form-control kindeditor' hidefocus='true'");?></td>
</tr>
<tr>
<td colspan='3' class='text-center form-actions'><?php echo html::submitButton($lang->project->finish) . ' ' . html::linkButton($lang->goback, $this->session->taskList, 'self', '', 'btn btn-wide'); ?></td>
<td colspan='3' class='text-center form-actions'><?php echo html::submitButton($lang->program->finish); ?></td>
</tr>
</tbody>
</table>