* 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
@@ -74,7 +74,7 @@
</tr>
<tr>
<td colspan='3' class='text-center'>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary') . html::backButton('', '', 'btn btn-wide btn-gray');?>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary') . html::backButton('', '', 'btn btn-wide');?>
</td>
</tr>
</table>