Make add payment button the same style as complete sale (#116)

This commit is contained in:
FrancescoUK
2016-02-10 17:09:40 +00:00
parent 32cbf109a4
commit 5aefa2a116

View File

@@ -390,7 +390,7 @@ if (isset($success))
</tr>
</table>
<div class='btn btn-sm btn-primary' id='add_payment_button' style='float: left; margin-top: 5px;'>
<div class='btn btn-sm btn-success' id='add_payment_button' style='float: left; margin-top: 5px;'>
<span><?php echo $this->lang->line('sales_add_payment'); ?></span>
</div>
<?php echo form_close(); ?>