Project

General

Profile

Feature #41649 ยป tbl_pages.php.patch.txt

Jan Bednarik, 2012-10-11 20:51

 
--- D:/temp/tbl_pages.php Tue Mar 13 11:45:28 2012
+++ D:/html/typo45/t3lib/stddb/tbl_pages.php Thu Oct 11 17:18:03 2012
@@ -341,6 +341,20 @@
'max' => '255',
'eval' => 'trim,required',
'softref' => 'url',
+ 'wizards' => Array(
+ '_PADDING' => 2,
+ 'link' => Array(
+ 'type' => 'popup',
+ 'title' => 'LLL:EXT:cms/locallang_tca.xml:pages.url',
+ 'icon' => 'link_popup.gif',
+ 'script' => 'browse_links.php?mode=wizard',
+ 'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1',
+ 'params' => Array(
+ 'blindLinkOptions' => 'page'
+ )
+ ),
+ 'softref' => 'typolink'
+ )
),
),
'urltype' => array(
    (1-1/1)