* finish task #2580.

This commit is contained in:
wangyidong
2016-03-29 15:12:22 +08:00
parent 2cbcebc17f
commit 92d8ffe16a
13 changed files with 92 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<th></th><td><?php echo html::submitButton();?></td>
<th></th><td><?php echo html::submitButton($lang->task->close);?></td>
</tr>
</table>
</form>