* 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
+1 -1
View File
@@ -67,7 +67,7 @@
</td>
</tr>
<?php endforeach;?>
<tr><td colspan='6' class='text-center'><?php echo html::submitButton();?></td></tr>
<tr><td colspan='6' class='text-center'><?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?></td></tr>
</table>
</form>
</div>