hypuk Posted June 26, 2015 Report Posted June 26, 2015 Hi How would I rename the "Change" button on the client area where a client would update their contact information. Any help would be much appreciated. Quote
0 Michael Posted June 26, 2015 Report Posted June 26, 2015 Go to: app/views/client/bootstrap/client_main_myinfo.pdt find: <a href="<?php echo $this->Html->safe($this->base_uri . "main/edit/");?>" class="btn btn-xs btn-default pull-right"><i class="fa fa-pencil"></i> <?php $this->_("ClientMain.myinfo.link_editclient");?></a> Change to something like: <a href="<?php echo $this->Html->safe($this->base_uri . "main/edit/");?>" class="btn btn-xs btn-default pull-right"><i class="fa fa-pencil"></i> Change Information</a> or whatever or you can edit the language files. Quote
0 Tyson Posted June 26, 2015 Report Posted June 26, 2015 Open /language/en_us/client_main.php, find "ClientMain.myinfo.link_editclient" and change it there. This is a core file, so you would need to maintain this change through any upgrades to Blesta you perform in the future. Michael 1 Quote
Question
hypuk
Hi
How would I rename the "Change" button on the client area where a client would update their contact information.
Any help would be much appreciated.
3 answers 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.