Merge pull request #19 from raziraz/master

button update
This commit is contained in:
Hillel Coren 2014-03-04 12:29:44 +02:00
commit 25c42ca044

View File

@ -261,7 +261,7 @@
{{ Button::normal('Email Invoice', array('id' => 'email_button', 'onclick' => 'onEmailClick()', 'data-bind' => 'css: $root.enable.email'))->append_with_icon('send'); }} {{ Button::normal('Email Invoice', array('id' => 'email_button', 'onclick' => 'onEmailClick()', 'data-bind' => 'css: $root.enable.email'))->append_with_icon('send'); }}
@if ($invoice) @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
@endif @endif