Page 1 of 1

Open new window when clicking Website in Companies Tab

Posted: 11 Jan 2015, 21:57
by manuel
When you click on the website in the Companies Tab it will open in your Opencats Session instead of a new window. At the Company Details this doesn't happen.
A small adjustment of line 843 at lib/companies.php solves this problem.

Just insert target="_blank at the right spot

'pagerRender' => 'return \'<a href="\'.htmlspecialchars($rsData[\'webSite\']).\'" target="_blank">\'.htmlspecialchars($rsData[\'webSite\']).\'</a>\';'

Re: Open new window when clicking Website in Companies Tab

Posted: 03 Feb 2015, 11:44
by RussH
Manuel,

I've added that fix to the 0.9.2 repo on Github;

https://github.com/opencats/OpenCATS/co ... be0bb5a708

Thank you