Actions
Feature #20183
closedLink browser for external url
Start date:
2009-03-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Hi,
This a old trick from my weblog (in french sorry : http://blogue.infoglobe.ca/2008/06/20/les-pages-de-type-ul-externe/).. modify tca for add "link browser" to external url page
This is code :
$GLOBALS['TCA']['pages']['columns']['url']['config']['wizards'] =
Array(
'_PADDING' => 2,
'link' => Array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
'script' => 'browse_links.php?mode=wizard',
'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'
)
);
See result in attach file
It's a good trick if you want do a link to PDF (in fileadmin)
(issue imported from #M10694)
Files
Actions