Re: How to rename subpanel Calls in Project DetailView ?

Originally Posted by
eescribano
I don't know if you have changed anything because in my instance to do some testing I don't have a subpanel only for calls. Calls are included in the subpanel Activities.
To know the name of the label you have to rename you go to modules/Project/metadata/subpaneldefs.php
there you find where is the subpanel calls (in my case is inside the subpanel Activities as a collection_list).
If you have it all alone you will find a inside the definition of the subpanel the title_key as something very similar to this title: "LBL_CALLS_SUBPANEL_TITLE" (in my case is "LBL_ACTIVITIES_SUBPANEL_TITLE").
Now that you know the name of the label, you go to custom/Extension/modules/Project/Ext/Language and you create a file for example en_us.subpanel_calls.php and inside the file you write:
PHP Code:
$mod_strings['LBL_CALLS_SUBPANEL_TITLE']='New Title';
In my case was:
PHP Code:
$mod_strings['LBL_ACTIVITIES_SUBPANEL_TITLE']='New Title';
After this you do a repair and check if it is changed.
Hope this helps you.
Hi, thanks for your reply.
I followed your instructions, but unfortunately it doesn't seems to work...
I have created a file called nl_NL.lang.ext.php in custom\Extension\modules\Project\Ext\Language and this file includes this line;
PHP Code:
<?php
$mod_strings = array (
'LBL_PROJECT_CALLS_FROM_CALLS_TITLE' => 'Bellijst',
Then I Quick Repair and Rebuild but nothing has changed.
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Bookmarks