Index: typo3/sysext/cms/locallang_ttc.xml =================================================================== --- typo3/sysext/cms/locallang_ttc.xml (revision 9128) +++ typo3/sysext/cms/locallang_ttc.xml (working copy) @@ -6,10 +6,11 @@ + - - + + @@ -33,16 +34,22 @@ + + + + + + @@ -50,11 +57,14 @@ + + + @@ -63,6 +73,7 @@ + @@ -78,6 +89,7 @@ + @@ -171,8 +183,11 @@ + + + @@ -188,8 +203,14 @@ + + + + + + @@ -239,6 +260,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: typo3/sysext/cms/ext_tables.sql =================================================================== --- typo3/sysext/cms/ext_tables.sql (revision 9128) +++ typo3/sysext/cms/ext_tables.sql (working copy) @@ -393,7 +393,7 @@ fe_group varchar(100) DEFAULT '0' NOT NULL, header_link varchar(255) DEFAULT '' NOT NULL, imagecaption_position varchar(6) DEFAULT '' NOT NULL, - image_link varchar(255) DEFAULT '' NOT NULL, + image_link text, image_zoom tinyint(3) unsigned DEFAULT '0' NOT NULL, image_noRows tinyint(3) unsigned DEFAULT '0' NOT NULL, image_effects tinyint(3) unsigned DEFAULT '0' NOT NULL, Index: typo3/sysext/cms/tbl_tt_content.php =================================================================== --- typo3/sysext/cms/tbl_tt_content.php (revision 9128) +++ typo3/sysext/cms/tbl_tt_content.php (working copy) @@ -35,250 +35,421 @@ -$TCA['tt_content'] = Array ( +$TCA['tt_content'] = array( 'ctrl' => $TCA['tt_content']['ctrl'], - 'interface' => Array ( + 'interface' => array( 'always_description' => 0, 'showRecordFieldList' => 'CType,header,header_link,bodytext,image,imagewidth,imageorient,media,records,colPos,starttime,endtime,fe_group' ), - 'columns' => Array ( - 'CType' => Array ( + 'columns' => array( + 'CType' => array( 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.type', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - array('LLL:EXT:cms/locallang_ttc.xml:CType.div.standard', '--div--'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.0', 'header', 'i/tt_content_header.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.1', 'text', 'i/tt_content.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.2', 'textpic', 'i/tt_content_textpic.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.3', 'image', 'i/tt_content_image.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.div.lists', '--div--'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.4', 'bullets', 'i/tt_content_bullets.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.5', 'table', 'i/tt_content_table.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.6', 'uploads', 'i/tt_content_uploads.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.div.forms', '--div--'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.8', 'mailform', 'i/tt_content_form.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.9', 'search', 'i/tt_content_search.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.10', 'login', 'i/tt_content_login.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.div.special', '--div--'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.7', 'multimedia', 'i/tt_content_mm.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.18', 'media', 'i/tt_content_mm.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.11', 'splash', 'i/tt_content_news.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.12', 'menu', 'i/tt_content_menu.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.13', 'shortcut', 'i/tt_content_shortcut.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.14', 'list', 'i/tt_content_list.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.15', 'script', 'i/tt_content_script.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.16', 'div', 'i/tt_content_div.gif'), - array('LLL:EXT:cms/locallang_ttc.xml:CType.I.17', 'html', 'i/tt_content_html.gif') + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.div.standard', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.0', + 'header', + 'i/tt_content_header.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.1', + 'text', + 'i/tt_content.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.2', + 'textpic', + 'i/tt_content_textpic.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.3', + 'image', + 'i/tt_content_image.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.div.lists', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.4', + 'bullets', + 'i/tt_content_bullets.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.5', + 'table', + 'i/tt_content_table.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.6', + 'uploads', + 'i/tt_content_uploads.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.div.forms', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.8', + 'mailform', + 'i/tt_content_form.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.9', + 'search', + 'i/tt_content_search.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.10', + 'login', + 'i/tt_content_login.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.div.special', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.7', + 'multimedia', + 'i/tt_content_mm.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.18', + 'media', + 'i/tt_content_mm.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.11', + 'splash', + 'i/tt_content_news.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.12', + 'menu', + 'i/tt_content_menu.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.13', + 'shortcut', + 'i/tt_content_shortcut.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.14', + 'list', + 'i/tt_content_list.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.15', + 'script', + 'i/tt_content_script.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.16', + 'div', + 'i/tt_content_div.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.xml:CType.I.17', + 'html', + 'i/tt_content_html.gif', + ), ), 'default' => 'text', 'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'], 'authMode_enforce' => 'strict', 'iconsInOptionTags' => 1, 'noIconsBelowSelect' => 1, - ) + ), ), - 'hidden' => Array ( + 'hidden' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.hidden', - 'config' => Array ( - 'type' => 'check' - ) + 'config' => array( + 'type' => 'check', + 'items' => array ( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:hidden.I.0', + ), + ), + ), ), - 'starttime' => Array ( + 'starttime' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.starttime', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '8', + 'size' => '13', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', - 'default' => '0' - ) + 'default' => '0', + ), ), - 'endtime' => Array ( + 'endtime' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.endtime', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '8', + 'size' => '13', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', 'default' => '0', - 'range' => Array ( + 'range' => array( 'upper' => mktime(0,0,0,12,31,2020), - ) - ) + ), + ), ), - 'fe_group' => Array ( + 'fe_group' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.fe_group', - 'config' => Array ( + 'config' => array( 'type' => 'select', 'size' => 5, 'maxitems' => 20, - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', -1), - Array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2), - Array('LLL:EXT:lang/locallang_general.php:LGL.usergroups', '--div--') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', + -1, + ), + array( + 'LLL:EXT:lang/locallang_general.php:LGL.any_login', + -2, + ), + array( + 'LLL:EXT:lang/locallang_general.php:LGL.usergroups', + '--div--', + ), ), 'exclusiveKeys' => '-1,-2', 'foreign_table' => 'fe_groups', 'foreign_table_where' => 'ORDER BY fe_groups.title', - ) + ), ), - 'sys_language_uid' => Array ( + 'sys_language_uid' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.language', - 'config' => Array ( + 'config' => array( 'type' => 'select', 'foreign_table' => 'sys_language', 'foreign_table_where' => 'ORDER BY sys_language.title', - 'items' => Array( - Array('LLL:EXT:lang/locallang_general.php:LGL.allLanguages',-1), - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value',0) - ) - ) + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.allLanguages', + -1, + ), + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + 0, + ), + ), + ), ), - 'l18n_parent' => Array ( + 'l18n_parent' => array( 'displayCond' => 'FIELD:sys_language_uid:>:0', 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.l18n_parent', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', 0), + 'items' => array( + array( + '', + 0, + ), ), 'foreign_table' => 'tt_content', 'foreign_table_where' => 'AND tt_content.pid=###CURRENT_PID### AND tt_content.sys_language_uid IN (-1,0)', - ) + ), ), - 'layout' => Array ( + 'layout' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.layout', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:layout.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:layout.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:layout.I.3', '3') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.normal', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:layout.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:layout.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:layout.I.3', + '3', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'colPos' => Array ( + 'colPos' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:colPos', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:colPos.I.0', '1'), - Array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:colPos.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:colPos.I.3', '3') + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:colPos.I.0', + '1', + ), + array( + 'LLL:EXT:lang/locallang_general.php:LGL.normal', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:colPos.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:colPos.I.3', + '3', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'date' => Array ( + 'date' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:date', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '8', + 'size' => '13', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', - 'default' => '0' - ) + 'default' => '0', + ), ), - 'header' => Array ( + 'header' => array( 'l10n_mode' => 'prefixLangTitle', 'l10n_cat' => 'text', 'label' => 'LLL:EXT:cms/locallang_ttc.php:header', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'max' => '256' - ) + 'size' => '50', + 'max' => '256', + 'checkbox' => '', + ), ), - 'header_position' => Array ( + 'header_position' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:header_position', 'exclude' => 1, - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', ''), - Array('LLL:EXT:cms/locallang_ttc.php:header_position.I.1', 'center'), - Array('LLL:EXT:cms/locallang_ttc.php:header_position.I.2', 'right'), - Array('LLL:EXT:cms/locallang_ttc.php:header_position.I.3', 'left') + 'items' => array( + array( + '', + '', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_position.I.1', + 'center', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_position.I.2', + 'right', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_position.I.3', + 'left', + ), ), - 'default' => '' - ) + 'default' => '', + ), ), - 'header_link' => Array ( + 'header_link' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:header_link', 'exclude' => 1, - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '15', + 'size' => '50', 'max' => '256', 'checkbox' => '', 'eval' => 'trim', - 'wizards' => Array( + 'wizards' => array( '_PADDING' => 2, - 'link' => Array( + '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' - ) + 'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1', + ), ), - 'softref' => 'typolink' - ) + 'softref' => 'typolink', + ), ), - 'header_layout' => Array ( + 'header_layout' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.type', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.3', '3'), - Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.4', '4'), - Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.5', '5'), - Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.6', '100') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.normal', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_layout.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_layout.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_layout.I.3', + '3', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_layout.I.4', + '4', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_layout.I.5', + '5', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:header_layout.I.6', + '100', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'subheader' => Array ( + 'subheader' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.subheader', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '30', + 'size' => '50', 'max' => '256', - 'softref' => 'email[subst]' - ) + 'softref' => 'email[subst]', + 'checkbox' => '', + ), ), - 'bodytext' => Array ( + 'bodytext' => array( 'l10n_mode' => 'prefixLangTitle', 'l10n_cat' => 'text', 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.text', - 'config' => Array ( + 'config' => array( 'type' => 'text', 'cols' => '48', 'rows' => '5', - 'wizards' => Array( + 'wizards' => array( '_PADDING' => 4, '_VALIGN' => 'middle', - 'RTE' => Array( + 'RTE' => array( 'notNewRecords' => 1, 'RTEonly' => 1, 'type' => 'script', @@ -286,16 +457,18 @@ 'icon' => 'wizard_rte2.gif', 'script' => 'wizard_rte.php', ), - 'table' => Array( + 'table' => array( 'notNewRecords' => 1, 'enableByTypeConfig' => 1, 'type' => 'script', 'title' => 'Table wizard', 'icon' => 'wizard_table.gif', 'script' => 'wizard_table.php', - 'params' => array('xmlOutput' => 0) + 'params' => array( + 'xmlOutput' => 0, + ), ), - 'forms' => Array( + 'forms' => array( 'notNewRecords' => 1, 'enableByTypeConfig' => 1, 'type' => 'script', @@ -303,102 +476,211 @@ 'title' => 'Forms wizard', 'icon' => 'wizard_forms.gif', 'script' => 'wizard_forms.php?special=formtype_mail', - 'params' => array('xmlOutput' => 0) - ) + 'params' => array( + 'xmlOutput' => 0, + ), + ), ), - 'softref' => 'typolink_tag,images,email[subst],url' - ) + 'softref' => 'typolink_tag,images,email[subst],url', + ), ), - 'text_align' => Array ( + 'text_align' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:text_align', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', ''), - Array('LLL:EXT:cms/locallang_ttc.php:text_align.I.1', 'center'), - Array('LLL:EXT:cms/locallang_ttc.php:text_align.I.2', 'right'), - Array('LLL:EXT:cms/locallang_ttc.php:text_align.I.3', 'left') + 'items' => array( + array( + '', + '', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_align.I.1', + 'center', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_align.I.2', + 'right', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_align.I.3', + 'left', + ), ), - 'default' => '' - ) + 'default' => '', + ), ), - 'text_face' => Array ( + 'text_face' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:text_face', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'), - Array('Times', '1'), - Array('Verdana', '2'), - Array('Arial', '3') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + '0', + ), + array( + 'Times', + '1', + ), + array( + 'Verdana', + '2', + ), + array( + 'Arial', + '3', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'text_size' => Array ( + 'text_size' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:text_size', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.3', '3'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.4', '4'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.5', '5'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.6', '10'), - Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.7', '11') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.3', + '3', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.4', + '4', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.5', + '5', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.6', + '10', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_size.I.7', + '11', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'text_color' => Array ( + 'text_color' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:text_color', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.3', '200'), - Array('-----','--div--'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.5', '240'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.6', '241'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.7', '242'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.8', '243'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.9', '244'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.10', '245'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.11', '246'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.12', '247'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.13', '248'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.14', '249'), - Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.15', '250') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.3', + '200', + ), + array( + '-----', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.5', + '240', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.6', + '241', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.7', + '242', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.8', + '243', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.9', + '244', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.10', + '245', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.11', + '246', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.12', + '247', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.13', + '248', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.14', + '249', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_color.I.15', + '250', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'text_properties' => Array ( + 'text_properties' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:text_properties', - 'config' => Array ( + 'config' => array( 'type' => 'check', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.0', ''), - Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.1', ''), - Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.2', ''), - Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.3', '') + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:text_properties.I.0', + '', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_properties.I.1', + '', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_properties.I.2', + '', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:text_properties.I.3', + '', + ), ), - 'cols' => 4 - ) + 'cols' => 4, ), ), - 'image' => Array ( + 'image' => array( # 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.images', - 'config' => Array ( + 'config' => array( 'type' => 'group', 'internal_type' => 'file', 'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'], @@ -409,260 +691,501 @@ 'maxitems' => '200', 'minitems' => '0', 'autoSizeMax' => 40, - ) + ), ), - 'imagewidth' => Array ( + 'imagewidth' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:imagewidth', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '4', 'max' => '4', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( + 'range' => array( 'upper' => '999', - 'lower' => '25' + 'lower' => '25', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'imageheight' => Array ( + 'imageheight' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:imageheight', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '4', 'max' => '4', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( + 'range' => array( 'upper' => '700', - 'lower' => '25' + 'lower' => '25', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'imageorient' => Array ( + 'imageorient' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:imageorient', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.0', 0, 'selicons/above_center.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.1', 1, 'selicons/above_right.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.2', 2, 'selicons/above_left.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.3', 8, 'selicons/below_center.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.4', 9, 'selicons/below_right.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.5', 10, 'selicons/below_left.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.6', 17, 'selicons/intext_right.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.7', 18, 'selicons/intext_left.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.8', '--div--'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.9', 25, 'selicons/intext_right_nowrap.gif'), - Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.10', 26, 'selicons/intext_left_nowrap.gif') + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.0', + 0, + 'selicons/above_center.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.1', + 1, + 'selicons/above_right.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.2', + 2, + 'selicons/above_left.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.3', + 8, + 'selicons/below_center.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.4', + 9, + 'selicons/below_right.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.5', + 10, + 'selicons/below_left.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.6', + 17, + 'selicons/intext_right.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.7', + 18, + 'selicons/intext_left.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.8', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.9', + 25, + 'selicons/intext_right_nowrap.gif', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imageorient.I.10', + 26, + 'selicons/intext_left_nowrap.gif', + ), ), 'selicon_cols' => 6, 'default' => '0', 'iconsInOptionTags' => 1, - ) + ), ), - 'imageborder' => Array ( + 'imageborder' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:imageborder', - 'config' => Array ( - 'type' => 'check' - ) + 'config' => array( + 'type' => 'check', + 'items' => array ( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:imageborder.I.0', + ), + ), + ), ), - 'image_noRows' => Array ( + 'image_noRows' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_noRows', - 'config' => Array ( - 'type' => 'check' - ) + 'config' => array( + 'type' => 'check', + 'items' => array ( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:image_noRows.I.0', + ), + ), + ), ), - 'image_link' => Array ( + 'image_link' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_link', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '15', - 'max' => '256', + 'size' => '50', + 'max' => '51200', 'checkbox' => '', 'eval' => 'trim', - 'wizards' => Array( + 'wizards' => array( '_PADDING' => 2, - 'link' => Array( + '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' - ) + 'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1', + ), ), - 'softref' => 'typolink[linkList]' - ) + 'softref' => 'typolink[linkList]', + ), ), - 'image_zoom' => Array ( + 'image_zoom' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_zoom', - 'config' => Array ( - 'type' => 'check' - ) + 'config' => array( + 'type' => 'check', + 'items' => array ( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:image_zoom.I.0', + ), + ), + ), ), - 'image_effects' => Array ( + 'image_effects' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_effects', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.0', 0), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.1', 1), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.2', 2), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.3', 3), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.4', 10), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.5', 11), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.6', 20), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.7', 23), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.8', 25), - Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.9', 26) - ) - ) + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.0', + 0, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.1', + 1, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.2', + 2, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.3', + 3, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.4', + 10, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.5', + 11, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.6', + 20, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.7', + 23, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.8', + 25, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_effects.I.9', + 26, + ), + ), + ), ), - 'image_frames' => Array ( + 'image_frames' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_frames', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.0', 0), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.1', 1), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.2', 2), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.3', 3), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.4', 4), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.5', 5), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.6', 6), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.7', 7), - Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.8', 8) - ) - ) + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.0', + 0, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.1', + 1, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.2', + 2, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.3', + 3, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.4', + 4, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.5', + 5, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.6', + 6, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.7', + 7, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_frames.I.8', + 8, + ), + ), + ), ), - 'image_compression' => Array ( + 'image_compression' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_compression', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', 0), - Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.1', 1), - Array('GIF/256', 10), - Array('GIF/128', 11), - Array('GIF/64', 12), - Array('GIF/32', 13), - Array('GIF/16', 14), - Array('GIF/8', 15), - Array('PNG', 39), - Array('PNG/256', 30), - Array('PNG/128', 31), - Array('PNG/64', 32), - Array('PNG/32', 33), - Array('PNG/16', 34), - Array('PNG/8', 35), - Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.15', 21), - Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.16', 22), - Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.17', 24), - Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.18', 26), - Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.19', 28) - ) - ) + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + 0, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_compression.I.1', + 1, + ), + array( + 'GIF/256', + 10, + ), + array( + 'GIF/128', + 11, + ), + array( + 'GIF/64', + 12, + ), + array( + 'GIF/32', + 13, + ), + array( + 'GIF/16', + 14, + ), + array( + 'GIF/8', + 15, + ), + array( + 'PNG', + 39, + ), + array( + 'PNG/256', + 30, + ), + array( + 'PNG/128', + 31, + ), + array( + 'PNG/64', + 32, + ), + array( + 'PNG/32', + 33, + ), + array( + 'PNG/16', + 34, + ), + array( + 'PNG/8', + 35, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_compression.I.15', + 21, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_compression.I.16', + 22, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_compression.I.17', + 24, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_compression.I.18', + 26, + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:image_compression.I.19', + 28, + ), + ), + ), ), - 'imagecols' => Array ( + 'imagecols' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:imagecols', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('1', 1), - Array('2', 2), - Array('3', 3), - Array('4', 4), - Array('5', 5), - Array('6', 6), - Array('7', 7), - Array('8', 8) + 'items' => array( + array( + '1', + 1, + ), + array( + '2', + 2, + ), + array( + '3', + 3, + ), + array( + '4', + 4, + ), + array( + '5', + 5, + ), + array( + '6', + 6, + ), + array( + '7', + 7, + ), + array( + '8', + 8, + ), ), - 'default' => 1 - ) + 'default' => 1, + ), ), - 'imagecaption' => Array ( + 'imagecaption' => array( 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.caption', - 'config' => Array ( + 'config' => array( 'type' => 'text', 'cols' => '30', 'rows' => '3', - 'softref' => 'typolink_tag,images,email[subst],url' - ) + 'softref' => 'typolink_tag,images,email[subst],url', + ), ), - 'imagecaption_position' => Array ( + 'imagecaption_position' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:imagecaption_position', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', ''), - Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.1', 'center'), - Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.2', 'right'), - Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.3', 'left') + 'items' => array( + array( + '', + '', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.1', + 'center', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.2', + 'right', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.3', + 'left', + ), ), - 'default' => '' - ) + 'default' => '', + ), ), - 'altText' => Array ( + 'altText' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_altText', - 'config' => Array ( + 'config' => array( 'type' => 'text', 'cols' => '30', - 'rows' => '3' - ) + 'rows' => '3', + ), ), - 'titleText' => Array ( + 'titleText' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_titleText', - 'config' => Array ( + 'config' => array( 'type' => 'text', 'cols' => '30', - 'rows' => '3' - ) + 'rows' => '3', + ), ), - 'longdescURL' => Array ( + 'longdescURL' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_longdescURL', - 'config' => Array ( + 'config' => array( 'type' => 'text', 'cols' => '30', - 'rows' => '3' - ) + 'rows' => '3', + ), ), - 'cols' => Array ( + 'cols' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:cols', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:cols.I.0', '0'), - Array('1', '1'), - Array('2', '2'), - Array('3', '3'), - Array('4', '4'), - Array('5', '5'), - Array('6', '6'), - Array('7', '7'), - Array('8', '8'), - Array('9', '9') + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:cols.I.0', + '0', + ), + array( + '1', + '1', + ), + array( + '2', + '2', + ), + array( + '3', + '3', + ), + array( + '4', + '4', + ), + array( + '5', + '5', + ), + array( + '6', + '6', + ), + array( + '7', + '7', + ), + array( + '8', + '8', + ), + array( + '9', + '9', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'pages' => Array ( + 'pages' => array( 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.startingpoint', - 'config' => Array ( + 'config' => array( 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'pages', @@ -677,133 +1200,209 @@ ), ), ), - 'recursive' => Array ( + 'recursive' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.recursive', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.3', '3'), - Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.4', '4'), - Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.5', '250') + 'items' => array( + array( + '', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:recursive.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:recursive.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:recursive.I.3', + '3', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:recursive.I.4', + '4', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:recursive.I.5', + '250', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'menu_type' => Array ( + 'menu_type' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:menu_type', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.0', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.2', '4'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.3', '7'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.4', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.5', '3'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.6', '5'), - Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.7', '6') + 'items' => array( + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.0', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.2', + '4', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.3', + '7', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.4', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.5', + '3', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.6', + '5', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:menu_type.I.7', + '6', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'list_type' => Array ( + 'list_type' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:list_type', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', '', '') + 'items' => array( + array( + '', + '', + '', + ), ), 'default' => '', 'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'], 'iconsInOptionTags' => 1, 'noIconsBelowSelect' => 1, - ) + ), ), - 'select_key' => Array ( + 'select_key' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.code', - 'config' => Array ( + 'config' => array( 'type' => 'input', - 'size' => '20', + 'size' => '50', 'max' => '80', - 'eval' => 'trim' - ) + 'eval' => 'trim', + ), ), - 'table_bgColor' => Array ( + 'table_bgColor' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:table_bgColor', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.3', '200'), - Array('-----','--div--'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.5', '240'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.6', '241'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.7', '242'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.8', '243'), - Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.9', '244') + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.3', + '200', + ), + array( + '-----', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.5', + '240', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.6', + '241', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.7', + '242', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.8', + '243', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.9', + '244', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'table_border' => Array ( + 'table_border' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:table_border', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '3', 'max' => '3', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( + 'range' => array( 'upper' => '20', - 'lower' => '0' + 'lower' => '0', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'table_cellspacing' => Array ( + 'table_cellspacing' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:table_cellspacing', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '3', 'max' => '3', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( + 'range' => array( 'upper' => '200', - 'lower' => '0' + 'lower' => '0', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'table_cellpadding' => Array ( + 'table_cellpadding' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:table_cellpadding', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '3', 'max' => '3', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( + 'range' => array( 'upper' => '200', - 'lower' => '0' + 'lower' => '0', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'media' => Array ( + 'media' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:media', - 'config' => Array ( + 'config' => array( 'type' => 'group', 'internal_type' => 'file', 'allowed' => '', // Must be empty for disallowed to work. @@ -813,12 +1412,12 @@ 'show_thumbs' => '1', 'size' => '3', 'maxitems' => '10', - 'minitems' => '0' - ) + 'minitems' => '0', + ), ), - 'multimedia' => Array ( + 'multimedia' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:multimedia', - 'config' => Array ( + 'config' => array( 'type' => 'group', 'internal_type' => 'file', 'allowed' => 'txt,html,htm,class,swf,swa,dcr,wav,avi,au,mov,asf,mpg,wmv,mp3,mp4,m4v', @@ -826,18 +1425,23 @@ 'uploadfolder' => 'uploads/media', 'size' => '2', 'maxitems' => '1', - 'minitems' => '0' - ) + 'minitems' => '0', + ), ), - 'filelink_size' => Array ( + 'filelink_size' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:filelink_size', - 'config' => Array ( - 'type' => 'check' - ) + 'config' => array( + 'type' => 'check', + 'items' => array ( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:filelink_size.I.0', + ), + ), + ), ), - 'records' => Array ( + 'records' => array( 'label' => 'LLL:EXT:cms/locallang_ttc.php:records', - 'config' => Array ( + 'config' => array( 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'tt_content', @@ -852,98 +1456,158 @@ ), ), ), - 'spaceBefore' => Array ( + 'spaceBefore' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceBefore', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '3', 'max' => '3', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( - 'lower' => '0' + 'range' => array( + 'lower' => '0', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'spaceAfter' => Array ( + 'spaceAfter' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceAfter', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '3', 'max' => '3', 'eval' => 'int', 'checkbox' => '0', - 'range' => Array ( - 'lower' => '0' + 'range' => array( + 'lower' => '0', ), - 'default' => 0 - ) + 'default' => 0, + ), ), - 'section_frame' => Array ( + 'section_frame' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:section_frame', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.2', '5'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.3', '6'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.4', '10'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.5', '11'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.6', '12'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.7', '20'), - Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.8', '21') + 'items' => array( + array( + '', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.2', + '5', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.3', + '6', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.4', + '10', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.5', + '11', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.6', + '12', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.7', + '20', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:section_frame.I.8', + '21', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'splash_layout' => Array ( + 'splash_layout' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:splash_layout', - 'config' => Array ( + 'config' => array( 'type' => 'select', - 'items' => Array ( - Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'), - Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.1', '1'), - Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.2', '2'), - Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.3', '3'), - Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.4', '--div--'), - Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.5', '20'), + 'items' => array( + array( + 'LLL:EXT:lang/locallang_general.php:LGL.default_value', + '0', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:splash_layout.I.1', + '1', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:splash_layout.I.2', + '2', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:splash_layout.I.3', + '3', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:splash_layout.I.4', + '--div--', + ), + array( + 'LLL:EXT:cms/locallang_ttc.php:splash_layout.I.5', + '20', + ), ), - 'default' => '0' - ) + 'default' => '0', + ), ), - 'sectionIndex' => Array ( + 'sectionIndex' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:sectionIndex', - 'config' => Array ( + 'config' => array( 'type' => 'check', - 'default' => 1 - ) + 'default' => 1, + 'items' => array ( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:sectionIndex.I.0', + ), + ), + ), ), - 'linkToTop' => Array ( + 'linkToTop' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:linkToTop', - 'config' => Array ( - 'type' => 'check' - ) + 'config' => array( + 'type' => 'check', + 'items' => array( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:linkToTop.I.0', + ), + ), + ), ), - 'rte_enabled' => Array ( + 'rte_enabled' => array( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:rte_enabled', - 'config' => Array ( + 'config' => array( 'type' => 'check', - 'showIfRTE' => 1 - ) + 'showIfRTE' => 1, + 'items' => array( + '1' => array( + '0' => 'LLL:EXT:cms/locallang_ttc.php:rte_enabled.I.0', + ), + ), + ), ), 'pi_flexform' => array( 'l10n_display' => 'hideDiff', 'label' => 'LLL:EXT:cms/locallang_ttc.php:pi_flexform', - 'config' => Array ( + 'config' => array( 'type' => 'flex', 'ds_pointerField' => 'list_type,CType', 'ds' => array( @@ -967,170 +1631,436 @@ ', ',media' => file_get_contents(t3lib_extMgm::extPath('cms') . 'flexform_media.xml'), - ) - ) + ), + ), ), - 'tx_impexp_origuid' => Array('config'=>array('type'=>'passthrough')), - 'l18n_diffsource' => Array('config'=>array('type'=>'passthrough')), - 't3ver_label' => Array ( + 'tx_impexp_origuid' => array( + 'config'=>array( + 'type'=>'passthrough', + ), + ), + 'l18n_diffsource' => array( + 'config'=>array( + 'type'=>'passthrough', + ), + ), + 't3ver_label' => array( 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.versionLabel', - 'config' => Array ( + 'config' => array( 'type' => 'input', 'size' => '30', 'max' => '255', - ) + ), ), ), - 'types' => Array ( - '1' => Array('showitem' => 'CType'), - 'header' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, subheader;;8, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'types' => array( + '1' => array( + 'showitem' => 'CType', ), - 'text' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.1, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group', + 'header' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.headers;headers, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'textpic' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.text, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties, - --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.media, image;;;;5-5-5, imageorient;;2, - --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgDimensions;13, - --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7;;6-6-6, - imagecaption;;5,altText;;;;7-7-7, titleText, longdescURL, - --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11;;8-8-8, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'text' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + bodytext;LLL:EXT:cms/locallang_ttc.xml:bodytext_formlabel;;richtext:rte_transform[flag=rte_enabled|mode=ts_css], + rte_enabled;LLL:EXT:cms/locallang_ttc.xml:rte_enabled_formlabel, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.textlayout;textlayout, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'rte' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, - --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.text, bodytext;;;nowrap:richtext[*]:rte_transform[mode=ts_images-ts_reglinks];3-3-3, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'textpic' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + bodytext;Text;;richtext:rte_transform[flag=rte_enabled|mode=ts_css], + rte_enabled;RTE for this text, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.images, + --palette--;Image files and captions;imagefiles, + --palette--;Click response for images;imagelinks, + --palette--;Accessibility texts;image_accessibility, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --palette--;Image settings;image_settings, + --palette--;Image block settings;imageblock, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.textlayout;textlayout, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'image' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.media, image;;;;4-4-4, imageorient;;2, - --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgDimensions;13, - --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7;;5-5-5, - imagecaption;;5, altText;;;;6-6-6, titleText, longdescURL, - --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11;;7-7-7, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'image' => array( + 'showitem' => '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.images, + --palette--;Image files and captions;imagefiles, + --palette--;Click response for images;imagelinks, + --palette--;Accessibility texts;image_accessibility, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --palette--;Image settings;image_settings, + --palette--;Image block settings;imageblock, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'bullets' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;4-4-4, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.4, layout;;;;3-3-3, bodytext;;9;nowrap, text_properties, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'bullets' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + bodytext;Bullet list;;nowrap, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.textlayout;textlayout, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'table' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;4-4-4, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.5, layout;;10;;3-3-3, cols, bodytext;;9;nowrap:wizards[table], text_properties, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'table' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + bodytext;Table;;nowrap:wizards[table], + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --palette--;Table layout;tablelayout, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.textlayout;textlayout, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'splash' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.11, splash_layout, bodytext;;;;3-3-3, image;;6, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'splash' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --palette--;Render text into images;textbox, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'uploads' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.6, media;;;;3-3-3, - select_key;LLL:EXT:cms/locallang_ttc.php:select_key.ALT.uploads, - layout;;10, filelink_size, - imagecaption;LLL:EXT:cms/locallang_ttc.php:imagecaption.ALT.uploads;;nowrap, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'uploads' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --palette--;Files;uploads, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --palette--;Filelinks layout;uploadslayout, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'multimedia' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.7, multimedia;;;;3-3-3, bodytext;LLL:EXT:lang/locallang_general.php:LGL.parameters;;nowrap, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'multimedia' => array( + 'showitem' => '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.media, + --palette--;Media files and parameters;multimediafiles, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'media' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.18, pi_flexform;;;;3-3-3, - bodytext;LLL:EXT:cms/locallang_ttc.xml:media.alternativeContent;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];4-4-4, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'media' => array( + 'showitem' => '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + bodytext;Alternative content;;richtext:rte_transform[flag=rte_enabled|mode=ts_css], + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.media, + pi_flexform; ;, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'script' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.15, select_key;;;;3-3-3, pages;;12, bodytext;LLL:EXT:lang/locallang_general.php:LGL.parameters;;nowrap, - imagecaption;LLL:EXT:cms/locallang_ttc.php:imagecaption.ALT.script, linkToTop;;;;4-4-4, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'script' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + header;Name (invisible), + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.script, + select_key, + pages, + bodytext;Parameters;;nowrap, + imagecaption;Comments, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'menu' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.12, menu_type;;;;4-4-4, pages, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'menu' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --palette--;Menus and sitemaps;menu, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'mailform' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.8, bodytext;LLL:EXT:cms/locallang_ttc.php:bodytext.ALT.mailform;;nowrap:wizards[forms];3-3-3, - pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.mailform, - subheader;LLL:EXT:cms/locallang_ttc.php:subheader.ALT.mailform, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'mailform' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + bodytext;Form;;nowrap:wizards[forms], + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.behaviour, + --palette--;Target and recipient;mailform, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'search' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.9, pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.search, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'search' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.behaviour, + --palette--;Search results;searchform, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'login' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.10, pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.login, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'login' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.behaviour, + --palette--;Redirect after login;loginform, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'shortcut' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.13, records;;;;5-5-5, layout, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'shortcut' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + header;Name (invisible), + records;Records, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', ), - 'list' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.plugin, list_type;;;;3-3-3, layout, select_key, pages;;12, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group', - 'subtype_value_field' => 'list_type', - 'subtypes_excludelist' => Array( - '' => 'layout,select_key,pages', // When no plugin is selected. - '3' => 'layout', -// '4' => 'layout', // List type forum - '2' => 'layout', - '5' => 'layout', - '9' => 'layout', - '0' => 'layout', - '6' => 'layout', - '7' => 'layout', - '1' => 'layout', - '8' => 'layout', - '11' => 'layout', - '20' => 'layout', - '21' => 'layout' - ) - ), - 'div' => Array( - 'showitem' => 'CType;;14;;1-1-1, hidden, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, linkToTop, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' + 'list' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.header;header, + --div--;Plugin, + list_type, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.behaviour, + select_key, + pages, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', + 'subtype_value_field' => 'list_type', + 'subtypes_excludelist' => array( +// '' => 'layout,select_key,pages', // When no plugin is selected. + '3' => 'layout', +// '4' => 'layout', // List type forum + '2' => 'layout', + '5' => 'layout', + '9' => 'layout', + '0' => 'layout', + '6' => 'layout', + '7' => 'layout', + '1' => 'layout', + '8' => 'layout', + '11' => 'layout', + '20' => 'layout', + '21' => 'layout' + ), + ), + 'div' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + header;Name (invisible), + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', + ), + 'html' => array( + 'showitem' => + '--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.general;general, + header;Name (invisible), + bodytext;HTML Code;;nowrap, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.visibility;visibility, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.access;access, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.appearance, + --palette--;LLL:EXT:cms/locallang_ttc.xml:palette.frames;frames, + --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.extended', + ), + ), + + 'palettes' => array( + '1' => array( + 'showitem' => 'starttime, endtime', + ), + '2' => array( + 'showitem' => 'imagecols, image_noRows, imageborder', + ), + '3' => array( + 'showitem' => 'header_position, header_layout, header_link, date', + ), + '4' => array( + 'showitem' => 'sys_language_uid, l18n_parent, colPos, spaceBefore, spaceAfter, section_frame, sectionIndex', + ), + '5' => array( + 'showitem' => 'imagecaption_position', + ), + '6' => array( + 'showitem' => 'imagewidth,image_link', + ), + '7' => array( + 'showitem' => 'image_link, image_zoom','canNotCollapse' => 1, + ), + '8' => array( + 'showitem' => 'layout', + ), + '9' => array( + 'showitem' => 'text_align,text_face,text_size,text_color', + ), + '10' => array( + 'showitem' => 'table_bgColor, table_border, table_cellspacing, table_cellpadding', + ), + '11' => array( + 'showitem' => 'image_compression, image_effects, image_frames','canNotCollapse' => 1, + ), + '12' => array( + 'showitem' => 'recursive', + ), + '13' => array( + 'showitem' => 'imagewidth, imageheight','canNotCollapse' => 1, + ), + '14' => array( + 'showitem' => 'sys_language_uid, l18n_parent, colPos', + ), + 'general' => array( + 'showitem' => 'CType;LLL:EXT:cms/locallang_ttc.xml:CType_formlabel, colPos;LLL:EXT:cms/locallang_ttc.xml:colPos_formlabel, sys_language_uid;LLL:EXT:cms/locallang_ttc.xml:sys_language_uid_formlabel', + 'canNotCollapse' => 1, + ), + 'header' => array( + 'showitem' => 'header;LLL:EXT:cms/locallang_ttc.xml:header_formlabel, --linebreak--, header_layout;LLL:EXT:cms/locallang_ttc.xml:header_layout_formlabel, header_position;LLL:EXT:cms/locallang_ttc.xml:header_position_formlabel, date;LLL:EXT:cms/locallang_ttc.xml:date_formlabel, --linebreak--, header_link;LLL:EXT:cms/locallang_ttc.xml:header_link_formlabel', + 'canNotCollapse' => 1, + ), + 'headers' => array( + 'showitem' => 'header;LLL:EXT:cms/locallang_ttc.xml:header_formlabel, --linebreak--, header_layout;LLL:EXT:cms/locallang_ttc.xml:header_layout_formlabel, header_position;LLL:EXT:cms/locallang_ttc.xml:header_position_formlabel, date;LLL:EXT:cms/locallang_ttc.xml:date_formlabel, --linebreak--, header_link;LLL:EXT:cms/locallang_ttc.xml:header_link_formlabel, --linebreak--, subheader;LLL:EXT:cms/locallang_ttc.xml:subheader_formlabel', + 'canNotCollapse' => 1, + ), + 'imagefiles' => array( + 'showitem' => 'image;Image files;;;5-5-5, imagecaption;Captions (separate with breaks)', + 'canNotCollapse' => 1, + ), + 'multimediafiles' => array( + 'showitem' => 'multimedia;Media files, bodytext;Parameters (separate with breaks);;nowrap', + 'canNotCollapse' => 1, + ), + 'textbox' => array( + 'showitem' => 'splash_layout;Type, image;Images, --linebreak--, bodytext;Text', + 'canNotCollapse' => 1, + ), + 'imagelinks' => array( + 'showitem' => 'image_zoom;On click, image_link;Links (separate with commas)', + 'canNotCollapse' => 1, ), - 'html' => Array( - 'showitem' => 'CType;;4;;1-1-1, hidden, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, linkToTop;;;;3-3-3, - --div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.17, bodytext;LLL:EXT:cms/locallang_ttc.php:bodytext.ALT.html;;nowrap, - --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group' - ) + 'image_accessibility' => array( + 'showitem' => 'altText;Alternative text (separate with breaks), titleText;Title (separate with breaks), --linebreak--, longdescURL;URL for a longer description (separate with breaks)', + 'canNotCollapse' => 1, + ), + 'image_settings' => array( + 'showitem' => 'imagewidth;Width (px), imageheight;Height (px), imageborder;Border, --linebreak--, image_compression;Quality and type, image_effects;Effects, image_frames;Graphical frames', + 'canNotCollapse' => 1, + ), + 'imageblock' => array( + 'showitem' => 'imageorient, imagecols;Number of Columns, --linebreak--, image_noRows;Horizontal rows, imagecaption_position;Caption alignment', + 'canNotCollapse' => 1, + ), + 'uploads' => array( + 'showitem' => 'select_key;Read from this path, --linebreak--, media;Or select files manually, imagecaption;File descriptions;;nowrap', + 'canNotCollapse' => 1, + ), + 'mailform' => array( + 'showitem' => 'pages;Target page, --linebreak--, subheader;Recipient email', + 'canNotCollapse' => 1, + ), + 'searchform' => array( + 'showitem' => 'pages;Target page', + 'canNotCollapse' => 1, + ), + 'loginform' => array( + 'showitem' => 'pages;Target page', + 'canNotCollapse' => 1, + ), + 'menu' => array( + 'showitem' => 'menu_type;Menu type, --linebreak--, pages;Selected pages', + 'canNotCollapse' => 1, + ), + 'visibility' => array( + 'showitem' => 'hidden;LLL:EXT:cms/locallang_ttc.xml:hidden_formlabel, sectionIndex;LLL:EXT:cms/locallang_ttc.xml:sectionIndex_formlabel, linkToTop;LLL:EXT:cms/locallang_ttc.xml:linkToTop_formlabel', + 'canNotCollapse' => 1, + ), + 'access' => array( + 'showitem' => 'starttime;LLL:EXT:cms/locallang_ttc.xml:starttime_formlabel, endtime;LLL:EXT:cms/locallang_ttc.xml:endtime_formlabel, --linebreak--, fe_group;LLL:EXT:cms/locallang_ttc.xml:fe_group_formlabel', + 'canNotCollapse' => 1, + ), + 'frames' => array ( + 'showitem' => 'layout;LLL:EXT:cms/locallang_ttc.xml:layout_formlabel, spaceBefore;LLL:EXT:cms/locallang_ttc.xml:spaceBefore_formlabel, spaceAfter;LLL:EXT:cms/locallang_ttc.xml:spaceAfter_formlabel, section_frame;LLL:EXT:cms/locallang_ttc.xml:section_frame_formlabel', + 'canNotCollapse' => 1, + ), + 'textlayout' => array ( + 'showitem' => 'text_align;LLL:EXT:cms/locallang_ttc.xml:text_align_formlabel, text_face;LLL:EXT:cms/locallang_ttc.xml:text_face_formlabel, text_size;LLL:EXT:cms/locallang_ttc.xml:text_size_formlabel, text_color;LLL:EXT:cms/locallang_ttc.xml:text_color_formlabel, --linebreak--, text_properties;LLL:EXT:cms/locallang_ttc.xml:text_properties_formlabel', + 'canNotCollapse' => 1, + ), + 'tablelayout' => array ( + 'showitem' => 'table_bgColor, table_border, table_cellspacing, table_cellpadding', + 'canNotCollapse' => 1, + ), + 'uploadslayout' => array ( + 'showitem' => 'filelink_size', + 'canNotCollapse' => 1, + ), ), - 'palettes' => Array ( - '1' => Array('showitem' => 'starttime, endtime'), - '2' => Array('showitem' => 'imagecols, image_noRows, imageborder'), - '3' => Array('showitem' => 'header_position, header_layout, header_link, date'), - '4' => Array('showitem' => 'sys_language_uid, l18n_parent, colPos, spaceBefore, spaceAfter, section_frame, sectionIndex'), - '5' => Array('showitem' => 'imagecaption_position'), - '6' => Array('showitem' => 'imagewidth,image_link'), - '7' => Array('showitem' => 'image_link, image_zoom','canNotCollapse' => 1), - '8' => Array('showitem' => 'layout'), - '9' => Array('showitem' => 'text_align,text_face,text_size,text_color'), - '10' => Array('showitem' => 'table_bgColor, table_border, table_cellspacing, table_cellpadding'), - '11' => Array('showitem' => 'image_compression, image_effects, image_frames','canNotCollapse' => 1), - '12' => Array('showitem' => 'recursive'), - '13' => Array('showitem' => 'imagewidth, imageheight','canNotCollapse' => 1), - '14' => Array('showitem' => 'sys_language_uid, l18n_parent, colPos'), - ) );