* 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
@@ -103,7 +103,7 @@
<tr>
<td colspan="<?php echo count($visibleFields) + 6?>" class="text-center">
<?php echo html::submitButton($lang->save, '', 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', "btn btn-wide btn-gray");?>
<?php echo html::backButton('', '', "btn btn-wide");?>
</td>
</tr>
</tfoot>