From d898667440e2dbbd547874cf7a17de2ee2b3d020 Mon Sep 17 00:00:00 2001 From: Razi KAntorp Date: Tue, 4 Mar 2014 11:25:29 +0100 Subject: [PATCH] button update --- app/views/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/invoices/edit.blade.php b/app/views/invoices/edit.blade.php index 471d01543e7a..f27da7c69e0d 100755 --- a/app/views/invoices/edit.blade.php +++ b/app/views/invoices/edit.blade.php @@ -261,7 +261,7 @@ {{ Button::normal('Email Invoice', array('id' => 'email_button', 'onclick' => 'onEmailClick()', 'data-bind' => 'css: $root.enable.email'))->append_with_icon('send'); }} @if ($invoice) - {{ Button::info('Enter Payment', array('onclick' => 'onPaymentClick()'))->append_with_icon('usd'); }} + {{ Button::primary('Enter Payment', array('onclick' => 'onPaymentClick()'))->append_with_icon('usd'); }} @endif @endif