* Remove class btn-default.

* Merge conflicts.
This commit is contained in:
liugang
2018-05-17 13:35:56 +08:00
parent 8c713ac2b3
commit 1266a30bbc
22 changed files with 35 additions and 51 deletions
+4 -1
View File
@@ -68,7 +68,10 @@
</tr>
<tr>
<th></th>
<td><?php echo html::submitButton('', '', 'btn btn-primary btn-wide');?> <?php echo html::backButton('', '', 'btn btn-default btn-wide')?></td>
<td>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', 'btn btn-wide')?>
</td>
</tr>
</table>
</form>