Skip to content

Commit

Permalink
open URLs in new window.
Browse files Browse the repository at this point in the history
Open new window when clicking Website in Companies Tab - from Manuel
(forum)
  • Loading branch information
RussH committed Feb 3, 2015
1 parent eded8b0 commit 1fbd02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cats-0.9.2/lib/Companies.php
Expand Up @@ -840,7 +840,7 @@ public function __construct($instanceName, $siteID, $parameters, $misc)


'Web Site' => array('select' => 'company.url AS webSite',
'pagerRender' => 'return \'<a href="\'.htmlspecialchars($rsData[\'webSite\']).\'">\'.htmlspecialchars($rsData[\'webSite\']).\'</a>\';',
'pagerRender' => 'return \'<a href="\'.htmlspecialchars($rsData[\'webSite\']).\'" target="_blank">\'.htmlspecialchars($rsData[\'webSite\']).\'</a>\';',
'sortableColumn' => 'webSite',
'pagerWidth' => 80,
'filter' => 'company.url'),
Expand Down

0 comments on commit 1fbd02e

Please sign in to comment.