alexistkd Posted June 26, 2014 Report Posted June 26, 2014 Hi how i can change the colors of the Make Payment on Invoices widget in client dashboard? i just see this: <?php } $link_buttons = array( array('name'=>$this->_("ClientInvoices.index.categorylink_make_payment", true), 'attributes'=>array("href"=>$this->base_uri . "pay/")) ); on client_invoices.pdt instead of the default button btn btn-sm btn-default i would like to use btn btn-sm btn-success but i cant find where to change it thank you. edit: i just figure it out by changing the line to: $link_buttons = array( array('name'=>$this->_("ClientInvoices.index.categorylink_make_payment", true), 'attributes'=>array("href"=>$this->base_uri . "pay/", 'class' => "btn btn-sm btn-success")) Daniel B and Michael 2 Quote
0 Michael Posted June 26, 2014 Report Posted June 26, 2014 Glad you managed to solve it. alexistkd 1 Quote
Question
alexistkd
Hi how i can change the colors of the Make Payment on Invoices widget in client dashboard?
i just see this:
on client_invoices.pdt
instead of the default button btn btn-sm btn-default
i would like to use btn btn-sm btn-success but i cant find where to change it
thank you.
edit: i just figure it out by changing the line to:
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.