* Adjust button style.

This commit is contained in:
daitingting
2018-05-16 17:44:42 +08:00
parent 7f0eddc801
commit 0056609d9c
69 changed files with 107 additions and 136 deletions
+3 -4
View File
@@ -31,10 +31,9 @@
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<th></th>
<td>
<?php echo html::submitButton();?>
<?php echo html::linkButton($lang->goback, $this->session->taskList);?>
<td colspan='2'>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo html::linkButton($lang->goback, $this->session->taskList, '', '', 'btn btn-wide');?>
</td>
</tr>
</table>