Feature #18243 ยป bug7580.patch
t3lib/stddb/tables.php (working copy) | ||
---|---|---|
),
|
||
'title' => 'LLL:EXT:lang/locallang_tca.php:be_groups',
|
||
'useColumnsForDefaultValues' => 'lockToDomain',
|
||
'dividers2tabs' => true,
|
||
'dynamicConfigFile' => 'T3LIB:tbl_be.php',
|
||
'versioningWS_alwaysAllowLiveEdit' => TRUE
|
||
)
|
t3lib/stddb/tbl_be.php (working copy) | ||
---|---|---|
)
|
||
),
|
||
'types' => array(
|
||
'0' => array('showitem' => 'hidden;;;;1-1-1,title;;;;2-2-2, lockToDomain, --div--, inc_access_lists;;;;3-3-3, db_mountpoints;;;;4-4-4,file_mountpoints,workspace_perms,hide_in_lists,subgroup,description, --div--, TSconfig;;;;5-5-5'),
|
||
'1' => array('showitem' => 'hidden;;;;1-1-1,title;;;;2-2-2, lockToDomain, --div--, inc_access_lists;;;;3-3-3, groupMods, tables_select, tables_modify, pagetypes_select, non_exclude_fields, explicit_allowdeny, allowed_languages, custom_options, --div--, db_mountpoints;;;;4-4-4,file_mountpoints,workspace_perms,hide_in_lists,subgroup,description, --div--, TSconfig;;;;5-5-5')
|
||
'0' => array('showitem' => 'hidden;;;;1-1-1, title;;;;2-2-2,description, lockToDomain;;;;3-3-3, subgroup;;;;4-4-4,hide_in_lists;;;;5-5-5, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.base_rights, inc_access_lists;;;;1-1-1, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.mounts_and_workspaces, db_mountpoints;;;;1-1-1,file_mountpoints, workspace_perms;;;;2-2-2, , --div--;LLL:EXT:lang/locallang_tca.xml:tabs.options, TSconfig;;;;1-1-1, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.extended_rights'),
|
||
'1' => array('showitem' => 'hidden;;;;1-1-1, title;;;;2-2-2,description, lockToDomain;;;;3-3-3, subgroup;;;;4-4-4,hide_in_lists;;;;5-5-5, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.base_rights, inc_access_lists;;;;1-1-1, groupMods, tables_select, tables_modify, pagetypes_select, non_exclude_fields, explicit_allowdeny , allowed_languages;;;;2-2-2, custom_options;;;;3-3-3, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.mounts_and_workspaces, db_mountpoints;;;;1-1-1,file_mountpoints, workspace_perms;;;;2-2-2, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.options, TSconfig;;;;1-1-1, --div--;LLL:EXT:lang/locallang_tca.xml:tabs.extended_rights')
|
||
)
|
||
);
|
typo3/sysext/lang/locallang_tca.xml (working copy) | ||
---|---|---|
<label index="sys_language.flag">Select flag icon:</label>
|
||
<label index="sys_workspace">Workspace</label>
|
||
<label index="editlock">Restrict editing by non-Admins:</label>
|
||
<label index="tabs.base_rights">Base access rights</label>
|
||
<label index="tabs.mounts_and_workspaces">Mounts and workspaces</label>
|
||
<label index="tabs.options">Options</label>
|
||
<label index="tabs.extended_rights">Extended access rights</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|