* Optimize codes.

This commit is contained in:
liugang
2018-05-16 10:42:42 +08:00
parent eedea7b49c
commit e9ecb1fd9e
18 changed files with 141 additions and 118 deletions
+4 -1
View File
@@ -87,7 +87,10 @@
</td>
</tr>
<tr>
<td></td><td colspan='2'><?php echo html::submitButton() . html::backButton();?> </td>
<td class='text-center' colspan='3'>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
</td>
</tr>
</table>
</form>