Hi, good Morning.
I need make a change in Call Module (Activities -> Month -> Planned: xxx -> Subpanel Leads). The telephone (Office Phone) will have to appear as a hyperlink. Where I must realize this modification?
Thanks,
Pablo.
Hi, good Morning.
I need make a change in Call Module (Activities -> Month -> Planned: xxx -> Subpanel Leads). The telephone (Office Phone) will have to appear as a hyperlink. Where I must realize this modification?
Thanks,
Pablo.
in the file
custom/modules/Calls/metadata/listviewdefs.php or modules/Calls/metadata/listviewdefs.php
look for
PHP Code:'NAME' =>
array (
'width' => '40%',
'label' => 'LBL_LIST_SUBJECT',
'link' => true,
'default' => true,
),
and make sure that link is set to true
I checked and it is in TRUE, but don't work for me. I'm sure that the change must realize in modules\Leads\metadata\subpanels\ForCalls.php, For example:
'phone_work'=>array (
'name'=>'phone_work',
'vname' => 'LBL_LIST_PHONE',
'widget_class' => 'SubPanelPhoneLink', //NEW LINE
'width' => '15%',
),
But i don't know how to create a new widget_class.
The motive for wich i want to form a hyperlink with the telephone number is that i need to call via the X-Lite softphone (Click to Call). Thanks, Pablo.
Last edited by rubendetandil; 2011-03-17 at 02:02 PM. Reason: Missing words.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks