* remove btn-gray.

This commit is contained in:
Catouse
2018-05-15 15:33:33 +08:00
parent 9a5e6404c2
commit e522af53b4
41 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
<tr>
<td colspan='4' class='text-center'>
<?php echo html::submitButton('', '', 'btn btn-primary btn-wide');?>
<?php echo html::backButton('', '', 'btn btn-gray btn-wide');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
</td>
</tr>
</table>