* 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
@@ -40,7 +40,7 @@
<td colspan='2'><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<th></th><td colspan='2'><?php echo html::submitButton(); ?></td>
<th></th><td colspan='2'><?php echo html::submitButton($lang->task->start); ?></td>
</tr>
</table>
</form>