5 'descriptionColumn' => 'description',
8 'prependAtCopy' => 'LLL:EXT:lang/locallang_general.xlf:LGL.prependAtCopy',
9 'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template',
10 'versioningWS' => TRUE
,
11 'origUid' => 't3_origuid',
13 'cruser_id' => 'cruser_id',
14 'delete' => 'deleted',
17 'iconfile' => 'tcarecords-sys_template-default',
18 'enablecolumns' => array(
19 'disabled' => 'hidden',
20 'starttime' => 'starttime',
21 'endtime' => 'endtime'
23 'typeicon_column' => 'root',
24 'typeicon_classes' => array(
25 'default' => 'mimetypes-x-content-template-extension',
26 '1' => 'mimetypes-x-content-template'
28 'searchFields' => 'title,constants,config'
31 'showRecordFieldList' => 'title,clear,root,basedOn,nextLevel,sitetitle,description,hidden,starttime,endtime'
35 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.title',
44 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.disable',
52 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
62 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
70 'upper' => mktime(0, 0, 0, 12, 31, 2020)
75 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.root',
81 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.clear',
85 array('Constants', ''),
92 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.sitetitle',
100 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.constants',
106 'softref' => 'TStemplate,email[subst],url[subst]'
108 'defaultExtras' => 'fixed-font : enable-tab'
110 'nextLevel' => array(
111 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.nextLevel',
114 'internal_type' => 'db',
115 'allowed' => 'sys_template',
116 'show_thumbs' => '1',
128 'include_static_file' => array(
129 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.include_static_file',
132 'renderType' => 'selectMultipleSideBySide',
136 'enableMultiSelectFilterTextfield' => TRUE
,
137 'softref' => 'ext_fileref'
141 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.basedOn',
144 'internal_type' => 'db',
145 'allowed' => 'sys_template',
146 'show_thumbs' => '1',
159 'title' => 'Edit template',
161 'name' => 'wizard_edit',
163 'popup_onlyOpenIfSelected' => 1,
164 'icon' => 'EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_edit.gif',
165 'JSopenParams' => 'width=800,height=600,status=0,menubar=0,scrollbars=1'
169 'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.basedOn_add',
170 'icon' => 'EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_add.gif',
172 'table' => 'sys_template',
173 'pid' => '###CURRENT_PID###',
174 'setValue' => 'prepend'
177 'name' => 'wizard_add'
183 'includeStaticAfterBasedOn' => array(
184 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.includeStaticAfterBasedOn',
192 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.config',
198 'softref' => 'TStemplate,email[subst],url[subst]'
200 'defaultExtras' => 'fixed-font : enable-tab'
202 'description' => array(
203 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.description',
210 'static_file_mode' => array(
211 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.static_file_mode',
214 'renderType' => 'selectSingle',
216 array('LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.static_file_mode.0', '0'),
217 array('LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.static_file_mode.1', '1'),
218 array('LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.static_file_mode.2', '2'),
219 array('LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.static_file_mode.3', '3')
224 'tx_impexp_origuid' => array('config' => array('type' => 'passthrough')),
225 't3ver_label' => array(
226 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
235 '1' => array('showitem' => '
236 hidden, title, sitetitle, constants, config, description,
237 --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.tabs.options, clear, root, nextLevel,
238 --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.tabs.include, includeStaticAfterBasedOn, include_static_file, basedOn, static_file_mode,
239 --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.tabs.access, starttime, endtime')