Hi,
right now (sugar5.0) the website links for accounts open in the same window.
So I tried to change that by editing detailviewdefs.php for accounts:
intoPHP Code:array(array('name'=>'website', 'type'=>'link'), 'phone_fax'),
That kinda works, the only problem is - it now puts the baseurl in front of the link.PHP Code:array(array('name'=>'website', 'type'=>'link', 'customCode' => '<a target="_blank" href={$fields.website.value}>{$fields.website.value}</a>'), 'phone_fax'),
Instead of "http://www.heise.de" I get "http://crm.company.de/www.heise.de".
Any ideas on this?
Thank you!


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks