Actions
Feature #17914
closedAdd browser_link for external url pages
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-12-12
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.0
Tags:
Complexity:
Sprint Focus:
Description
What about adding a browse_link wizard for external url pages?
Sometimes I want to link local files (pdf, doc ..) from a TMENU and that would help.
TCA example:
$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'
)
);
(issue imported from #M6942)
Actions