Jump to content
  • 0

Change Make Payment Button In Client Dashboard


Question

Posted

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"))

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...