Bug #18236 ยป 20080217_tabs_feuser_fegroups.diff
typo3/sysext/cms/ext_tables.php (working copy) | ||
---|---|---|
'div' => 'tt_content_div.gif',
|
||
'html' => 'tt_content_html.gif'
|
||
),
|
||
'mainpalette' => '1,15',
|
||
'mainpalette' => '15',
|
||
'thumbnail' => 'image',
|
||
'requestUpdate' => 'list_type,rte_enabled',
|
||
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_tt_content.php'
|
||
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_tt_content.php',
|
||
'dividers2tabs' => true
|
||
)
|
||
);
|
||
... | ... | |
'fe_cruser_id' => 'fe_cruser_id',
|
||
'title' => 'LLL:EXT:cms/locallang_tca.xml:fe_users',
|
||
'delete' => 'deleted',
|
||
'mainpalette' => '1',
|
||
'enablecolumns' => array (
|
||
'disabled' => 'disable',
|
||
'starttime' => 'starttime',
|
||
'endtime' => 'endtime'
|
||
),
|
||
'useColumnsForDefaultValues' => 'usergroup,lockToDomain,disable,starttime,endtime',
|
||
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
|
||
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php',
|
||
'dividers2tabs' => true
|
||
),
|
||
'feInterface' => array (
|
||
'fe_admin_fieldList' => 'username,password,usergroup,name,address,telephone,fax,email,title,zip,city,country,www,company',
|
||
... | ... | |
),
|
||
'title' => 'LLL:EXT:cms/locallang_tca.xml:fe_groups',
|
||
'useColumnsForDefaultValues' => 'lockToDomain',
|
||
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
|
||
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php',
|
||
'dividers2tabs' => true
|
||
)
|
||
);
|
||
typo3/sysext/cms/locallang_tca.xml (working copy) | ||
---|---|---|
<label index="pages.fe_login_mode">Login Mode:</label>
|
||
<label index="pages.fe_login_mode.disable">Disable</label>
|
||
<label index="pages.fe_login_mode.enable">Enable</label>
|
||
<label index="tabs.advancedOptions">Advanced Options</label>
|
||
<label index="tabs.personelData">Personal Data</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|
typo3/sysext/cms/tbl_cms.php (working copy) | ||
---|---|---|
)
|
||
),
|
||
'types' => Array (
|
||
'0' => Array('showitem' => 'username;;;;2-2-2, password, usergroup, lockToDomain, --div--, name;;2;;3-3-3, address, zip, city, country, telephone, fax, email, www, image;;;;4-4-4, --div--, TSconfig;;;;5-5-5')
|
||
'0' => Array('showitem' => '
|
||
disable,username;;;;2-2-2, password, usergroup, lockToDomain,
|
||
--div--;LLL:EXT:cms/locallang_tca.xml:tabs.personelData, name;;1;;3-3-3, address, zip, city, country, telephone, fax, email, www, image;;;;4-4-4,
|
||
--div--;LLL:EXT:cms/locallang_tca.xml:tabs.advancedOptions, starttime, endtime, TSconfig;;;;5-5-5')
|
||
),
|
||
'palettes' => Array (
|
||
'1' => Array('showitem' => 'disable, starttime, endtime'),
|
||
'2' => Array('showitem' => 'title,company')
|
||
'1' => Array('showitem' => 'title,company')
|
||
)
|
||
);
|
||
... | ... | |
)
|
||
),
|
||
'types' => Array (
|
||
'0' => Array('showitem' => 'hidden;;;;1-1-1,title;;;;2-2-2,lockToDomain,description;;;;3-3-3, --div--, TSconfig;;;;5-5-5, subgroup;;;;6-6-6')
|
||
'0' => Array('showitem' => '
|
||
hidden;;;;1-1-1,title;;;;2-2-2,lockToDomain,description,subgroup,
|
||
--div--;LLL:EXT:cms/locallang_tca.xml:tabs.advancedOptions, TSconfig;;;;2-2-2
|
||
')
|
||
)
|
||
);
|
||