@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense', |
| 22 | 22 | 'label' => 'title', |
| 23 | 23 | 'tstamp' => 'tstamp', |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | 'transOrigPointerField' => 'l10n_parent', |
| 29 | 29 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 30 | 30 | 'delete' => 'deleted', |
| 31 | - 'enablecolumns' => array( |
|
| 31 | + 'enablecolumns' => array ( |
|
| 32 | 32 | 'disabled' => 'hidden', |
| 33 | 33 | 'starttime' => 'starttime', |
| 34 | 34 | 'endtime' => 'endtime', |
@@ -36,124 +36,124 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'uri, title, text', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_depositlicense.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, |
| 41 | 41 | uri, title, text', |
| 42 | 42 | ), |
| 43 | - 'types' => array( |
|
| 44 | - '1' => array('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 43 | + 'types' => array ( |
|
| 44 | + '1' => array ('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 45 | 45 | uri, title, text, |
| 46 | 46 | --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
| 47 | 47 | ), |
| 48 | - 'palettes' => array( |
|
| 49 | - '1' => array('showitem' => ''), |
|
| 48 | + 'palettes' => array ( |
|
| 49 | + '1' => array ('showitem' => ''), |
|
| 50 | 50 | ), |
| 51 | - 'columns' => array( |
|
| 51 | + 'columns' => array ( |
|
| 52 | 52 | |
| 53 | - 'sys_language_uid' => array( |
|
| 53 | + 'sys_language_uid' => array ( |
|
| 54 | 54 | 'exclude' => 1, |
| 55 | 55 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 56 | - 'config' => array( |
|
| 56 | + 'config' => array ( |
|
| 57 | 57 | 'type' => 'select', |
| 58 | 58 | 'renderType' => 'selectSingle', |
| 59 | 59 | 'foreign_table' => 'sys_language', |
| 60 | 60 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 61 | - 'items' => array( |
|
| 62 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 63 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 61 | + 'items' => array ( |
|
| 62 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 63 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 64 | 64 | ), |
| 65 | 65 | ), |
| 66 | 66 | ), |
| 67 | - 'l10n_parent' => array( |
|
| 67 | + 'l10n_parent' => array ( |
|
| 68 | 68 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 69 | 69 | 'exclude' => 1, |
| 70 | 70 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 71 | - 'config' => array( |
|
| 71 | + 'config' => array ( |
|
| 72 | 72 | 'type' => 'select', |
| 73 | 73 | 'renderType' => 'selectSingle', |
| 74 | - 'items' => array( |
|
| 75 | - array('', 0), |
|
| 74 | + 'items' => array ( |
|
| 75 | + array ('', 0), |
|
| 76 | 76 | ), |
| 77 | 77 | 'foreign_table' => 'tx_dpf_domain_model_depositlicense', |
| 78 | 78 | 'foreign_table_where' => 'AND tx_dpf_domain_model_depositlicense.pid=###CURRENT_PID### AND tx_dpf_domain_model_depositlicense.sys_language_uid IN (-1,0)', |
| 79 | 79 | ), |
| 80 | 80 | ), |
| 81 | - 'l10n_diffsource' => array( |
|
| 82 | - 'config' => array( |
|
| 81 | + 'l10n_diffsource' => array ( |
|
| 82 | + 'config' => array ( |
|
| 83 | 83 | 'type' => 'passthrough', |
| 84 | 84 | ), |
| 85 | 85 | ), |
| 86 | 86 | |
| 87 | - 't3ver_label' => array( |
|
| 87 | + 't3ver_label' => array ( |
|
| 88 | 88 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 89 | - 'config' => array( |
|
| 89 | + 'config' => array ( |
|
| 90 | 90 | 'type' => 'input', |
| 91 | 91 | 'size' => 30, |
| 92 | 92 | 'max' => 255, |
| 93 | 93 | ), |
| 94 | 94 | ), |
| 95 | 95 | |
| 96 | - 'hidden' => array( |
|
| 96 | + 'hidden' => array ( |
|
| 97 | 97 | 'exclude' => 1, |
| 98 | 98 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 99 | - 'config' => array( |
|
| 99 | + 'config' => array ( |
|
| 100 | 100 | 'type' => 'check', |
| 101 | 101 | ), |
| 102 | 102 | ), |
| 103 | - 'starttime' => array( |
|
| 103 | + 'starttime' => array ( |
|
| 104 | 104 | 'exclude' => 1, |
| 105 | 105 | 'l10n_mode' => 'mergeIfNotBlank', |
| 106 | 106 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 107 | - 'config' => array( |
|
| 107 | + 'config' => array ( |
|
| 108 | 108 | 'type' => 'input', |
| 109 | 109 | 'renderType' => 'inputDateTime', |
| 110 | 110 | 'size' => 13, |
| 111 | 111 | 'eval' => 'datetime', |
| 112 | 112 | 'checkbox' => 0, |
| 113 | 113 | 'default' => 0, |
| 114 | - 'range' => array( |
|
| 114 | + 'range' => array ( |
|
| 115 | 115 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 116 | 116 | ), |
| 117 | 117 | ), |
| 118 | 118 | ), |
| 119 | - 'endtime' => array( |
|
| 119 | + 'endtime' => array ( |
|
| 120 | 120 | 'exclude' => 1, |
| 121 | 121 | 'l10n_mode' => 'mergeIfNotBlank', |
| 122 | 122 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 123 | - 'config' => array( |
|
| 123 | + 'config' => array ( |
|
| 124 | 124 | 'type' => 'input', |
| 125 | 125 | 'renderType' => 'inputDateTime', |
| 126 | 126 | 'size' => 13, |
| 127 | 127 | 'eval' => 'datetime', |
| 128 | 128 | 'checkbox' => 0, |
| 129 | 129 | 'default' => 0, |
| 130 | - 'range' => array( |
|
| 130 | + 'range' => array ( |
|
| 131 | 131 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 132 | 132 | ), |
| 133 | 133 | ), |
| 134 | 134 | ), |
| 135 | - 'uri' => array( |
|
| 135 | + 'uri' => array ( |
|
| 136 | 136 | 'exclude' => 1, |
| 137 | 137 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.uri', |
| 138 | - 'config' => array( |
|
| 138 | + 'config' => array ( |
|
| 139 | 139 | 'type' => 'input', |
| 140 | 140 | 'size' => 30, |
| 141 | 141 | 'eval' => 'trim', |
| 142 | 142 | ), |
| 143 | 143 | ), |
| 144 | - 'title' => array( |
|
| 144 | + 'title' => array ( |
|
| 145 | 145 | 'exclude' => 1, |
| 146 | 146 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.title', |
| 147 | - 'config' => array( |
|
| 147 | + 'config' => array ( |
|
| 148 | 148 | 'type' => 'input', |
| 149 | 149 | 'size' => 30, |
| 150 | 150 | 'eval' => 'trim', |
| 151 | 151 | ), |
| 152 | 152 | ), |
| 153 | - 'text' => array( |
|
| 153 | + 'text' => array ( |
|
| 154 | 154 | 'exclude' => 1, |
| 155 | 155 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.text', |
| 156 | - 'config' => array( |
|
| 156 | + 'config' => array ( |
|
| 157 | 157 | 'type' => 'text', |
| 158 | 158 | 'cols' => 40, |
| 159 | 159 | 'rows' => 15, |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject', |
| 22 | 22 | 'label' => 'name', |
| 23 | 23 | 'tstamp' => 'tstamp', |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | 'transOrigPointerField' => 'l10n_parent', |
| 29 | 29 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 30 | 30 | 'delete' => 'deleted', |
| 31 | - 'enablecolumns' => array( |
|
| 31 | + 'enablecolumns' => array ( |
|
| 32 | 32 | 'disabled' => 'hidden', |
| 33 | 33 | 'starttime' => 'starttime', |
| 34 | 34 | 'endtime' => 'endtime', |
@@ -36,290 +36,290 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_metadataobject.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
|
| 42 | + 'types' => array ( |
|
| 43 | + '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
|
| 44 | 44 | ), |
| 45 | - 'palettes' => array( |
|
| 46 | - '1' => array('showitem' => ''), |
|
| 45 | + 'palettes' => array ( |
|
| 46 | + '1' => array ('showitem' => ''), |
|
| 47 | 47 | ), |
| 48 | - 'columns' => array( |
|
| 48 | + 'columns' => array ( |
|
| 49 | 49 | |
| 50 | - 'sys_language_uid' => array( |
|
| 50 | + 'sys_language_uid' => array ( |
|
| 51 | 51 | 'exclude' => 1, |
| 52 | 52 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 53 | - 'config' => array( |
|
| 53 | + 'config' => array ( |
|
| 54 | 54 | 'type' => 'select', |
| 55 | 55 | 'renderType' => 'selectSingle', |
| 56 | 56 | 'foreign_table' => 'sys_language', |
| 57 | 57 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 58 | - 'items' => array( |
|
| 59 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 60 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 58 | + 'items' => array ( |
|
| 59 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 60 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 61 | 61 | ), |
| 62 | 62 | ), |
| 63 | 63 | ), |
| 64 | - 'l10n_parent' => array( |
|
| 64 | + 'l10n_parent' => array ( |
|
| 65 | 65 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 66 | 66 | 'exclude' => 1, |
| 67 | 67 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 68 | - 'config' => array( |
|
| 68 | + 'config' => array ( |
|
| 69 | 69 | 'type' => 'select', |
| 70 | 70 | 'renderType' => 'selectSingle', |
| 71 | - 'items' => array( |
|
| 72 | - array('', 0), |
|
| 71 | + 'items' => array ( |
|
| 72 | + array ('', 0), |
|
| 73 | 73 | ), |
| 74 | 74 | 'foreign_table' => 'tx_dpf_domain_model_metadataobject', |
| 75 | 75 | 'foreign_table_where' => 'AND tx_dpf_domain_model_metadataobject.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadataobject.sys_language_uid IN (-1,0)', |
| 76 | 76 | ), |
| 77 | 77 | ), |
| 78 | - 'l10n_diffsource' => array( |
|
| 79 | - 'config' => array( |
|
| 78 | + 'l10n_diffsource' => array ( |
|
| 79 | + 'config' => array ( |
|
| 80 | 80 | 'type' => 'passthrough', |
| 81 | 81 | ), |
| 82 | 82 | ), |
| 83 | 83 | |
| 84 | - 't3ver_label' => array( |
|
| 84 | + 't3ver_label' => array ( |
|
| 85 | 85 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 86 | - 'config' => array( |
|
| 86 | + 'config' => array ( |
|
| 87 | 87 | 'type' => 'input', |
| 88 | 88 | 'size' => 30, |
| 89 | 89 | 'max' => 255, |
| 90 | 90 | ), |
| 91 | 91 | ), |
| 92 | 92 | |
| 93 | - 'hidden' => array( |
|
| 93 | + 'hidden' => array ( |
|
| 94 | 94 | 'exclude' => 1, |
| 95 | 95 | 'l10n_mode' => 'exclude', |
| 96 | 96 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 97 | - 'config' => array( |
|
| 97 | + 'config' => array ( |
|
| 98 | 98 | 'type' => 'check', |
| 99 | 99 | ), |
| 100 | 100 | ), |
| 101 | - 'starttime' => array( |
|
| 101 | + 'starttime' => array ( |
|
| 102 | 102 | 'exclude' => 1, |
| 103 | 103 | 'l10n_mode' => 'mergeIfNotBlank', |
| 104 | 104 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 105 | - 'config' => array( |
|
| 105 | + 'config' => array ( |
|
| 106 | 106 | 'type' => 'input', |
| 107 | 107 | 'renderType' => 'inputDateTime', |
| 108 | 108 | 'size' => 13, |
| 109 | 109 | 'eval' => 'datetime', |
| 110 | 110 | 'checkbox' => 0, |
| 111 | 111 | 'default' => 0, |
| 112 | - 'range' => array( |
|
| 112 | + 'range' => array ( |
|
| 113 | 113 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 114 | 114 | ), |
| 115 | 115 | ), |
| 116 | 116 | ), |
| 117 | - 'endtime' => array( |
|
| 117 | + 'endtime' => array ( |
|
| 118 | 118 | 'exclude' => 1, |
| 119 | 119 | 'l10n_mode' => 'mergeIfNotBlank', |
| 120 | 120 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 121 | - 'config' => array( |
|
| 121 | + 'config' => array ( |
|
| 122 | 122 | 'type' => 'input', |
| 123 | 123 | 'renderType' => 'inputDateTime', |
| 124 | 124 | 'size' => 13, |
| 125 | 125 | 'eval' => 'datetime', |
| 126 | 126 | 'checkbox' => 0, |
| 127 | 127 | 'default' => 0, |
| 128 | - 'range' => array( |
|
| 128 | + 'range' => array ( |
|
| 129 | 129 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 130 | 130 | ), |
| 131 | 131 | ), |
| 132 | 132 | ), |
| 133 | 133 | |
| 134 | - 'name' => array( |
|
| 134 | + 'name' => array ( |
|
| 135 | 135 | 'exclude' => 1, |
| 136 | 136 | 'l10n_mode' => 'exclude', |
| 137 | 137 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.name', |
| 138 | - 'config' => array( |
|
| 138 | + 'config' => array ( |
|
| 139 | 139 | 'type' => 'input', |
| 140 | 140 | 'size' => 30, |
| 141 | 141 | 'eval' => 'trim', |
| 142 | 142 | ), |
| 143 | 143 | ), |
| 144 | - 'display_name' => array( |
|
| 144 | + 'display_name' => array ( |
|
| 145 | 145 | 'exclude' => 1, |
| 146 | 146 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.display_name', |
| 147 | - 'config' => array( |
|
| 147 | + 'config' => array ( |
|
| 148 | 148 | 'type' => 'input', |
| 149 | 149 | 'size' => 30, |
| 150 | 150 | 'eval' => 'trim', |
| 151 | 151 | ), |
| 152 | 152 | ), |
| 153 | - 'max_iteration' => array( |
|
| 153 | + 'max_iteration' => array ( |
|
| 154 | 154 | 'exclude' => 1, |
| 155 | 155 | 'l10n_mode' => 'exclude', |
| 156 | 156 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.max_iteration', |
| 157 | - 'config' => array( |
|
| 157 | + 'config' => array ( |
|
| 158 | 158 | 'type' => 'input', |
| 159 | 159 | 'size' => 4, |
| 160 | 160 | 'eval' => 'int', |
| 161 | 161 | ), |
| 162 | 162 | ), |
| 163 | - 'mandatory' => array( |
|
| 163 | + 'mandatory' => array ( |
|
| 164 | 164 | 'exclude' => 1, |
| 165 | 165 | 'l10n_mode' => 'exclude', |
| 166 | 166 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory', |
| 167 | - 'config' => array( |
|
| 167 | + 'config' => array ( |
|
| 168 | 168 | 'type' => 'select', |
| 169 | 169 | 'size' => 1, |
| 170 | 170 | 'maxitems' => 1, |
| 171 | - 'items' => array( |
|
| 172 | - array('',''), |
|
| 173 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 174 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY), |
|
| 171 | + 'items' => array ( |
|
| 172 | + array ('', ''), |
|
| 173 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 174 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY), |
|
| 175 | 175 | ), |
| 176 | 176 | ), |
| 177 | 177 | ), |
| 178 | - 'mapping' => array( |
|
| 178 | + 'mapping' => array ( |
|
| 179 | 179 | 'exclude' => 1, |
| 180 | 180 | 'l10n_mode' => 'exclude', |
| 181 | 181 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mapping', |
| 182 | - 'config' => array( |
|
| 182 | + 'config' => array ( |
|
| 183 | 183 | 'type' => 'input', |
| 184 | 184 | 'size' => 30, |
| 185 | 185 | 'eval' => 'trim', |
| 186 | 186 | ), |
| 187 | 187 | ), |
| 188 | - 'json_mapping' => array( |
|
| 188 | + 'json_mapping' => array ( |
|
| 189 | 189 | 'exclude' => 1, |
| 190 | 190 | 'l10n_mode' => 'exclude', |
| 191 | 191 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.json_mapping', |
| 192 | - 'config' => array( |
|
| 192 | + 'config' => array ( |
|
| 193 | 193 | 'type' => 'input', |
| 194 | 194 | 'size' => 30, |
| 195 | 195 | 'eval' => 'trim', |
| 196 | 196 | ), |
| 197 | 197 | ), |
| 198 | - 'data_type' => array( |
|
| 198 | + 'data_type' => array ( |
|
| 199 | 199 | 'exclude' => 1, |
| 200 | 200 | 'l10n_mode' => 'exclude', |
| 201 | 201 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type', |
| 202 | - 'config' => array( |
|
| 202 | + 'config' => array ( |
|
| 203 | 203 | 'type' => 'select', |
| 204 | 204 | 'renderType' => 'selectSingle', |
| 205 | - 'items' => array( |
|
| 206 | - array('', ''), |
|
| 207 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.regexp', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_REGEXP), |
|
| 208 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.date', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_DATE), |
|
| 205 | + 'items' => array ( |
|
| 206 | + array ('', ''), |
|
| 207 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.regexp', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_REGEXP), |
|
| 208 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.date', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_DATE), |
|
| 209 | 209 | ), |
| 210 | 210 | 'size' => 1, |
| 211 | 211 | 'maxitems' => 1, |
| 212 | 212 | 'eval' => '', |
| 213 | 213 | ), |
| 214 | 214 | ), |
| 215 | - 'validation' => array( |
|
| 215 | + 'validation' => array ( |
|
| 216 | 216 | 'exclude' => 1, |
| 217 | 217 | 'l10n_mode' => 'exclude', |
| 218 | 218 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.validation', |
| 219 | - 'config' => array( |
|
| 219 | + 'config' => array ( |
|
| 220 | 220 | 'type' => 'input', |
| 221 | 221 | 'size' => 30, |
| 222 | 222 | 'eval' => 'trim', |
| 223 | 223 | ), |
| 224 | 224 | ), |
| 225 | - 'mods_extension' => array( |
|
| 225 | + 'mods_extension' => array ( |
|
| 226 | 226 | 'exclude' => 1, |
| 227 | 227 | 'l10n_mode' => 'exclude', |
| 228 | 228 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mods_extension', |
| 229 | - 'config' => array( |
|
| 229 | + 'config' => array ( |
|
| 230 | 230 | 'type' => 'check', |
| 231 | 231 | 'default' => 0, |
| 232 | 232 | ), |
| 233 | 233 | ), |
| 234 | - 'access_restriction_roles' => array( |
|
| 234 | + 'access_restriction_roles' => array ( |
|
| 235 | 235 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.access_restriction_roles', |
| 236 | - 'config' => array( |
|
| 236 | + 'config' => array ( |
|
| 237 | 237 | 'type' => 'select', |
| 238 | 238 | 'size' => 2, |
| 239 | 239 | 'maxitems' => 2, |
| 240 | - 'items' => array( |
|
| 241 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 242 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 240 | + 'items' => array ( |
|
| 241 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 242 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 243 | 243 | ), |
| 244 | 244 | ), |
| 245 | 245 | ), |
| 246 | - 'consent' => array( |
|
| 246 | + 'consent' => array ( |
|
| 247 | 247 | 'exclude' => 1, |
| 248 | 248 | 'l10n_mode' => 'exclude', |
| 249 | 249 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.consent', |
| 250 | - 'config' => array( |
|
| 250 | + 'config' => array ( |
|
| 251 | 251 | 'type' => 'check', |
| 252 | 252 | 'default' => 0, |
| 253 | 253 | ), |
| 254 | 254 | ), |
| 255 | - 'input_field' => array( |
|
| 255 | + 'input_field' => array ( |
|
| 256 | 256 | 'onChange' => 'reload', |
| 257 | 257 | 'exclude' => 1, |
| 258 | 258 | 'l10n_mode' => 'exclude', |
| 259 | 259 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_field', |
| 260 | - 'config' => array( |
|
| 260 | + 'config' => array ( |
|
| 261 | 261 | 'type' => 'select', |
| 262 | 262 | 'renderType' => 'selectSingle', |
| 263 | - 'items' => array( |
|
| 264 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.input', \EWW\Dpf\Domain\Model\MetadataObject::input), |
|
| 265 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.textarea', \EWW\Dpf\Domain\Model\MetadataObject::textarea), |
|
| 266 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.select', \EWW\Dpf\Domain\Model\MetadataObject::select), |
|
| 267 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.checkbox', \EWW\Dpf\Domain\Model\MetadataObject::checkbox), |
|
| 268 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.hidden', \EWW\Dpf\Domain\Model\MetadataObject::hidden), |
|
| 269 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.inputDropdown', \EWW\Dpf\Domain\Model\MetadataObject::INPUTDROPDOWN), |
|
| 263 | + 'items' => array ( |
|
| 264 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.input', \EWW\Dpf\Domain\Model\MetadataObject::input), |
|
| 265 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.textarea', \EWW\Dpf\Domain\Model\MetadataObject::textarea), |
|
| 266 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.select', \EWW\Dpf\Domain\Model\MetadataObject::select), |
|
| 267 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.checkbox', \EWW\Dpf\Domain\Model\MetadataObject::checkbox), |
|
| 268 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.hidden', \EWW\Dpf\Domain\Model\MetadataObject::hidden), |
|
| 269 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.inputDropdown', \EWW\Dpf\Domain\Model\MetadataObject::INPUTDROPDOWN), |
|
| 270 | 270 | ), |
| 271 | 271 | 'size' => 1, |
| 272 | 272 | 'maxitems' => 1, |
| 273 | 273 | 'eval' => '', |
| 274 | 274 | ), |
| 275 | 275 | ), |
| 276 | - 'deposit_license' => array( |
|
| 277 | - 'displayCond' => array( |
|
| 278 | - 'OR' => array( |
|
| 276 | + 'deposit_license' => array ( |
|
| 277 | + 'displayCond' => array ( |
|
| 278 | + 'OR' => array ( |
|
| 279 | 279 | 'FIELD:input_field:REQ:false', |
| 280 | - 'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::checkbox, |
|
| 280 | + 'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::checkbox, |
|
| 281 | 281 | ), |
| 282 | 282 | ), |
| 283 | 283 | 'exclude' => 1, |
| 284 | 284 | 'l10n_mode' => 'exclude', |
| 285 | 285 | 'label' => 'Checkbox Value', |
| 286 | - 'config' => array( |
|
| 286 | + 'config' => array ( |
|
| 287 | 287 | 'type' => 'select', |
| 288 | 288 | 'renderType' => 'selectSingle', |
| 289 | 289 | 'foreign_table' => 'tx_dpf_domain_model_depositlicense', |
| 290 | - 'items' => array( |
|
| 291 | - array('', 0), |
|
| 290 | + 'items' => array ( |
|
| 291 | + array ('', 0), |
|
| 292 | 292 | ), |
| 293 | 293 | 'size' => 1, |
| 294 | 294 | 'maxitems' => 1, |
| 295 | 295 | 'eval' => '', |
| 296 | 296 | ), |
| 297 | 297 | ), |
| 298 | - 'max_input_length' => array( |
|
| 299 | - 'displayCond' => array( |
|
| 300 | - 'OR' => array( |
|
| 298 | + 'max_input_length' => array ( |
|
| 299 | + 'displayCond' => array ( |
|
| 300 | + 'OR' => array ( |
|
| 301 | 301 | 'FIELD:input_field:REQ:false', |
| 302 | - 'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::input, |
|
| 303 | - 'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::textarea, |
|
| 302 | + 'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::input, |
|
| 303 | + 'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::textarea, |
|
| 304 | 304 | ), |
| 305 | 305 | ), |
| 306 | 306 | 'exclude' => 1, |
| 307 | 307 | 'l10n_mode' => 'exclude', |
| 308 | 308 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.max_input_length', |
| 309 | - 'config' => array( |
|
| 309 | + 'config' => array ( |
|
| 310 | 310 | 'type' => 'input', |
| 311 | 311 | 'size' => 4, |
| 312 | 312 | 'eval' => 'trim,number', |
| 313 | 313 | ), |
| 314 | 314 | ), |
| 315 | - 'input_option_list' => array( |
|
| 315 | + 'input_option_list' => array ( |
|
| 316 | 316 | 'exclude' => 1, |
| 317 | 317 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_option_list', |
| 318 | - 'config' => array( |
|
| 318 | + 'config' => array ( |
|
| 319 | 319 | 'type' => 'select', |
| 320 | 320 | 'renderType' => 'selectSingle', |
| 321 | - 'items' => array( |
|
| 322 | - array('', 0), |
|
| 321 | + 'items' => array ( |
|
| 322 | + array ('', 0), |
|
| 323 | 323 | ), |
| 324 | 324 | 'foreign_table' => 'tx_dpf_domain_model_inputoptionlist', |
| 325 | 325 | 'foreign_table_where' => ' AND (tx_dpf_domain_model_inputoptionlist.pid=###CURRENT_PID###) AND (tx_dpf_domain_model_inputoptionlist.sys_language_uid = 0)', |
@@ -327,27 +327,27 @@ discard block |
||
| 327 | 327 | 'maxitems' => 1, |
| 328 | 328 | ), |
| 329 | 329 | ), |
| 330 | - 'default_value' => array( |
|
| 330 | + 'default_value' => array ( |
|
| 331 | 331 | 'exclude' => 1, |
| 332 | 332 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.default_value', |
| 333 | - 'config' => array( |
|
| 333 | + 'config' => array ( |
|
| 334 | 334 | 'type' => 'text', |
| 335 | 335 | 'cols' => 20, |
| 336 | 336 | 'rows' => 3, |
| 337 | 337 | 'eval' => 'trim', |
| 338 | 338 | ), |
| 339 | 339 | ), |
| 340 | - 'fill_out_service' => array( |
|
| 340 | + 'fill_out_service' => array ( |
|
| 341 | 341 | 'exclude' => 1, |
| 342 | 342 | 'l10n_mode' => 'exclude', |
| 343 | 343 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service', |
| 344 | - 'config' => array( |
|
| 344 | + 'config' => array ( |
|
| 345 | 345 | 'type' => 'select', |
| 346 | 346 | 'renderType' => 'selectSingle', |
| 347 | - 'items' => array( |
|
| 348 | - array('', 0), |
|
| 349 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.urn', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_URN), |
|
| 350 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.gnd', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND), |
|
| 347 | + 'items' => array ( |
|
| 348 | + array ('', 0), |
|
| 349 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.urn', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_URN), |
|
| 350 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.gnd', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND), |
|
| 351 | 351 | ), |
| 352 | 352 | 'size' => 1, |
| 353 | 353 | 'maxitems' => 1, |
@@ -355,26 +355,26 @@ discard block |
||
| 355 | 355 | ), |
| 356 | 356 | 'onChange' => 'reload', |
| 357 | 357 | ), |
| 358 | - 'gnd_field_uid' => array( |
|
| 359 | - 'displayCond' => 'FIELD:fill_out_service:=:'.\EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND, |
|
| 358 | + 'gnd_field_uid' => array ( |
|
| 359 | + 'displayCond' => 'FIELD:fill_out_service:=:' . \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND, |
|
| 360 | 360 | 'exclude' => 0, |
| 361 | 361 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.gnd_field_uid', |
| 362 | - 'config' => array( |
|
| 362 | + 'config' => array ( |
|
| 363 | 363 | 'type' => 'input', |
| 364 | 364 | 'size' => 30, |
| 365 | 365 | 'eval' => 'trim', |
| 366 | 366 | ), |
| 367 | 367 | ), |
| 368 | - 'metadatagroup' => array( |
|
| 369 | - 'config' => array( |
|
| 368 | + 'metadatagroup' => array ( |
|
| 369 | + 'config' => array ( |
|
| 370 | 370 | 'type' => 'passthrough', |
| 371 | 371 | ), |
| 372 | 372 | ), |
| 373 | - 'embargo' => array( |
|
| 373 | + 'embargo' => array ( |
|
| 374 | 374 | 'exclude' => 1, |
| 375 | 375 | 'l10n_mode' => 'exclude', |
| 376 | 376 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.embargo', |
| 377 | - 'config' => array( |
|
| 377 | + 'config' => array ( |
|
| 378 | 378 | 'type' => 'check', |
| 379 | 379 | 'default' => 0, |
| 380 | 380 | ), |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_bookmark', |
| 22 | 22 | 'label' => 'document_identifier', |
| 23 | 23 | //'tstamp' => 'tstamp', |
@@ -36,33 +36,33 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'document_identifier, fe_user_uid', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_editinglock.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'document_identifier, fe_user_uid', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => ',--palette--;;1, |
|
| 42 | + 'types' => array ( |
|
| 43 | + '1' => array ('showitem' => ',--palette--;;1, |
|
| 44 | 44 | document_identifier, fe_user_uid, |
| 45 | 45 | --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access'), |
| 46 | 46 | ), |
| 47 | - 'palettes' => array( |
|
| 48 | - '1' => array('showitem' => ''), |
|
| 47 | + 'palettes' => array ( |
|
| 48 | + '1' => array ('showitem' => ''), |
|
| 49 | 49 | ), |
| 50 | - 'columns' => array( |
|
| 50 | + 'columns' => array ( |
|
| 51 | 51 | |
| 52 | - 'document_identifier' => array( |
|
| 52 | + 'document_identifier' => array ( |
|
| 53 | 53 | 'exclude' => 0, |
| 54 | 54 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_bookmark.document_identifier', |
| 55 | - 'config' => array( |
|
| 55 | + 'config' => array ( |
|
| 56 | 56 | 'type' => 'input', |
| 57 | 57 | 'size' => '30', |
| 58 | 58 | 'eval' => 'trim', |
| 59 | 59 | ), |
| 60 | 60 | ), |
| 61 | - 'fe_user_uid' => array( |
|
| 61 | + 'fe_user_uid' => array ( |
|
| 62 | 62 | 'exclude' => 1, |
| 63 | 63 | 'l10n_mode' => 'exclude', |
| 64 | 64 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_bookmark.feuser', |
| 65 | - 'config' => array( |
|
| 65 | + 'config' => array ( |
|
| 66 | 66 | 'type' => 'input', |
| 67 | 67 | 'size' => 30, |
| 68 | 68 | 'eval' => 'trim' |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup', |
| 22 | 22 | 'label' => 'name', |
| 23 | 23 | 'tstamp' => 'tstamp', |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | 'transOrigPointerField' => 'l10n_parent', |
| 29 | 29 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 30 | 30 | 'delete' => 'deleted', |
| 31 | - 'enablecolumns' => array( |
|
| 31 | + 'enablecolumns' => array ( |
|
| 32 | 32 | 'disabled' => 'hidden', |
| 33 | 33 | 'starttime' => 'starttime', |
| 34 | 34 | 'endtime' => 'endtime', |
@@ -36,211 +36,211 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_metadatagroup.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
|
| 42 | + 'types' => array ( |
|
| 43 | + '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
|
| 44 | 44 | ), |
| 45 | - 'palettes' => array( |
|
| 46 | - '1' => array('showitem' => ''), |
|
| 45 | + 'palettes' => array ( |
|
| 46 | + '1' => array ('showitem' => ''), |
|
| 47 | 47 | ), |
| 48 | - 'columns' => array( |
|
| 48 | + 'columns' => array ( |
|
| 49 | 49 | |
| 50 | - 'sys_language_uid' => array( |
|
| 50 | + 'sys_language_uid' => array ( |
|
| 51 | 51 | 'exclude' => 1, |
| 52 | 52 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 53 | - 'config' => array( |
|
| 53 | + 'config' => array ( |
|
| 54 | 54 | 'type' => 'select', |
| 55 | 55 | 'renderType' => 'selectSingle', |
| 56 | 56 | 'foreign_table' => 'sys_language', |
| 57 | 57 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 58 | - 'items' => array( |
|
| 59 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 60 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 58 | + 'items' => array ( |
|
| 59 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 60 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 61 | 61 | ), |
| 62 | 62 | ), |
| 63 | 63 | ), |
| 64 | - 'l10n_parent' => array( |
|
| 64 | + 'l10n_parent' => array ( |
|
| 65 | 65 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 66 | 66 | 'exclude' => 1, |
| 67 | 67 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 68 | - 'config' => array( |
|
| 68 | + 'config' => array ( |
|
| 69 | 69 | 'type' => 'select', |
| 70 | 70 | 'renderType' => 'selectSingle', |
| 71 | - 'items' => array( |
|
| 72 | - array('', 0), |
|
| 71 | + 'items' => array ( |
|
| 72 | + array ('', 0), |
|
| 73 | 73 | ), |
| 74 | 74 | 'foreign_table' => 'tx_dpf_domain_model_metadatagroup', |
| 75 | 75 | 'foreign_table_where' => 'AND tx_dpf_domain_model_metadatagroup.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadatagroup.sys_language_uid IN (-1,0)', |
| 76 | 76 | ), |
| 77 | 77 | ), |
| 78 | - 'l10n_diffsource' => array( |
|
| 79 | - 'config' => array( |
|
| 78 | + 'l10n_diffsource' => array ( |
|
| 79 | + 'config' => array ( |
|
| 80 | 80 | 'type' => 'passthrough', |
| 81 | 81 | ), |
| 82 | 82 | ), |
| 83 | 83 | |
| 84 | - 't3ver_label' => array( |
|
| 84 | + 't3ver_label' => array ( |
|
| 85 | 85 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 86 | - 'config' => array( |
|
| 86 | + 'config' => array ( |
|
| 87 | 87 | 'type' => 'input', |
| 88 | 88 | 'size' => 30, |
| 89 | 89 | 'max' => 255, |
| 90 | 90 | ), |
| 91 | 91 | ), |
| 92 | 92 | |
| 93 | - 'hidden' => array( |
|
| 93 | + 'hidden' => array ( |
|
| 94 | 94 | 'exclude' => 1, |
| 95 | 95 | 'l10n_mode' => 'exclude', |
| 96 | 96 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 97 | - 'config' => array( |
|
| 97 | + 'config' => array ( |
|
| 98 | 98 | 'type' => 'check', |
| 99 | 99 | ), |
| 100 | 100 | ), |
| 101 | - 'starttime' => array( |
|
| 101 | + 'starttime' => array ( |
|
| 102 | 102 | 'exclude' => 1, |
| 103 | 103 | 'l10n_mode' => 'mergeIfNotBlank', |
| 104 | 104 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 105 | - 'config' => array( |
|
| 105 | + 'config' => array ( |
|
| 106 | 106 | 'type' => 'input', |
| 107 | 107 | 'renderType' => 'inputDateTime', |
| 108 | 108 | 'size' => 13, |
| 109 | 109 | 'eval' => 'datetime', |
| 110 | 110 | 'checkbox' => 0, |
| 111 | 111 | 'default' => 0, |
| 112 | - 'range' => array( |
|
| 112 | + 'range' => array ( |
|
| 113 | 113 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 114 | 114 | ), |
| 115 | 115 | ), |
| 116 | 116 | ), |
| 117 | - 'endtime' => array( |
|
| 117 | + 'endtime' => array ( |
|
| 118 | 118 | 'exclude' => 1, |
| 119 | 119 | 'l10n_mode' => 'mergeIfNotBlank', |
| 120 | 120 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 121 | - 'config' => array( |
|
| 121 | + 'config' => array ( |
|
| 122 | 122 | 'type' => 'input', |
| 123 | 123 | 'renderType' => 'inputDateTime', |
| 124 | 124 | 'size' => 13, |
| 125 | 125 | 'eval' => 'datetime', |
| 126 | 126 | 'checkbox' => 0, |
| 127 | 127 | 'default' => 0, |
| 128 | - 'range' => array( |
|
| 128 | + 'range' => array ( |
|
| 129 | 129 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 130 | 130 | ), |
| 131 | 131 | ), |
| 132 | 132 | ), |
| 133 | 133 | |
| 134 | - 'name' => array( |
|
| 134 | + 'name' => array ( |
|
| 135 | 135 | 'exclude' => 1, |
| 136 | 136 | 'l10n_mode' => 'exclude', |
| 137 | 137 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.name', |
| 138 | - 'config' => array( |
|
| 138 | + 'config' => array ( |
|
| 139 | 139 | 'type' => 'input', |
| 140 | 140 | 'size' => 30, |
| 141 | 141 | 'eval' => 'trim,uniqueInPid', |
| 142 | 142 | ), |
| 143 | 143 | ), |
| 144 | - 'display_name' => array( |
|
| 144 | + 'display_name' => array ( |
|
| 145 | 145 | 'exclude' => 1, |
| 146 | 146 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.display_name', |
| 147 | - 'config' => array( |
|
| 147 | + 'config' => array ( |
|
| 148 | 148 | 'type' => 'input', |
| 149 | 149 | 'size' => 30, |
| 150 | 150 | 'eval' => 'trim', |
| 151 | 151 | ), |
| 152 | 152 | ), |
| 153 | - 'mandatory' => array( |
|
| 153 | + 'mandatory' => array ( |
|
| 154 | 154 | 'exclude' => 1, |
| 155 | 155 | 'l10n_mode' => 'exclude', |
| 156 | 156 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory', |
| 157 | - 'config' => array( |
|
| 157 | + 'config' => array ( |
|
| 158 | 158 | 'type' => 'select', |
| 159 | 159 | 'size' => 1, |
| 160 | 160 | 'maxitems' => 1, |
| 161 | - 'items' => array( |
|
| 162 | - array('',''), |
|
| 163 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 164 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY), |
|
| 161 | + 'items' => array ( |
|
| 162 | + array ('', ''), |
|
| 163 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 164 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY), |
|
| 165 | 165 | ), |
| 166 | 166 | ), |
| 167 | 167 | ), |
| 168 | - 'mapping_for_reading' => array( |
|
| 168 | + 'mapping_for_reading' => array ( |
|
| 169 | 169 | 'exclude' => 1, |
| 170 | 170 | 'l10n_mode' => 'exclude', |
| 171 | 171 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mapping_for_reading', |
| 172 | - 'config' => array( |
|
| 172 | + 'config' => array ( |
|
| 173 | 173 | 'type' => 'input', |
| 174 | 174 | 'size' => 30, |
| 175 | 175 | 'eval' => 'trim', |
| 176 | 176 | ), |
| 177 | 177 | ), |
| 178 | - 'mapping' => array( |
|
| 178 | + 'mapping' => array ( |
|
| 179 | 179 | 'exclude' => 1, |
| 180 | 180 | 'l10n_mode' => 'exclude', |
| 181 | 181 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mapping', |
| 182 | - 'config' => array( |
|
| 182 | + 'config' => array ( |
|
| 183 | 183 | 'type' => 'input', |
| 184 | 184 | 'size' => 30, |
| 185 | 185 | 'eval' => 'trim', |
| 186 | 186 | ), |
| 187 | 187 | ), |
| 188 | - 'mods_extension_mapping' => array( |
|
| 188 | + 'mods_extension_mapping' => array ( |
|
| 189 | 189 | 'exclude' => 1, |
| 190 | 190 | 'l10n_mode' => 'exclude', |
| 191 | 191 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mods_extension_mapping', |
| 192 | - 'config' => array( |
|
| 192 | + 'config' => array ( |
|
| 193 | 193 | 'type' => 'input', |
| 194 | 194 | 'size' => 30, |
| 195 | 195 | 'eval' => 'trim', |
| 196 | 196 | ), |
| 197 | 197 | ), |
| 198 | - 'mods_extension_reference' => array( |
|
| 198 | + 'mods_extension_reference' => array ( |
|
| 199 | 199 | 'exclude' => 1, |
| 200 | 200 | 'l10n_mode' => 'exclude', |
| 201 | 201 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mods_extension_reference', |
| 202 | - 'config' => array( |
|
| 202 | + 'config' => array ( |
|
| 203 | 203 | 'type' => 'input', |
| 204 | 204 | 'size' => 30, |
| 205 | 205 | 'eval' => 'trim', |
| 206 | 206 | ), |
| 207 | 207 | ), |
| 208 | - 'json_mapping' => array( |
|
| 208 | + 'json_mapping' => array ( |
|
| 209 | 209 | 'exclude' => 1, |
| 210 | 210 | 'l10n_mode' => 'exclude', |
| 211 | 211 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.json_mapping', |
| 212 | - 'config' => array( |
|
| 212 | + 'config' => array ( |
|
| 213 | 213 | 'type' => 'input', |
| 214 | 214 | 'size' => 30, |
| 215 | 215 | 'eval' => 'trim', |
| 216 | 216 | ), |
| 217 | 217 | ), |
| 218 | - 'max_iteration' => array( |
|
| 218 | + 'max_iteration' => array ( |
|
| 219 | 219 | 'exclude' => 1, |
| 220 | 220 | 'l10n_mode' => 'exclude', |
| 221 | 221 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.max_iteration', |
| 222 | - 'config' => array( |
|
| 222 | + 'config' => array ( |
|
| 223 | 223 | 'type' => 'input', |
| 224 | 224 | 'size' => 4, |
| 225 | 225 | 'eval' => 'int', |
| 226 | 226 | ), |
| 227 | 227 | ), |
| 228 | - 'access_restriction_roles' => array( |
|
| 228 | + 'access_restriction_roles' => array ( |
|
| 229 | 229 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.access_restriction_roles', |
| 230 | - 'config' => array( |
|
| 230 | + 'config' => array ( |
|
| 231 | 231 | 'type' => 'select', |
| 232 | 232 | 'size' => 2, |
| 233 | 233 | 'maxitems' => 2, |
| 234 | - 'items' => array( |
|
| 235 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 236 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 234 | + 'items' => array ( |
|
| 235 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 236 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 237 | 237 | ), |
| 238 | 238 | ), |
| 239 | 239 | ), |
| 240 | - 'info_text' => array( |
|
| 240 | + 'info_text' => array ( |
|
| 241 | 241 | 'exclude' => 1, |
| 242 | 242 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.info_text', |
| 243 | - 'config' => array( |
|
| 243 | + 'config' => array ( |
|
| 244 | 244 | 'type' => 'text', |
| 245 | 245 | 'cols' => 40, |
| 246 | 246 | 'rows' => 15, |
@@ -248,24 +248,24 @@ discard block |
||
| 248 | 248 | 'enableRichtext' => true, |
| 249 | 249 | ), |
| 250 | 250 | ), |
| 251 | - 'metadata_object' => array( |
|
| 251 | + 'metadata_object' => array ( |
|
| 252 | 252 | 'exclude' => 1, |
| 253 | 253 | 'l10n_mode' => 'exclude', |
| 254 | 254 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.metadata_object', |
| 255 | - 'config' => array( |
|
| 255 | + 'config' => array ( |
|
| 256 | 256 | 'type' => 'inline', |
| 257 | 257 | 'foreign_table' => 'tx_dpf_domain_model_metadataobject', |
| 258 | 258 | 'foreign_field' => 'metadatagroup', |
| 259 | 259 | 'foreign_label' => 'display_name', |
| 260 | 260 | 'foreign_sortby' => 'sorting', |
| 261 | - 'behaviour' => array( |
|
| 261 | + 'behaviour' => array ( |
|
| 262 | 262 | 'disableMovingChildrenWithParent' => 1, |
| 263 | 263 | ), |
| 264 | 264 | 'size' => 10, |
| 265 | 265 | 'autoSizeMax' => 30, |
| 266 | 266 | 'maxitems' => 9999, |
| 267 | 267 | 'multiple' => 0, |
| 268 | - 'appearance' => array( |
|
| 268 | + 'appearance' => array ( |
|
| 269 | 269 | 'collapseAll' => 1, |
| 270 | 270 | 'levelLinksPosition' => 'top', |
| 271 | 271 | 'showSynchronizationLink' => 1, |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile', |
| 22 | 22 | 'label' => 'title', |
| 23 | 23 | 'tstamp' => 'tstamp', |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | 'transOrigPointerField' => 'l10n_parent', |
| 29 | 29 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 30 | 30 | 'delete' => 'deleted', |
| 31 | - 'enablecolumns' => array( |
|
| 31 | + 'enablecolumns' => array ( |
|
| 32 | 32 | 'disabled' => 'hidden', |
| 33 | 33 | 'starttime' => 'starttime', |
| 34 | 34 | 'endtime' => 'endtime', |
@@ -36,120 +36,120 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'title, label, link, file', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_file.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, label, file', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, title, label, file, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
|
| 42 | + 'types' => array ( |
|
| 43 | + '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, title, label, file, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
|
| 44 | 44 | ), |
| 45 | - 'palettes' => array( |
|
| 46 | - '1' => array('showitem' => ''), |
|
| 45 | + 'palettes' => array ( |
|
| 46 | + '1' => array ('showitem' => ''), |
|
| 47 | 47 | ), |
| 48 | - 'columns' => array( |
|
| 48 | + 'columns' => array ( |
|
| 49 | 49 | |
| 50 | - 'sys_language_uid' => array( |
|
| 50 | + 'sys_language_uid' => array ( |
|
| 51 | 51 | 'exclude' => 1, |
| 52 | 52 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 53 | - 'config' => array( |
|
| 53 | + 'config' => array ( |
|
| 54 | 54 | 'type' => 'select', |
| 55 | 55 | 'renderType' => 'selectSingle', |
| 56 | 56 | 'foreign_table' => 'sys_language', |
| 57 | 57 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 58 | - 'items' => array( |
|
| 59 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 60 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 58 | + 'items' => array ( |
|
| 59 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 60 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 61 | 61 | ), |
| 62 | 62 | ), |
| 63 | 63 | ), |
| 64 | - 'l10n_parent' => array( |
|
| 64 | + 'l10n_parent' => array ( |
|
| 65 | 65 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 66 | 66 | 'exclude' => 1, |
| 67 | 67 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 68 | - 'config' => array( |
|
| 68 | + 'config' => array ( |
|
| 69 | 69 | 'type' => 'select', |
| 70 | 70 | 'renderType' => 'selectSingle', |
| 71 | - 'items' => array( |
|
| 72 | - array('', 0), |
|
| 71 | + 'items' => array ( |
|
| 72 | + array ('', 0), |
|
| 73 | 73 | ), |
| 74 | 74 | 'foreign_table' => 'tx_dpf_domain_model_transformationfile', |
| 75 | 75 | 'foreign_table_where' => 'AND tx_dpf_domain_model_transformationfile.pid=###CURRENT_PID### AND tx_dpf_domain_model_transformationfile.sys_language_uid IN (-1,0)', |
| 76 | 76 | ), |
| 77 | 77 | ), |
| 78 | - 'l10n_diffsource' => array( |
|
| 79 | - 'config' => array( |
|
| 78 | + 'l10n_diffsource' => array ( |
|
| 79 | + 'config' => array ( |
|
| 80 | 80 | 'type' => 'passthrough', |
| 81 | 81 | ), |
| 82 | 82 | ), |
| 83 | 83 | |
| 84 | - 't3ver_label' => array( |
|
| 84 | + 't3ver_label' => array ( |
|
| 85 | 85 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 86 | - 'config' => array( |
|
| 86 | + 'config' => array ( |
|
| 87 | 87 | 'type' => 'input', |
| 88 | 88 | 'size' => 30, |
| 89 | 89 | 'max' => 255, |
| 90 | 90 | ), |
| 91 | 91 | ), |
| 92 | 92 | |
| 93 | - 'hidden' => array( |
|
| 93 | + 'hidden' => array ( |
|
| 94 | 94 | 'exclude' => 1, |
| 95 | 95 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 96 | - 'config' => array( |
|
| 96 | + 'config' => array ( |
|
| 97 | 97 | 'type' => 'check', |
| 98 | 98 | ), |
| 99 | 99 | ), |
| 100 | - 'starttime' => array( |
|
| 100 | + 'starttime' => array ( |
|
| 101 | 101 | 'exclude' => 1, |
| 102 | 102 | 'l10n_mode' => 'mergeIfNotBlank', |
| 103 | 103 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 104 | - 'config' => array( |
|
| 104 | + 'config' => array ( |
|
| 105 | 105 | 'type' => 'input', |
| 106 | 106 | 'renderType' => 'inputDateTime', |
| 107 | 107 | 'size' => 13, |
| 108 | 108 | 'eval' => 'datetime', |
| 109 | 109 | 'checkbox' => 0, |
| 110 | 110 | 'default' => 0, |
| 111 | - 'range' => array( |
|
| 111 | + 'range' => array ( |
|
| 112 | 112 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 113 | 113 | ), |
| 114 | 114 | ), |
| 115 | 115 | ), |
| 116 | - 'endtime' => array( |
|
| 116 | + 'endtime' => array ( |
|
| 117 | 117 | 'exclude' => 1, |
| 118 | 118 | 'l10n_mode' => 'mergeIfNotBlank', |
| 119 | 119 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 120 | - 'config' => array( |
|
| 120 | + 'config' => array ( |
|
| 121 | 121 | 'type' => 'input', |
| 122 | 122 | 'renderType' => 'inputDateTime', |
| 123 | 123 | 'size' => 13, |
| 124 | 124 | 'eval' => 'datetime', |
| 125 | 125 | 'checkbox' => 0, |
| 126 | 126 | 'default' => 0, |
| 127 | - 'range' => array( |
|
| 127 | + 'range' => array ( |
|
| 128 | 128 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 129 | 129 | ), |
| 130 | 130 | ), |
| 131 | 131 | ), |
| 132 | 132 | |
| 133 | - 'title' => array( |
|
| 133 | + 'title' => array ( |
|
| 134 | 134 | 'exclude' => 1, |
| 135 | 135 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile.title', |
| 136 | - 'config' => array( |
|
| 136 | + 'config' => array ( |
|
| 137 | 137 | 'type' => 'input', |
| 138 | 138 | 'size' => 30, |
| 139 | 139 | 'eval' => 'trim', |
| 140 | 140 | ), |
| 141 | 141 | ), |
| 142 | 142 | |
| 143 | - 'label' => array( |
|
| 143 | + 'label' => array ( |
|
| 144 | 144 | 'exclude' => 1, |
| 145 | 145 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile.label', |
| 146 | - 'config' => array( |
|
| 146 | + 'config' => array ( |
|
| 147 | 147 | 'type' => 'input', |
| 148 | 148 | 'size' => 30, |
| 149 | 149 | 'eval' => 'trim', |
| 150 | 150 | ), |
| 151 | 151 | ), |
| 152 | - 'file' => array( |
|
| 152 | + 'file' => array ( |
|
| 153 | 153 | 'exclude' => 1, |
| 154 | 154 | 'label' => 'Label', |
| 155 | 155 | 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata', |
| 22 | 22 | 'label' => 'publication_identifier', |
| 23 | 23 | 'type' => 'record_type', |
@@ -28,21 +28,21 @@ discard block |
||
| 28 | 28 | 'searchFields' => 'data, fe_user, source, publication_identifier, record_type', |
| 29 | 29 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_document.gif', |
| 30 | 30 | ), |
| 31 | - 'interface' => array( |
|
| 31 | + 'interface' => array ( |
|
| 32 | 32 | 'showRecordFieldList' => 'data, fe_user, source, publication_identifier, record_type', |
| 33 | 33 | ), |
| 34 | - 'types' => array( |
|
| 35 | - '0' => array('showitem' => 'data, fe_user, source, publication_identifier, record_type'), |
|
| 34 | + 'types' => array ( |
|
| 35 | + '0' => array ('showitem' => 'data, fe_user, source, publication_identifier, record_type'), |
|
| 36 | 36 | ), |
| 37 | - 'palettes' => array( |
|
| 38 | - '1' => array('showitem' => ''), |
|
| 37 | + 'palettes' => array ( |
|
| 38 | + '1' => array ('showitem' => ''), |
|
| 39 | 39 | ), |
| 40 | - 'columns' => array( |
|
| 41 | - 'record_type' => array( |
|
| 40 | + 'columns' => array ( |
|
| 41 | + 'record_type' => array ( |
|
| 42 | 42 | 'label' => 'Record type', |
| 43 | - 'config' => array( |
|
| 43 | + 'config' => array ( |
|
| 44 | 44 | 'type' => 'select', |
| 45 | - 'items' => array( |
|
| 45 | + 'items' => array ( |
|
| 46 | 46 | ['', '0'], |
| 47 | 47 | ['CrossRefMetadata', 'EWW\Dpf\Domain\Model\CrossRefMetadata'], |
| 48 | 48 | ['DataCiteMetadata', 'EWW\Dpf\Domain\Model\DataCiteMetadata'], |
@@ -55,10 +55,10 @@ discard block |
||
| 55 | 55 | ), |
| 56 | 56 | ), |
| 57 | 57 | |
| 58 | - 'data' => array( |
|
| 58 | + 'data' => array ( |
|
| 59 | 59 | 'exclude' => 1, |
| 60 | 60 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.data', |
| 61 | - 'config' => array( |
|
| 61 | + 'config' => array ( |
|
| 62 | 62 | 'type' => 'text', |
| 63 | 63 | 'cols' => 40, |
| 64 | 64 | 'rows' => 15, |
@@ -66,33 +66,33 @@ discard block |
||
| 66 | 66 | ), |
| 67 | 67 | ), |
| 68 | 68 | |
| 69 | - 'source' => array( |
|
| 69 | + 'source' => array ( |
|
| 70 | 70 | 'exclude' => 1, |
| 71 | 71 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.source', |
| 72 | - 'config' => array( |
|
| 72 | + 'config' => array ( |
|
| 73 | 73 | 'type' => 'input', |
| 74 | 74 | 'size' => 30, |
| 75 | 75 | 'eval' => 'trim', |
| 76 | 76 | ), |
| 77 | 77 | ), |
| 78 | 78 | |
| 79 | - 'publication_identifier' => array( |
|
| 79 | + 'publication_identifier' => array ( |
|
| 80 | 80 | 'exclude' => 1, |
| 81 | 81 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.publication_identifier', |
| 82 | - 'config' => array( |
|
| 82 | + 'config' => array ( |
|
| 83 | 83 | 'type' => 'input', |
| 84 | 84 | 'size' => 30, |
| 85 | 85 | 'eval' => 'trim', |
| 86 | 86 | ), |
| 87 | 87 | ), |
| 88 | 88 | |
| 89 | - 'fe_user' => array( |
|
| 89 | + 'fe_user' => array ( |
|
| 90 | 90 | 'exclude' => 1, |
| 91 | 91 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.fe_user', |
| 92 | - 'config' => array( |
|
| 92 | + 'config' => array ( |
|
| 93 | 93 | 'type' => 'select', |
| 94 | 94 | 'items' => array ( |
| 95 | - array('', 0), |
|
| 95 | + array ('', 0), |
|
| 96 | 96 | ), |
| 97 | 97 | 'renderType' => 'selectSingle', |
| 98 | 98 | 'foreign_table' => 'fe_users', |
@@ -86,28 +86,28 @@ |
||
| 86 | 86 | ), |
| 87 | 87 | ) |
| 88 | 88 | ), |
| 89 | - 'fis_pers_id' => array( |
|
| 89 | + 'fis_pers_id' => array ( |
|
| 90 | 90 | 'exclude' => 0, |
| 91 | 91 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feuser.fis_pers_id', |
| 92 | - 'config' => array( |
|
| 92 | + 'config' => array ( |
|
| 93 | 93 | 'type' => 'input', |
| 94 | 94 | 'size' => '30', |
| 95 | 95 | 'eval' => 'trim', |
| 96 | 96 | ), |
| 97 | 97 | ), |
| 98 | - 'orga_name' => array( |
|
| 98 | + 'orga_name' => array ( |
|
| 99 | 99 | 'exclude' => 0, |
| 100 | 100 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feuser.orga_name', |
| 101 | - 'config' => array( |
|
| 101 | + 'config' => array ( |
|
| 102 | 102 | 'type' => 'input', |
| 103 | 103 | 'size' => '30', |
| 104 | 104 | 'eval' => 'trim', |
| 105 | 105 | ), |
| 106 | 106 | ), |
| 107 | - 'api_token' => array( |
|
| 107 | + 'api_token' => array ( |
|
| 108 | 108 | 'exclude' => 0, |
| 109 | 109 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feuser.api_token', |
| 110 | - 'config' => array( |
|
| 110 | + 'config' => array ( |
|
| 111 | 111 | 'type' => 'input', |
| 112 | 112 | 'size' => '30', |
| 113 | 113 | 'eval' => 'trim', |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document', |
| 22 | 22 | 'label' => 'title', |
| 23 | 23 | 'tstamp' => 'tstamp', |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | 'transOrigPointerField' => 'l10n_parent', |
| 29 | 29 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 30 | 30 | 'delete' => 'deleted', |
| 31 | - 'enablecolumns' => array( |
|
| 31 | + 'enablecolumns' => array ( |
|
| 32 | 32 | 'disabled' => 'hidden', |
| 33 | 33 | 'starttime' => 'starttime', |
| 34 | 34 | 'endtime' => 'endtime', |
@@ -38,151 +38,151 @@ discard block |
||
| 38 | 38 | transfer_status, file, creator, temporary, remote_last_mod_date, automatic_embargo, creation_date', |
| 39 | 39 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_document.gif', |
| 40 | 40 | ), |
| 41 | - 'interface' => array( |
|
| 41 | + 'interface' => array ( |
|
| 42 | 42 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, |
| 43 | 43 | title, authors, xml_data, slub_info_data, document_type, date_issued, process_number, valid, changed, |
| 44 | 44 | state, reserved_object_identifier, object_identifier, |
| 45 | 45 | transfer_status, file, creator, temporary, remote_last_mod_date, automatic_embargo, creation_date', |
| 46 | 46 | ), |
| 47 | - 'types' => array( |
|
| 48 | - '1' => array('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 47 | + 'types' => array ( |
|
| 48 | + '1' => array ('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 49 | 49 | title, authors, xml_data, slub_info_data, document_type, date_issued, process_number, valid, changed, |
| 50 | 50 | state, reserved_object_identifier, object_identifier, |
| 51 | 51 | transfer_status, file, creator, temporary, remote_last_mod_date, automatic_embargo, creation_date, |
| 52 | 52 | --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
| 53 | 53 | ), |
| 54 | - 'palettes' => array( |
|
| 55 | - '1' => array('showitem' => ''), |
|
| 54 | + 'palettes' => array ( |
|
| 55 | + '1' => array ('showitem' => ''), |
|
| 56 | 56 | ), |
| 57 | - 'columns' => array( |
|
| 57 | + 'columns' => array ( |
|
| 58 | 58 | |
| 59 | - 'sys_language_uid' => array( |
|
| 59 | + 'sys_language_uid' => array ( |
|
| 60 | 60 | 'exclude' => 1, |
| 61 | 61 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 62 | - 'config' => array( |
|
| 62 | + 'config' => array ( |
|
| 63 | 63 | 'type' => 'select', |
| 64 | 64 | 'renderType' => 'selectSingle', |
| 65 | 65 | 'foreign_table' => 'sys_language', |
| 66 | 66 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 67 | - 'items' => array( |
|
| 68 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 69 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 67 | + 'items' => array ( |
|
| 68 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 69 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 70 | 70 | ), |
| 71 | 71 | ), |
| 72 | 72 | ), |
| 73 | - 'l10n_parent' => array( |
|
| 73 | + 'l10n_parent' => array ( |
|
| 74 | 74 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 75 | 75 | 'exclude' => 1, |
| 76 | 76 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 77 | - 'config' => array( |
|
| 77 | + 'config' => array ( |
|
| 78 | 78 | 'type' => 'select', |
| 79 | 79 | 'renderType' => 'selectSingle', |
| 80 | - 'items' => array( |
|
| 81 | - array('', 0), |
|
| 80 | + 'items' => array ( |
|
| 81 | + array ('', 0), |
|
| 82 | 82 | ), |
| 83 | 83 | 'foreign_table' => 'tx_dpf_domain_model_document', |
| 84 | 84 | 'foreign_table_where' => 'AND tx_dpf_domain_model_document.pid=###CURRENT_PID### AND tx_dpf_domain_model_document.sys_language_uid IN (-1,0)', |
| 85 | 85 | ), |
| 86 | 86 | ), |
| 87 | - 'l10n_diffsource' => array( |
|
| 88 | - 'config' => array( |
|
| 87 | + 'l10n_diffsource' => array ( |
|
| 88 | + 'config' => array ( |
|
| 89 | 89 | 'type' => 'passthrough', |
| 90 | 90 | ), |
| 91 | 91 | ), |
| 92 | 92 | |
| 93 | - 't3ver_label' => array( |
|
| 93 | + 't3ver_label' => array ( |
|
| 94 | 94 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 95 | - 'config' => array( |
|
| 95 | + 'config' => array ( |
|
| 96 | 96 | 'type' => 'input', |
| 97 | 97 | 'size' => 30, |
| 98 | 98 | 'max' => 255, |
| 99 | 99 | ), |
| 100 | 100 | ), |
| 101 | 101 | |
| 102 | - 'hidden' => array( |
|
| 102 | + 'hidden' => array ( |
|
| 103 | 103 | 'exclude' => 1, |
| 104 | 104 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 105 | - 'config' => array( |
|
| 105 | + 'config' => array ( |
|
| 106 | 106 | 'type' => 'check', |
| 107 | 107 | ), |
| 108 | 108 | ), |
| 109 | - 'starttime' => array( |
|
| 109 | + 'starttime' => array ( |
|
| 110 | 110 | 'exclude' => 1, |
| 111 | 111 | 'l10n_mode' => 'mergeIfNotBlank', |
| 112 | 112 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 113 | - 'config' => array( |
|
| 113 | + 'config' => array ( |
|
| 114 | 114 | 'type' => 'input', |
| 115 | 115 | 'renderType' => 'inputDateTime', |
| 116 | 116 | 'size' => 13, |
| 117 | 117 | 'eval' => 'datetime', |
| 118 | 118 | 'checkbox' => 0, |
| 119 | 119 | 'default' => 0, |
| 120 | - 'range' => array( |
|
| 120 | + 'range' => array ( |
|
| 121 | 121 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 122 | 122 | ), |
| 123 | 123 | ), |
| 124 | 124 | ), |
| 125 | - 'endtime' => array( |
|
| 125 | + 'endtime' => array ( |
|
| 126 | 126 | 'exclude' => 1, |
| 127 | 127 | 'l10n_mode' => 'mergeIfNotBlank', |
| 128 | 128 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 129 | - 'config' => array( |
|
| 129 | + 'config' => array ( |
|
| 130 | 130 | 'type' => 'input', |
| 131 | 131 | 'renderType' => 'inputDateTime', |
| 132 | 132 | 'size' => 13, |
| 133 | 133 | 'eval' => 'datetime', |
| 134 | 134 | 'checkbox' => 0, |
| 135 | 135 | 'default' => 0, |
| 136 | - 'range' => array( |
|
| 136 | + 'range' => array ( |
|
| 137 | 137 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 138 | 138 | ), |
| 139 | 139 | ), |
| 140 | 140 | ), |
| 141 | 141 | |
| 142 | - 'title' => array( |
|
| 142 | + 'title' => array ( |
|
| 143 | 143 | 'exclude' => 1, |
| 144 | 144 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.title', |
| 145 | - 'config' => array( |
|
| 145 | + 'config' => array ( |
|
| 146 | 146 | 'type' => 'input', |
| 147 | 147 | 'size' => 30, |
| 148 | 148 | 'eval' => 'trim', |
| 149 | 149 | ), |
| 150 | 150 | ), |
| 151 | 151 | |
| 152 | - 'authors' => array( |
|
| 152 | + 'authors' => array ( |
|
| 153 | 153 | 'exclude' => 1, |
| 154 | 154 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.authors', |
| 155 | - 'config' => array( |
|
| 155 | + 'config' => array ( |
|
| 156 | 156 | 'type' => 'input', |
| 157 | 157 | 'size' => 30, |
| 158 | 158 | 'eval' => 'trim', |
| 159 | 159 | ), |
| 160 | 160 | ), |
| 161 | 161 | |
| 162 | - 'xml_data' => array( |
|
| 162 | + 'xml_data' => array ( |
|
| 163 | 163 | 'exclude' => 1, |
| 164 | 164 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.xml_data', |
| 165 | - 'config' => array( |
|
| 165 | + 'config' => array ( |
|
| 166 | 166 | 'type' => 'text', |
| 167 | 167 | 'cols' => 40, |
| 168 | 168 | 'rows' => 15, |
| 169 | 169 | 'eval' => 'trim', |
| 170 | 170 | ), |
| 171 | 171 | ), |
| 172 | - 'slub_info_data' => array( |
|
| 172 | + 'slub_info_data' => array ( |
|
| 173 | 173 | 'exclude' => 1, |
| 174 | 174 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.slub_info_data', |
| 175 | - 'config' => array( |
|
| 175 | + 'config' => array ( |
|
| 176 | 176 | 'type' => 'text', |
| 177 | 177 | 'cols' => 40, |
| 178 | 178 | 'rows' => 15, |
| 179 | 179 | 'eval' => 'trim', |
| 180 | 180 | ), |
| 181 | 181 | ), |
| 182 | - 'document_type' => array( |
|
| 182 | + 'document_type' => array ( |
|
| 183 | 183 | 'exclude' => 1, |
| 184 | 184 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.document_type', |
| 185 | - 'config' => array( |
|
| 185 | + 'config' => array ( |
|
| 186 | 186 | 'type' => 'select', |
| 187 | 187 | 'renderType' => 'selectSingle', |
| 188 | 188 | 'foreign_table' => 'tx_dpf_domain_model_documenttype', |
@@ -192,120 +192,120 @@ discard block |
||
| 192 | 192 | ), |
| 193 | 193 | ), |
| 194 | 194 | |
| 195 | - 'crdate' => array( |
|
| 196 | - 'config' => array( |
|
| 195 | + 'crdate' => array ( |
|
| 196 | + 'config' => array ( |
|
| 197 | 197 | 'type' => 'passthrough', |
| 198 | 198 | ), |
| 199 | 199 | ), |
| 200 | 200 | |
| 201 | - 'tstamp' => array( |
|
| 202 | - 'config' => array( |
|
| 201 | + 'tstamp' => array ( |
|
| 202 | + 'config' => array ( |
|
| 203 | 203 | 'type' => 'passthrough', |
| 204 | 204 | ), |
| 205 | 205 | ), |
| 206 | 206 | |
| 207 | - 'transfer_status' => array( |
|
| 207 | + 'transfer_status' => array ( |
|
| 208 | 208 | 'exclude' => 0, |
| 209 | 209 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.transfer_status', |
| 210 | - 'config' => array( |
|
| 210 | + 'config' => array ( |
|
| 211 | 211 | 'type' => 'input', |
| 212 | 212 | 'size' => '30', |
| 213 | 213 | 'eval' => 'trim', |
| 214 | 214 | ), |
| 215 | 215 | ), |
| 216 | 216 | |
| 217 | - 'object_identifier' => array( |
|
| 217 | + 'object_identifier' => array ( |
|
| 218 | 218 | 'exclude' => 0, |
| 219 | 219 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.object_identifier', |
| 220 | - 'config' => array( |
|
| 220 | + 'config' => array ( |
|
| 221 | 221 | 'type' => 'input', |
| 222 | 222 | 'size' => '30', |
| 223 | 223 | 'eval' => 'trim', |
| 224 | 224 | ), |
| 225 | 225 | ), |
| 226 | 226 | |
| 227 | - 'reserved_object_identifier' => array( |
|
| 227 | + 'reserved_object_identifier' => array ( |
|
| 228 | 228 | 'exclude' => 0, |
| 229 | 229 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.reserved_object_identifier', |
| 230 | - 'config' => array( |
|
| 230 | + 'config' => array ( |
|
| 231 | 231 | 'type' => 'input', |
| 232 | 232 | 'size' => '30', |
| 233 | 233 | 'eval' => 'trim', |
| 234 | 234 | ), |
| 235 | 235 | ), |
| 236 | 236 | |
| 237 | - 'process_number' => array( |
|
| 237 | + 'process_number' => array ( |
|
| 238 | 238 | 'exclude' => 0, |
| 239 | 239 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.process_number', |
| 240 | - 'config' => array( |
|
| 240 | + 'config' => array ( |
|
| 241 | 241 | 'type' => 'input', |
| 242 | 242 | 'size' => '30', |
| 243 | 243 | 'eval' => 'trim', |
| 244 | 244 | ), |
| 245 | 245 | ), |
| 246 | 246 | |
| 247 | - 'state' => array( |
|
| 247 | + 'state' => array ( |
|
| 248 | 248 | 'exclude' => 0, |
| 249 | 249 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.state', |
| 250 | - 'config' => array( |
|
| 250 | + 'config' => array ( |
|
| 251 | 251 | 'type' => 'input', |
| 252 | 252 | 'size' => '30', |
| 253 | 253 | 'eval' => 'trim', |
| 254 | 254 | ), |
| 255 | 255 | ), |
| 256 | 256 | |
| 257 | - 'remote_last_mod_date' => array( |
|
| 257 | + 'remote_last_mod_date' => array ( |
|
| 258 | 258 | 'exclude' => 1, |
| 259 | 259 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.remote_last_mod_date', |
| 260 | - 'config' => array( |
|
| 260 | + 'config' => array ( |
|
| 261 | 261 | 'type' => 'input', |
| 262 | 262 | 'size' => 30, |
| 263 | 263 | 'eval' => 'trim', |
| 264 | 264 | ), |
| 265 | 265 | ), |
| 266 | 266 | |
| 267 | - 'changed' => array( |
|
| 267 | + 'changed' => array ( |
|
| 268 | 268 | 'exclude' => 1, |
| 269 | 269 | 'l10n_mode' => 'exclude', |
| 270 | 270 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.changed', |
| 271 | - 'config' => array( |
|
| 271 | + 'config' => array ( |
|
| 272 | 272 | 'type' => 'check', |
| 273 | 273 | 'default' => 0, |
| 274 | 274 | ), |
| 275 | 275 | ), |
| 276 | 276 | |
| 277 | - 'valid' => array( |
|
| 277 | + 'valid' => array ( |
|
| 278 | 278 | 'exclude' => 1, |
| 279 | 279 | 'l10n_mode' => 'exclude', |
| 280 | 280 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.valid', |
| 281 | - 'config' => array( |
|
| 281 | + 'config' => array ( |
|
| 282 | 282 | 'type' => 'check', |
| 283 | 283 | 'default' => 0, |
| 284 | 284 | ), |
| 285 | 285 | ), |
| 286 | 286 | |
| 287 | - 'date_issued' => array( |
|
| 287 | + 'date_issued' => array ( |
|
| 288 | 288 | 'exclude' => 1, |
| 289 | 289 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.date_issued', |
| 290 | - 'config' => array( |
|
| 290 | + 'config' => array ( |
|
| 291 | 291 | 'type' => 'input', |
| 292 | 292 | 'size' => 30, |
| 293 | 293 | 'eval' => 'trim', |
| 294 | 294 | ), |
| 295 | 295 | ), |
| 296 | 296 | |
| 297 | - 'file' => array( |
|
| 297 | + 'file' => array ( |
|
| 298 | 298 | 'exclude' => 1, |
| 299 | 299 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.file', |
| 300 | - 'config' => array( |
|
| 300 | + 'config' => array ( |
|
| 301 | 301 | 'type' => 'inline', |
| 302 | 302 | 'foreign_table' => 'tx_dpf_domain_model_file', |
| 303 | 303 | 'foreign_field' => 'document', |
| 304 | - 'behaviour' => array( |
|
| 304 | + 'behaviour' => array ( |
|
| 305 | 305 | 'disableMovingChildrenWithParent' => 1, |
| 306 | 306 | ), |
| 307 | 307 | 'maxitems' => 9999, |
| 308 | - 'appearance' => array( |
|
| 308 | + 'appearance' => array ( |
|
| 309 | 309 | 'collapseAll' => 0, |
| 310 | 310 | 'levelLinksPosition' => 'top', |
| 311 | 311 | 'showSynchronizationLink' => 1, |
@@ -316,13 +316,13 @@ discard block |
||
| 316 | 316 | |
| 317 | 317 | ), |
| 318 | 318 | |
| 319 | - 'creator' => array( |
|
| 319 | + 'creator' => array ( |
|
| 320 | 320 | 'exclude' => 1, |
| 321 | 321 | 'label' => 'Creator', |
| 322 | - 'config' => array( |
|
| 322 | + 'config' => array ( |
|
| 323 | 323 | 'type' => 'select', |
| 324 | 324 | 'items' => array ( |
| 325 | - array('', 0), |
|
| 325 | + array ('', 0), |
|
| 326 | 326 | ), |
| 327 | 327 | 'renderType' => 'selectSingle', |
| 328 | 328 | 'foreign_table' => 'fe_users', |
@@ -331,70 +331,70 @@ discard block |
||
| 331 | 331 | ), |
| 332 | 332 | ), |
| 333 | 333 | |
| 334 | - 'creation_date' => array( |
|
| 334 | + 'creation_date' => array ( |
|
| 335 | 335 | 'exclude' => 1, |
| 336 | 336 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.creation_date', |
| 337 | - 'config' => array( |
|
| 337 | + 'config' => array ( |
|
| 338 | 338 | 'type' => 'input', |
| 339 | 339 | 'size' => 30, |
| 340 | 340 | 'eval' => 'trim', |
| 341 | 341 | ), |
| 342 | 342 | ), |
| 343 | 343 | |
| 344 | - 'temporary' => array( |
|
| 344 | + 'temporary' => array ( |
|
| 345 | 345 | 'exclude' => 1, |
| 346 | 346 | 'l10n_mode' => 'exclude', |
| 347 | 347 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.temporary', |
| 348 | - 'config' => array( |
|
| 348 | + 'config' => array ( |
|
| 349 | 349 | 'type' => 'check', |
| 350 | 350 | 'default' => 0, |
| 351 | 351 | ), |
| 352 | 352 | ), |
| 353 | 353 | |
| 354 | 354 | |
| 355 | - 'suggestion' => array( |
|
| 355 | + 'suggestion' => array ( |
|
| 356 | 356 | 'exclude' => 1, |
| 357 | 357 | 'l10n_mode' => 'exclude', |
| 358 | 358 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.suggestion', |
| 359 | - 'config' => array( |
|
| 359 | + 'config' => array ( |
|
| 360 | 360 | 'type' => 'check', |
| 361 | 361 | 'default' => 0, |
| 362 | 362 | ), |
| 363 | 363 | ), |
| 364 | 364 | |
| 365 | - 'linked_uid' => array( |
|
| 365 | + 'linked_uid' => array ( |
|
| 366 | 366 | 'exclude' => 1, |
| 367 | 367 | 'l10n_mode' => 'exclude', |
| 368 | 368 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.linked_uid', |
| 369 | - 'config' => array( |
|
| 369 | + 'config' => array ( |
|
| 370 | 370 | 'type' => 'check' |
| 371 | 371 | ), |
| 372 | 372 | ), |
| 373 | 373 | |
| 374 | - 'comment' => array( |
|
| 374 | + 'comment' => array ( |
|
| 375 | 375 | 'exclude' => 1, |
| 376 | 376 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.comment', |
| 377 | - 'config' => array( |
|
| 377 | + 'config' => array ( |
|
| 378 | 378 | 'type' => 'input', |
| 379 | 379 | 'size' => 30, |
| 380 | 380 | 'eval' => 'trim', |
| 381 | 381 | ), |
| 382 | 382 | ), |
| 383 | 383 | |
| 384 | - 'automatic_embargo' => array( |
|
| 384 | + 'automatic_embargo' => array ( |
|
| 385 | 385 | 'exclude' => 1, |
| 386 | 386 | 'l10n_mode' => 'exclude', |
| 387 | 387 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.embargo', |
| 388 | - 'config' => array( |
|
| 388 | + 'config' => array ( |
|
| 389 | 389 | 'type' => 'check', |
| 390 | 390 | 'default' => 0, |
| 391 | 391 | ), |
| 392 | 392 | ), |
| 393 | 393 | |
| 394 | - 'embargo_date' => array( |
|
| 394 | + 'embargo_date' => array ( |
|
| 395 | 395 | 'exclude' => 1, |
| 396 | 396 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.embargo_date', |
| 397 | - 'config' => array( |
|
| 397 | + 'config' => array ( |
|
| 398 | 398 | 'type' => 'input', |
| 399 | 399 | 'renderType' => 'inputDateTime', |
| 400 | 400 | 'size' => 10, |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -return array( |
|
| 20 | - 'ctrl' => array( |
|
| 19 | +return array ( |
|
| 20 | + 'ctrl' => array ( |
|
| 21 | 21 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog', |
| 22 | 22 | 'label' => 'title', |
| 23 | 23 | 'tstamp' => 'tstamp', |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | 'transOrigPointerField' => 'l10n_parent', |
| 29 | 29 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 30 | 30 | 'delete' => 'deleted', |
| 31 | - 'enablecolumns' => array( |
|
| 31 | + 'enablecolumns' => array ( |
|
| 32 | 32 | 'disabled' => 'hidden', |
| 33 | 33 | 'starttime' => 'starttime', |
| 34 | 34 | 'endtime' => 'endtime', |
@@ -36,167 +36,167 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'username, licence_uri, title, object_identifier, process_number, urn, file_names', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_depositlicenselog.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, |
| 41 | 41 | username, licence_uri, title, object_identifier, process_number, urn, file_names', |
| 42 | 42 | ), |
| 43 | - 'types' => array( |
|
| 44 | - '1' => array('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 43 | + 'types' => array ( |
|
| 44 | + '1' => array ('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 45 | 45 | username, licence_uri, title, object_identifier, process_number, urn, file_names |
| 46 | 46 | --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
| 47 | 47 | ), |
| 48 | - 'palettes' => array( |
|
| 49 | - '1' => array('showitem' => ''), |
|
| 48 | + 'palettes' => array ( |
|
| 49 | + '1' => array ('showitem' => ''), |
|
| 50 | 50 | ), |
| 51 | - 'columns' => array( |
|
| 51 | + 'columns' => array ( |
|
| 52 | 52 | |
| 53 | - 'sys_language_uid' => array( |
|
| 53 | + 'sys_language_uid' => array ( |
|
| 54 | 54 | 'exclude' => 1, |
| 55 | 55 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 56 | - 'config' => array( |
|
| 56 | + 'config' => array ( |
|
| 57 | 57 | 'type' => 'select', |
| 58 | 58 | 'renderType' => 'selectSingle', |
| 59 | 59 | 'foreign_table' => 'sys_language', |
| 60 | 60 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 61 | - 'items' => array( |
|
| 62 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 63 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 61 | + 'items' => array ( |
|
| 62 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 63 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 64 | 64 | ), |
| 65 | 65 | ), |
| 66 | 66 | ), |
| 67 | - 'l10n_parent' => array( |
|
| 67 | + 'l10n_parent' => array ( |
|
| 68 | 68 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 69 | 69 | 'exclude' => 1, |
| 70 | 70 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 71 | - 'config' => array( |
|
| 71 | + 'config' => array ( |
|
| 72 | 72 | 'type' => 'select', |
| 73 | 73 | 'renderType' => 'selectSingle', |
| 74 | - 'items' => array( |
|
| 75 | - array('', 0), |
|
| 74 | + 'items' => array ( |
|
| 75 | + array ('', 0), |
|
| 76 | 76 | ), |
| 77 | 77 | 'foreign_table' => 'tx_dpf_domain_model_depositlicenselog', |
| 78 | 78 | 'foreign_table_where' => 'AND tx_dpf_domain_model_depositlicenselog.pid=###CURRENT_PID### AND tx_dpf_domain_model_depositlicenselog.sys_language_uid IN (-1,0)', |
| 79 | 79 | ), |
| 80 | 80 | ), |
| 81 | - 'l10n_diffsource' => array( |
|
| 82 | - 'config' => array( |
|
| 81 | + 'l10n_diffsource' => array ( |
|
| 82 | + 'config' => array ( |
|
| 83 | 83 | 'type' => 'passthrough', |
| 84 | 84 | ), |
| 85 | 85 | ), |
| 86 | 86 | |
| 87 | - 't3ver_label' => array( |
|
| 87 | + 't3ver_label' => array ( |
|
| 88 | 88 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 89 | - 'config' => array( |
|
| 89 | + 'config' => array ( |
|
| 90 | 90 | 'type' => 'input', |
| 91 | 91 | 'size' => 30, |
| 92 | 92 | 'max' => 255, |
| 93 | 93 | ), |
| 94 | 94 | ), |
| 95 | 95 | |
| 96 | - 'hidden' => array( |
|
| 96 | + 'hidden' => array ( |
|
| 97 | 97 | 'exclude' => 1, |
| 98 | 98 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 99 | - 'config' => array( |
|
| 99 | + 'config' => array ( |
|
| 100 | 100 | 'type' => 'check', |
| 101 | 101 | ), |
| 102 | 102 | ), |
| 103 | - 'starttime' => array( |
|
| 103 | + 'starttime' => array ( |
|
| 104 | 104 | 'exclude' => 1, |
| 105 | 105 | 'l10n_mode' => 'mergeIfNotBlank', |
| 106 | 106 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 107 | - 'config' => array( |
|
| 107 | + 'config' => array ( |
|
| 108 | 108 | 'type' => 'input', |
| 109 | 109 | 'renderType' => 'inputDateTime', |
| 110 | 110 | 'size' => 13, |
| 111 | 111 | 'eval' => 'datetime', |
| 112 | 112 | 'checkbox' => 0, |
| 113 | 113 | 'default' => 0, |
| 114 | - 'range' => array( |
|
| 114 | + 'range' => array ( |
|
| 115 | 115 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 116 | 116 | ), |
| 117 | 117 | ), |
| 118 | 118 | ), |
| 119 | - 'endtime' => array( |
|
| 119 | + 'endtime' => array ( |
|
| 120 | 120 | 'exclude' => 1, |
| 121 | 121 | 'l10n_mode' => 'mergeIfNotBlank', |
| 122 | 122 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 123 | - 'config' => array( |
|
| 123 | + 'config' => array ( |
|
| 124 | 124 | 'type' => 'input', |
| 125 | 125 | 'renderType' => 'inputDateTime', |
| 126 | 126 | 'size' => 13, |
| 127 | 127 | 'eval' => 'datetime', |
| 128 | 128 | 'checkbox' => 0, |
| 129 | 129 | 'default' => 0, |
| 130 | - 'range' => array( |
|
| 130 | + 'range' => array ( |
|
| 131 | 131 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 132 | 132 | ), |
| 133 | 133 | ), |
| 134 | 134 | ), |
| 135 | 135 | |
| 136 | - 'username' => array( |
|
| 136 | + 'username' => array ( |
|
| 137 | 137 | 'exclude' => 1, |
| 138 | 138 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.username', |
| 139 | - 'config' => array( |
|
| 139 | + 'config' => array ( |
|
| 140 | 140 | 'type' => 'input', |
| 141 | 141 | 'size' => 30, |
| 142 | 142 | 'eval' => 'trim', |
| 143 | 143 | ), |
| 144 | 144 | ), |
| 145 | 145 | |
| 146 | - 'licence_uri' => array( |
|
| 146 | + 'licence_uri' => array ( |
|
| 147 | 147 | 'exclude' => 1, |
| 148 | 148 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.licence_uri', |
| 149 | - 'config' => array( |
|
| 149 | + 'config' => array ( |
|
| 150 | 150 | 'type' => 'input', |
| 151 | 151 | 'size' => 30, |
| 152 | 152 | 'eval' => 'trim', |
| 153 | 153 | ), |
| 154 | 154 | ), |
| 155 | 155 | |
| 156 | - 'title' => array( |
|
| 156 | + 'title' => array ( |
|
| 157 | 157 | 'exclude' => 1, |
| 158 | 158 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.title', |
| 159 | - 'config' => array( |
|
| 159 | + 'config' => array ( |
|
| 160 | 160 | 'type' => 'input', |
| 161 | 161 | 'size' => 30, |
| 162 | 162 | 'eval' => 'trim', |
| 163 | 163 | ), |
| 164 | 164 | ), |
| 165 | 165 | |
| 166 | - 'object_identifier' => array( |
|
| 166 | + 'object_identifier' => array ( |
|
| 167 | 167 | 'exclude' => 1, |
| 168 | 168 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.object_identifier', |
| 169 | - 'config' => array( |
|
| 169 | + 'config' => array ( |
|
| 170 | 170 | 'type' => 'input', |
| 171 | 171 | 'size' => 30, |
| 172 | 172 | 'eval' => 'trim', |
| 173 | 173 | ), |
| 174 | 174 | ), |
| 175 | 175 | |
| 176 | - 'process_number' => array( |
|
| 176 | + 'process_number' => array ( |
|
| 177 | 177 | 'exclude' => 1, |
| 178 | 178 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.process_number', |
| 179 | - 'config' => array( |
|
| 179 | + 'config' => array ( |
|
| 180 | 180 | 'type' => 'input', |
| 181 | 181 | 'size' => 30, |
| 182 | 182 | 'eval' => 'trim', |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | 185 | |
| 186 | - 'urn' => array( |
|
| 186 | + 'urn' => array ( |
|
| 187 | 187 | 'exclude' => 1, |
| 188 | 188 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.urn', |
| 189 | - 'config' => array( |
|
| 189 | + 'config' => array ( |
|
| 190 | 190 | 'type' => 'input', |
| 191 | 191 | 'size' => 30, |
| 192 | 192 | 'eval' => 'trim', |
| 193 | 193 | ), |
| 194 | 194 | ), |
| 195 | 195 | |
| 196 | - 'file_names' => array( |
|
| 196 | + 'file_names' => array ( |
|
| 197 | 197 | 'exclude' => 1, |
| 198 | 198 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicenselog.file_names', |
| 199 | - 'config' => array( |
|
| 199 | + 'config' => array ( |
|
| 200 | 200 | 'type' => 'input', |
| 201 | 201 | 'size' => 30, |
| 202 | 202 | 'eval' => 'trim', |