* Adjust style.

This commit is contained in:
liugang
2017-10-30 14:37:29 +08:00
parent 3dd4a31365
commit 09b7b0c0d2
5 changed files with 40 additions and 40 deletions
+2 -3
View File
@@ -24,12 +24,11 @@
<table class='table table-form'>
<tr>
<th class='text-left'><?php echo $lang->comment;?></th>
</tr>
<tr>
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<td class='text-center'><?php echo html::submitButton() . html::linkButton($lang->goback, $this->session->taskList); ?></td>
<th></th>
<td><?php echo html::submitButton() . html::linkButton($lang->goback, $this->session->taskList); ?></td>
</tr>
</table>
</form>