@@ -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_documenttransferlog', |
| 22 | 22 | 'label' => 'date', |
| 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,91 +36,91 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'date, response, curl_error, document_uid, object_identifier, action', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, date, response, curl_error, document_uid, object_identifier, action', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 42 | + 'types' => array ( |
|
| 43 | + '1' => array ('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, |
|
| 44 | 44 | date, response, curl_error, document_uid, object_identifier, action, |
| 45 | 45 | --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
| 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 | - 'sys_language_uid' => array( |
|
| 52 | + 'sys_language_uid' => array ( |
|
| 53 | 53 | 'exclude' => 1, |
| 54 | 54 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 55 | - 'config' => array( |
|
| 55 | + 'config' => array ( |
|
| 56 | 56 | 'type' => 'select', |
| 57 | 57 | 'renderType' => 'selectSingle', |
| 58 | 58 | 'foreign_table' => 'sys_language', |
| 59 | 59 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 60 | - 'items' => array( |
|
| 61 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 62 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 60 | + 'items' => array ( |
|
| 61 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 62 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 63 | 63 | ), |
| 64 | 64 | 'default' => 0, |
| 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_documenttransferlog', |
| 78 | 78 | 'foreign_table_where' => 'AND tx_dpf_domain_model_documenttransferlog.pid=###CURRENT_PID### AND tx_dpf_domain_model_documenttransferlog.sys_language_uid IN (-1,0)', |
| 79 | 79 | 'default' => 0, |
| 80 | 80 | ), |
| 81 | 81 | ), |
| 82 | - 'l10n_diffsource' => array( |
|
| 83 | - 'config' => array( |
|
| 82 | + 'l10n_diffsource' => array ( |
|
| 83 | + 'config' => array ( |
|
| 84 | 84 | 'type' => 'passthrough', |
| 85 | 85 | ), |
| 86 | 86 | ), |
| 87 | 87 | |
| 88 | - 't3ver_label' => array( |
|
| 88 | + 't3ver_label' => array ( |
|
| 89 | 89 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 90 | - 'config' => array( |
|
| 90 | + 'config' => array ( |
|
| 91 | 91 | 'type' => 'input', |
| 92 | 92 | 'size' => 30, |
| 93 | 93 | 'max' => 255, |
| 94 | 94 | ), |
| 95 | 95 | ), |
| 96 | 96 | |
| 97 | - 'hidden' => array( |
|
| 97 | + 'hidden' => array ( |
|
| 98 | 98 | 'exclude' => 1, |
| 99 | 99 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 100 | - 'config' => array( |
|
| 100 | + 'config' => array ( |
|
| 101 | 101 | 'type' => 'check', |
| 102 | 102 | ), |
| 103 | 103 | ), |
| 104 | - 'starttime' => array( |
|
| 104 | + 'starttime' => array ( |
|
| 105 | 105 | 'exclude' => 1, |
| 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 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 122 | - 'config' => array( |
|
| 123 | - 'behaviour' => array( |
|
| 122 | + 'config' => array ( |
|
| 123 | + 'behaviour' => array ( |
|
| 124 | 124 | 'allowLanguageSynchronization' => true |
| 125 | 125 | ), |
| 126 | 126 | 'type' => 'input', |
@@ -129,16 +129,16 @@ discard block |
||
| 129 | 129 | 'eval' => 'datetime', |
| 130 | 130 | 'checkbox' => 0, |
| 131 | 131 | 'default' => 0, |
| 132 | - 'range' => array( |
|
| 132 | + 'range' => array ( |
|
| 133 | 133 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 134 | 134 | ), |
| 135 | 135 | ), |
| 136 | 136 | ), |
| 137 | 137 | |
| 138 | - 'date' => array( |
|
| 138 | + 'date' => array ( |
|
| 139 | 139 | 'exclude' => 1, |
| 140 | 140 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttransferlog.date', |
| 141 | - 'config' => array( |
|
| 141 | + 'config' => array ( |
|
| 142 | 142 | 'type' => 'input', |
| 143 | 143 | 'renderType' => 'inputDateTime', |
| 144 | 144 | 'size' => 10, |
@@ -147,48 +147,48 @@ discard block |
||
| 147 | 147 | 'default' => time(), |
| 148 | 148 | ), |
| 149 | 149 | ), |
| 150 | - 'response' => array( |
|
| 150 | + 'response' => array ( |
|
| 151 | 151 | 'exclude' => 1, |
| 152 | 152 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttransferlog.response', |
| 153 | - 'config' => array( |
|
| 153 | + 'config' => array ( |
|
| 154 | 154 | 'type' => 'text', |
| 155 | 155 | 'cols' => 40, |
| 156 | 156 | 'rows' => 15, |
| 157 | 157 | 'eval' => 'trim', |
| 158 | 158 | ), |
| 159 | 159 | ), |
| 160 | - 'curl_error' => array( |
|
| 160 | + 'curl_error' => array ( |
|
| 161 | 161 | 'exclude' => 1, |
| 162 | 162 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttransferlog.curl_error', |
| 163 | - 'config' => array( |
|
| 163 | + 'config' => array ( |
|
| 164 | 164 | 'type' => 'text', |
| 165 | 165 | 'cols' => 40, |
| 166 | 166 | 'rows' => 15, |
| 167 | 167 | 'eval' => 'trim', |
| 168 | 168 | ), |
| 169 | 169 | ), |
| 170 | - 'document_uid' => array( |
|
| 170 | + 'document_uid' => array ( |
|
| 171 | 171 | 'exclude' => 1, |
| 172 | 172 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttransferlog.document_uid', |
| 173 | - 'config' => array( |
|
| 173 | + 'config' => array ( |
|
| 174 | 174 | 'type' => 'input', |
| 175 | 175 | 'size' => 30, |
| 176 | 176 | 'max' => 255, |
| 177 | 177 | ), |
| 178 | 178 | ), |
| 179 | - 'object_identifier' => array( |
|
| 179 | + 'object_identifier' => array ( |
|
| 180 | 180 | 'exclude' => 1, |
| 181 | 181 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttransferlog.object_identifier', |
| 182 | - 'config' => array( |
|
| 182 | + 'config' => array ( |
|
| 183 | 183 | 'type' => 'input', |
| 184 | 184 | 'size' => 30, |
| 185 | 185 | 'max' => 255, |
| 186 | 186 | ), |
| 187 | 187 | ), |
| 188 | - 'action' => array( |
|
| 188 | + 'action' => array ( |
|
| 189 | 189 | 'exclude' => 1, |
| 190 | 190 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttransferlog.action', |
| 191 | - 'config' => array( |
|
| 191 | + 'config' => array ( |
|
| 192 | 192 | 'type' => 'input', |
| 193 | 193 | 'size' => 30, |
| 194 | 194 | 'max' => 255, |
@@ -15,8 +15,8 @@ discard block |
||
| 15 | 15 | if (!defined('TYPO3_MODE')) { |
| 16 | 16 | die('Access denied.'); |
| 17 | 17 | } |
| 18 | -return array( |
|
| 19 | - 'ctrl' => array( |
|
| 18 | +return array ( |
|
| 19 | + 'ctrl' => array ( |
|
| 20 | 20 | 'title' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client', |
| 21 | 21 | 'label' => 'project', |
| 22 | 22 | 'tstamp' => 'tstamp', |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | 'transOrigPointerField' => 'l10n_parent', |
| 28 | 28 | 'transOrigDiffSourceField' => 'l10n_diffsource', |
| 29 | 29 | 'delete' => 'deleted', |
| 30 | - 'enablecolumns' => array( |
|
| 30 | + 'enablecolumns' => array ( |
|
| 31 | 31 | 'disabled' => 'hidden', |
| 32 | 32 | 'starttime' => 'starttime', |
| 33 | 33 | 'endtime' => 'endtime', |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | validation_xpath, fis_id_xpath, source_details_xpaths', |
| 60 | 60 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.gif', |
| 61 | 61 | ), |
| 62 | - 'interface' => array( |
|
| 62 | + 'interface' => array ( |
|
| 63 | 63 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, client, owner_id, |
| 64 | 64 | network_initial, library_identifier, admin_email, project, replace_niss_part, niss_part_search, niss_part_replace, |
| 65 | 65 | sword_host, sword_user, sword_password, sword_collection_namespace, fedora_host, fedora_user, fedora_password, |
@@ -86,8 +86,8 @@ discard block |
||
| 86 | 86 | person_author_role, person_publisher_role, |
| 87 | 87 | validation_xpath, fis_id_xpath, source_details_xpaths' |
| 88 | 88 | ), |
| 89 | - 'types' => array( |
|
| 90 | - '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, |
|
| 89 | + 'types' => array ( |
|
| 90 | + '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, |
|
| 91 | 91 | client, owner_id, network_initial, library_identifier, admin_email, project, replace_niss_part, niss_part_search, niss_part_replace, |
| 92 | 92 | --div--;Static XML, namespaces, file_xpath, date_xpath, publishing_year_xpath, urn_xpath, primary_urn_xpath, state_xpath, type_xpath, type_xpath_input, title_xpath, process_number_xpath, submitter_name_xpath, submitter_email_xpath, submitter_notice_xpath, |
| 93 | 93 | original_source_title_xpath, creator_xpath, creation_date_xpath, repository_creation_date_xpath, |
@@ -110,65 +110,65 @@ discard block |
||
| 110 | 110 | --div--;Default internal format XSLT, input_transformation, output_transformation, elastic_search_transformation, |
| 111 | 111 | --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'), |
| 112 | 112 | ), |
| 113 | - 'palettes' => array( |
|
| 114 | - '1' => array('showitem' => ''), |
|
| 113 | + 'palettes' => array ( |
|
| 114 | + '1' => array ('showitem' => ''), |
|
| 115 | 115 | ), |
| 116 | - 'columns' => array( |
|
| 117 | - 'sys_language_uid' => array( |
|
| 116 | + 'columns' => array ( |
|
| 117 | + 'sys_language_uid' => array ( |
|
| 118 | 118 | 'exclude' => 1, |
| 119 | 119 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 120 | - 'config' => array( |
|
| 120 | + 'config' => array ( |
|
| 121 | 121 | 'type' => 'select', |
| 122 | 122 | 'renderType' => 'selectSingle', |
| 123 | 123 | 'foreign_table' => 'sys_language', |
| 124 | 124 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 125 | - 'items' => array( |
|
| 126 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 127 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 125 | + 'items' => array ( |
|
| 126 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 127 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 128 | 128 | ), |
| 129 | 129 | 'default' => 0, |
| 130 | 130 | ), |
| 131 | 131 | ), |
| 132 | - 'l10n_parent' => array( |
|
| 132 | + 'l10n_parent' => array ( |
|
| 133 | 133 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 134 | 134 | 'exclude' => 1, |
| 135 | 135 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 136 | - 'config' => array( |
|
| 136 | + 'config' => array ( |
|
| 137 | 137 | 'type' => 'select', |
| 138 | 138 | 'renderType' => 'selectSingle', |
| 139 | - 'items' => array( |
|
| 140 | - array('', 0), |
|
| 139 | + 'items' => array ( |
|
| 140 | + array ('', 0), |
|
| 141 | 141 | ), |
| 142 | 142 | 'foreign_table' => 'tx_dpf_domain_model_client', |
| 143 | 143 | 'foreign_table_where' => 'AND tx_dpf_domain_model_client.pid=###CURRENT_PID### AND tx_dpf_domain_model_client.sys_language_uid IN (-1,0)', |
| 144 | 144 | 'default' => 0, |
| 145 | 145 | ), |
| 146 | 146 | ), |
| 147 | - 'l10n_diffsource' => array( |
|
| 148 | - 'config' => array( |
|
| 147 | + 'l10n_diffsource' => array ( |
|
| 148 | + 'config' => array ( |
|
| 149 | 149 | 'type' => 'passthrough', |
| 150 | 150 | ), |
| 151 | 151 | ), |
| 152 | - 't3ver_label' => array( |
|
| 152 | + 't3ver_label' => array ( |
|
| 153 | 153 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 154 | - 'config' => array( |
|
| 154 | + 'config' => array ( |
|
| 155 | 155 | 'type' => 'input', |
| 156 | 156 | 'size' => 30, |
| 157 | 157 | 'max' => 255, |
| 158 | 158 | ), |
| 159 | 159 | ), |
| 160 | - 'hidden' => array( |
|
| 160 | + 'hidden' => array ( |
|
| 161 | 161 | 'exclude' => 1, |
| 162 | 162 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 163 | - 'config' => array( |
|
| 163 | + 'config' => array ( |
|
| 164 | 164 | 'type' => 'check', |
| 165 | 165 | ), |
| 166 | 166 | ), |
| 167 | - 'starttime' => array( |
|
| 167 | + 'starttime' => array ( |
|
| 168 | 168 | 'exclude' => 1, |
| 169 | 169 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 170 | - 'config' => array( |
|
| 171 | - 'behaviour' => array( |
|
| 170 | + 'config' => array ( |
|
| 171 | + 'behaviour' => array ( |
|
| 172 | 172 | 'allowLanguageSynchronization' => true |
| 173 | 173 | ), |
| 174 | 174 | 'type' => 'input', |
@@ -177,16 +177,16 @@ discard block |
||
| 177 | 177 | 'eval' => 'datetime', |
| 178 | 178 | 'checkbox' => 0, |
| 179 | 179 | 'default' => 0, |
| 180 | - 'range' => array( |
|
| 180 | + 'range' => array ( |
|
| 181 | 181 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 182 | 182 | ), |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | - 'endtime' => array( |
|
| 185 | + 'endtime' => array ( |
|
| 186 | 186 | 'exclude' => 1, |
| 187 | 187 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 188 | - 'config' => array( |
|
| 189 | - 'behaviour' => array( |
|
| 188 | + 'config' => array ( |
|
| 189 | + 'behaviour' => array ( |
|
| 190 | 190 | 'allowLanguageSynchronization' => true |
| 191 | 191 | ), |
| 192 | 192 | 'type' => 'input', |
@@ -195,249 +195,249 @@ discard block |
||
| 195 | 195 | 'eval' => 'datetime', |
| 196 | 196 | 'checkbox' => 0, |
| 197 | 197 | 'default' => 0, |
| 198 | - 'range' => array( |
|
| 198 | + 'range' => array ( |
|
| 199 | 199 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 200 | 200 | ), |
| 201 | 201 | ), |
| 202 | 202 | ), |
| 203 | - 'project' => array( |
|
| 203 | + 'project' => array ( |
|
| 204 | 204 | 'exclude' => 1, |
| 205 | 205 | 'l10n_mode' => 'exclude', |
| 206 | 206 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.project', |
| 207 | - 'config' => array( |
|
| 207 | + 'config' => array ( |
|
| 208 | 208 | 'type' => 'input', |
| 209 | 209 | 'size' => 30, |
| 210 | 210 | 'eval' => 'trim', |
| 211 | 211 | ), |
| 212 | 212 | ), |
| 213 | - 'client' => array( |
|
| 213 | + 'client' => array ( |
|
| 214 | 214 | 'exclude' => 1, |
| 215 | 215 | 'l10n_mode' => 'exclude', |
| 216 | 216 | 'l10n_display' => 'defaultAsReadonly', |
| 217 | 217 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.client', |
| 218 | - 'config' => array( |
|
| 218 | + 'config' => array ( |
|
| 219 | 219 | 'type' => 'input', |
| 220 | 220 | 'size' => 30, |
| 221 | 221 | 'eval' => 'trim', |
| 222 | 222 | ), |
| 223 | 223 | ), |
| 224 | - 'network_initial' => array( |
|
| 224 | + 'network_initial' => array ( |
|
| 225 | 225 | 'exclude' => 1, |
| 226 | 226 | 'l10n_mode' => 'exclude', |
| 227 | 227 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.network_initial', |
| 228 | - 'config' => array( |
|
| 228 | + 'config' => array ( |
|
| 229 | 229 | 'type' => 'input', |
| 230 | 230 | 'size' => 30, |
| 231 | 231 | 'eval' => 'trim', |
| 232 | 232 | ), |
| 233 | 233 | ), |
| 234 | - 'library_identifier' => array( |
|
| 234 | + 'library_identifier' => array ( |
|
| 235 | 235 | 'exclude' => 1, |
| 236 | 236 | 'l10n_mode' => 'exclude', |
| 237 | 237 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.library_identifier', |
| 238 | - 'config' => array( |
|
| 238 | + 'config' => array ( |
|
| 239 | 239 | 'type' => 'input', |
| 240 | 240 | 'size' => 30, |
| 241 | 241 | 'eval' => 'trim', |
| 242 | 242 | ), |
| 243 | 243 | ), |
| 244 | - 'owner_id' => array( |
|
| 244 | + 'owner_id' => array ( |
|
| 245 | 245 | 'exclude' => 1, |
| 246 | 246 | 'l10n_mode' => 'exclude', |
| 247 | 247 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.owner_id', |
| 248 | - 'config' => array( |
|
| 248 | + 'config' => array ( |
|
| 249 | 249 | 'type' => 'input', |
| 250 | 250 | 'size' => 30, |
| 251 | 251 | 'eval' => 'trim,required', |
| 252 | 252 | ), |
| 253 | 253 | ), |
| 254 | - 'admin_email' => array( |
|
| 254 | + 'admin_email' => array ( |
|
| 255 | 255 | 'exclude' => 1, |
| 256 | 256 | 'l10n_mode' => 'exclude', |
| 257 | 257 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_email', |
| 258 | - 'config' => array( |
|
| 258 | + 'config' => array ( |
|
| 259 | 259 | 'type' => 'input', |
| 260 | 260 | 'size' => 30, |
| 261 | 261 | 'eval' => 'trim', |
| 262 | 262 | ), |
| 263 | 263 | ), |
| 264 | - 'replace_niss_part' => array( |
|
| 264 | + 'replace_niss_part' => array ( |
|
| 265 | 265 | 'exclude' => 1, |
| 266 | 266 | 'l10n_mode' => 'exclude', |
| 267 | 267 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.replace_niss_part', |
| 268 | - 'config' => array( |
|
| 268 | + 'config' => array ( |
|
| 269 | 269 | 'type' => 'check', |
| 270 | 270 | 'default' => 0, |
| 271 | 271 | ), |
| 272 | 272 | 'onChange' => 'reload', |
| 273 | 273 | ), |
| 274 | - 'niss_part_search' => array( |
|
| 274 | + 'niss_part_search' => array ( |
|
| 275 | 275 | 'exclude' => 1, |
| 276 | 276 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.niss_part_search', |
| 277 | 277 | 'displayCond' => 'FIELD:replace_niss_part:=:1', |
| 278 | - 'config' => array( |
|
| 278 | + 'config' => array ( |
|
| 279 | 279 | 'type' => 'input', |
| 280 | 280 | 'size' => 30, |
| 281 | 281 | 'eval' => 'trim,required', |
| 282 | 282 | 'default' => '', |
| 283 | 283 | ), |
| 284 | 284 | ), |
| 285 | - 'niss_part_replace' => array( |
|
| 285 | + 'niss_part_replace' => array ( |
|
| 286 | 286 | 'exclude' => 1, |
| 287 | 287 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.niss_part_replace', |
| 288 | 288 | 'displayCond' => 'FIELD:replace_niss_part:=:1', |
| 289 | - 'config' => array( |
|
| 289 | + 'config' => array ( |
|
| 290 | 290 | 'type' => 'input', |
| 291 | 291 | 'size' => 30, |
| 292 | 292 | 'eval' => 'trim,required', |
| 293 | 293 | 'default' => '', |
| 294 | 294 | ), |
| 295 | 295 | ), |
| 296 | - 'sword_host' => array( |
|
| 296 | + 'sword_host' => array ( |
|
| 297 | 297 | 'exclude' => 1, |
| 298 | 298 | 'l10n_mode' => 'exclude', |
| 299 | 299 | 'l10n_display' => 'defaultAsReadonly', |
| 300 | 300 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_host', |
| 301 | - 'config' => array( |
|
| 301 | + 'config' => array ( |
|
| 302 | 302 | 'type' => 'input', |
| 303 | 303 | 'size' => 30, |
| 304 | 304 | 'eval' => 'trim', |
| 305 | 305 | ), |
| 306 | 306 | ), |
| 307 | - 'sword_user' => array( |
|
| 307 | + 'sword_user' => array ( |
|
| 308 | 308 | 'exclude' => 1, |
| 309 | 309 | 'l10n_mode' => 'exclude', |
| 310 | 310 | 'l10n_display' => 'defaultAsReadonly', |
| 311 | 311 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_user', |
| 312 | - 'config' => array( |
|
| 312 | + 'config' => array ( |
|
| 313 | 313 | 'type' => 'input', |
| 314 | 314 | 'size' => 30, |
| 315 | 315 | 'eval' => 'trim', |
| 316 | 316 | ), |
| 317 | 317 | ), |
| 318 | - 'sword_password' => array( |
|
| 318 | + 'sword_password' => array ( |
|
| 319 | 319 | 'exclude' => 1, |
| 320 | 320 | 'l10n_mode' => 'exclude', |
| 321 | 321 | 'l10n_display' => 'defaultAsReadonly', |
| 322 | 322 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_password', |
| 323 | - 'config' => array( |
|
| 323 | + 'config' => array ( |
|
| 324 | 324 | 'type' => 'input', |
| 325 | 325 | 'size' => 30, |
| 326 | 326 | 'eval' => 'trim', |
| 327 | 327 | ), |
| 328 | 328 | ), |
| 329 | - 'sword_collection_namespace' => array( |
|
| 329 | + 'sword_collection_namespace' => array ( |
|
| 330 | 330 | 'exclude' => 1, |
| 331 | 331 | 'l10n_mode' => 'exclude', |
| 332 | 332 | 'l10n_display' => 'defaultAsReadonly', |
| 333 | 333 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_collection_namespace', |
| 334 | - 'config' => array( |
|
| 334 | + 'config' => array ( |
|
| 335 | 335 | 'type' => 'input', |
| 336 | 336 | 'size' => 30, |
| 337 | 337 | 'eval' => 'trim', |
| 338 | 338 | ), |
| 339 | 339 | ), |
| 340 | - 'fedora_host' => array( |
|
| 340 | + 'fedora_host' => array ( |
|
| 341 | 341 | 'exclude' => 1, |
| 342 | 342 | 'l10n_mode' => 'exclude', |
| 343 | 343 | 'l10n_display' => 'defaultAsReadonly', |
| 344 | 344 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fedora_host', |
| 345 | - 'config' => array( |
|
| 345 | + 'config' => array ( |
|
| 346 | 346 | 'type' => 'input', |
| 347 | 347 | 'size' => 30, |
| 348 | 348 | 'eval' => 'trim', |
| 349 | 349 | ), |
| 350 | 350 | ), |
| 351 | - 'fedora_user' => array( |
|
| 351 | + 'fedora_user' => array ( |
|
| 352 | 352 | 'exclude' => 1, |
| 353 | 353 | 'l10n_mode' => 'exclude', |
| 354 | 354 | 'l10n_display' => 'defaultAsReadonly', |
| 355 | 355 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fedora_user', |
| 356 | - 'config' => array( |
|
| 356 | + 'config' => array ( |
|
| 357 | 357 | 'type' => 'input', |
| 358 | 358 | 'size' => 30, |
| 359 | 359 | 'eval' => 'trim', |
| 360 | 360 | ), |
| 361 | 361 | ), |
| 362 | - 'fedora_password' => array( |
|
| 362 | + 'fedora_password' => array ( |
|
| 363 | 363 | 'exclude' => 1, |
| 364 | 364 | 'l10n_mode' => 'exclude', |
| 365 | 365 | 'l10n_display' => 'defaultAsReadonly', |
| 366 | 366 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fedora_password', |
| 367 | - 'config' => array( |
|
| 367 | + 'config' => array ( |
|
| 368 | 368 | 'type' => 'input', |
| 369 | 369 | 'size' => 30, |
| 370 | 370 | 'eval' => 'trim', |
| 371 | 371 | ), |
| 372 | 372 | ), |
| 373 | - 'elastic_search_host' => array( |
|
| 373 | + 'elastic_search_host' => array ( |
|
| 374 | 374 | 'exclude' => 1, |
| 375 | 375 | 'l10n_mode' => 'exclude', |
| 376 | 376 | 'l10n_display' => 'defaultAsReadonly', |
| 377 | 377 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.elastic_search_host', |
| 378 | - 'config' => array( |
|
| 378 | + 'config' => array ( |
|
| 379 | 379 | 'type' => 'input', |
| 380 | 380 | 'size' => 30, |
| 381 | 381 | 'eval' => 'trim', |
| 382 | 382 | ), |
| 383 | 383 | ), |
| 384 | - 'elastic_search_port' => array( |
|
| 384 | + 'elastic_search_port' => array ( |
|
| 385 | 385 | 'exclude' => 1, |
| 386 | 386 | 'l10n_mode' => 'exclude', |
| 387 | 387 | 'l10n_display' => 'defaultAsReadonly', |
| 388 | 388 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.elastic_search_port', |
| 389 | - 'config' => array( |
|
| 389 | + 'config' => array ( |
|
| 390 | 390 | 'type' => 'input', |
| 391 | 391 | 'size' => 30, |
| 392 | 392 | 'eval' => 'trim', |
| 393 | 393 | ), |
| 394 | 394 | ), |
| 395 | - 'elastic_search_index_name' => array( |
|
| 395 | + 'elastic_search_index_name' => array ( |
|
| 396 | 396 | 'exclude' => 1, |
| 397 | 397 | 'l10n_mode' => 'exclude', |
| 398 | 398 | 'l10n_display' => 'defaultAsReadonly', |
| 399 | 399 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.elastic_search_index_name', |
| 400 | - 'config' => array( |
|
| 400 | + 'config' => array ( |
|
| 401 | 401 | 'type' => 'input', |
| 402 | 402 | 'size' => 30, |
| 403 | 403 | 'eval' => 'trim', |
| 404 | 404 | ), |
| 405 | 405 | ), |
| 406 | - 'upload_directory' => array( |
|
| 406 | + 'upload_directory' => array ( |
|
| 407 | 407 | 'exclude' => 1, |
| 408 | 408 | 'l10n_mode' => 'exclude', |
| 409 | 409 | 'l10n_display' => 'defaultAsReadonly', |
| 410 | 410 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.upload_directory', |
| 411 | - 'config' => array( |
|
| 411 | + 'config' => array ( |
|
| 412 | 412 | 'type' => 'input', |
| 413 | 413 | 'size' => 30, |
| 414 | 414 | 'eval' => 'trim', |
| 415 | 415 | ), |
| 416 | 416 | ), |
| 417 | - 'upload_domain' => array( |
|
| 417 | + 'upload_domain' => array ( |
|
| 418 | 418 | 'exclude' => 1, |
| 419 | 419 | 'l10n_mode' => 'exclude', |
| 420 | 420 | 'l10n_display' => 'defaultAsReadonly', |
| 421 | 421 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.upload_domain', |
| 422 | - 'config' => array( |
|
| 422 | + 'config' => array ( |
|
| 423 | 423 | 'type' => 'input', |
| 424 | 424 | 'size' => 30, |
| 425 | 425 | 'eval' => 'trim', |
| 426 | 426 | ), |
| 427 | 427 | ), |
| 428 | - 'admin_new_document_notification_subject' => array( |
|
| 428 | + 'admin_new_document_notification_subject' => array ( |
|
| 429 | 429 | 'exclude' => 1, |
| 430 | 430 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_document_notification_subject', |
| 431 | - 'config' => array( |
|
| 431 | + 'config' => array ( |
|
| 432 | 432 | 'type' => 'input', |
| 433 | 433 | 'size' => 50, |
| 434 | 434 | 'eval' => 'trim', |
| 435 | 435 | ), |
| 436 | 436 | ), |
| 437 | - 'admin_new_document_notification_body' => array( |
|
| 437 | + 'admin_new_document_notification_body' => array ( |
|
| 438 | 438 | 'exclude' => 1, |
| 439 | 439 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_document_notification_body', |
| 440 | - 'config' => array( |
|
| 440 | + 'config' => array ( |
|
| 441 | 441 | 'type' => 'text', |
| 442 | 442 | 'cols' => 40, |
| 443 | 443 | 'rows' => 15, |
@@ -445,19 +445,19 @@ discard block |
||
| 445 | 445 | 'enableRichtext' => true, |
| 446 | 446 | ), |
| 447 | 447 | ), |
| 448 | - 'admin_register_document_notification_subject' => array( |
|
| 448 | + 'admin_register_document_notification_subject' => array ( |
|
| 449 | 449 | 'exclude' => 1, |
| 450 | 450 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_register_document_notification_subject', |
| 451 | - 'config' => array( |
|
| 451 | + 'config' => array ( |
|
| 452 | 452 | 'type' => 'input', |
| 453 | 453 | 'size' => 50, |
| 454 | 454 | 'eval' => 'trim', |
| 455 | 455 | ), |
| 456 | 456 | ), |
| 457 | - 'admin_register_document_notification_body' => array( |
|
| 457 | + 'admin_register_document_notification_body' => array ( |
|
| 458 | 458 | 'exclude' => 1, |
| 459 | 459 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_register_document_notification_body', |
| 460 | - 'config' => array( |
|
| 460 | + 'config' => array ( |
|
| 461 | 461 | 'type' => 'text', |
| 462 | 462 | 'cols' => 40, |
| 463 | 463 | 'rows' => 15, |
@@ -465,19 +465,19 @@ discard block |
||
| 465 | 465 | 'enableRichtext' => true, |
| 466 | 466 | ), |
| 467 | 467 | ), |
| 468 | - 'submitter_new_document_notification_subject' => array( |
|
| 468 | + 'submitter_new_document_notification_subject' => array ( |
|
| 469 | 469 | 'exclude' => 1, |
| 470 | 470 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_new_document_notification_subject', |
| 471 | - 'config' => array( |
|
| 471 | + 'config' => array ( |
|
| 472 | 472 | 'type' => 'input', |
| 473 | 473 | 'size' => 50, |
| 474 | 474 | 'eval' => 'trim', |
| 475 | 475 | ), |
| 476 | 476 | ), |
| 477 | - 'submitter_new_document_notification_body' => array( |
|
| 477 | + 'submitter_new_document_notification_body' => array ( |
|
| 478 | 478 | 'exclude' => 1, |
| 479 | 479 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_new_document_notification_body', |
| 480 | - 'config' => array( |
|
| 480 | + 'config' => array ( |
|
| 481 | 481 | 'type' => 'text', |
| 482 | 482 | 'cols' => 40, |
| 483 | 483 | 'rows' => 15, |
@@ -485,19 +485,19 @@ discard block |
||
| 485 | 485 | 'enableRichtext' => true, |
| 486 | 486 | ), |
| 487 | 487 | ), |
| 488 | - 'submitter_ingest_notification_subject' => array( |
|
| 488 | + 'submitter_ingest_notification_subject' => array ( |
|
| 489 | 489 | 'exclude' => 1, |
| 490 | 490 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_ingest_notification_subject', |
| 491 | - 'config' => array( |
|
| 491 | + 'config' => array ( |
|
| 492 | 492 | 'type' => 'input', |
| 493 | 493 | 'size' => 50, |
| 494 | 494 | 'eval' => 'trim', |
| 495 | 495 | ), |
| 496 | 496 | ), |
| 497 | - 'submitter_ingest_notification_body' => array( |
|
| 497 | + 'submitter_ingest_notification_body' => array ( |
|
| 498 | 498 | 'exclude' => 1, |
| 499 | 499 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_ingest_notification_body', |
| 500 | - 'config' => array( |
|
| 500 | + 'config' => array ( |
|
| 501 | 501 | 'type' => 'text', |
| 502 | 502 | 'cols' => 40, |
| 503 | 503 | 'rows' => 15, |
@@ -505,19 +505,19 @@ discard block |
||
| 505 | 505 | 'enableRichtext' => true, |
| 506 | 506 | ), |
| 507 | 507 | ), |
| 508 | - 'admin_new_suggestion_subject' => array( |
|
| 508 | + 'admin_new_suggestion_subject' => array ( |
|
| 509 | 509 | 'exclude' => 1, |
| 510 | 510 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_suggestion_subject', |
| 511 | - 'config' => array( |
|
| 511 | + 'config' => array ( |
|
| 512 | 512 | 'type' => 'input', |
| 513 | 513 | 'size' => 50, |
| 514 | 514 | 'eval' => 'trim', |
| 515 | 515 | ), |
| 516 | 516 | ), |
| 517 | - 'admin_new_suggestion_body' => array( |
|
| 517 | + 'admin_new_suggestion_body' => array ( |
|
| 518 | 518 | 'exclude' => 1, |
| 519 | 519 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_suggestion_body', |
| 520 | - 'config' => array( |
|
| 520 | + 'config' => array ( |
|
| 521 | 521 | 'type' => 'text', |
| 522 | 522 | 'cols' => 40, |
| 523 | 523 | 'rows' => 15, |
@@ -525,19 +525,19 @@ discard block |
||
| 525 | 525 | 'enableRichtext' => true, |
| 526 | 526 | ), |
| 527 | 527 | ), |
| 528 | - 'admin_embargo_subject' => array( |
|
| 528 | + 'admin_embargo_subject' => array ( |
|
| 529 | 529 | 'exclude' => 1, |
| 530 | 530 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_embargo_subject', |
| 531 | - 'config' => array( |
|
| 531 | + 'config' => array ( |
|
| 532 | 532 | 'type' => 'input', |
| 533 | 533 | 'size' => 50, |
| 534 | 534 | 'eval' => 'trim', |
| 535 | 535 | ), |
| 536 | 536 | ), |
| 537 | - 'admin_embargo_body' => array( |
|
| 537 | + 'admin_embargo_body' => array ( |
|
| 538 | 538 | 'exclude' => 1, |
| 539 | 539 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_embargo_body', |
| 540 | - 'config' => array( |
|
| 540 | + 'config' => array ( |
|
| 541 | 541 | 'type' => 'text', |
| 542 | 542 | 'cols' => 40, |
| 543 | 543 | 'rows' => 15, |
@@ -545,378 +545,378 @@ discard block |
||
| 545 | 545 | 'enableRichtext' => true, |
| 546 | 546 | ), |
| 547 | 547 | ), |
| 548 | - 'suggestion_flashmessage' => array( |
|
| 548 | + 'suggestion_flashmessage' => array ( |
|
| 549 | 549 | 'exclude' => 1, |
| 550 | 550 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.suggestion_flashmessage', |
| 551 | - 'config' => array( |
|
| 551 | + 'config' => array ( |
|
| 552 | 552 | 'type' => 'input', |
| 553 | 553 | 'size' => 50, |
| 554 | 554 | 'eval' => 'trim', |
| 555 | 555 | ), |
| 556 | 556 | ), |
| 557 | - 'file_xpath' => array( |
|
| 557 | + 'file_xpath' => array ( |
|
| 558 | 558 | 'exclude' => 1, |
| 559 | 559 | 'l10n_mode' => 'exclude', |
| 560 | 560 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.file_xpath', |
| 561 | - 'config' => array( |
|
| 561 | + 'config' => array ( |
|
| 562 | 562 | 'type' => 'input', |
| 563 | 563 | 'size' => 80, |
| 564 | 564 | 'eval' => 'trim', |
| 565 | 565 | ), |
| 566 | 566 | ), |
| 567 | - 'state_xpath' => array( |
|
| 567 | + 'state_xpath' => array ( |
|
| 568 | 568 | 'exclude' => 1, |
| 569 | 569 | 'l10n_mode' => 'exclude', |
| 570 | 570 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.state_xpath', |
| 571 | - 'config' => array( |
|
| 571 | + 'config' => array ( |
|
| 572 | 572 | 'type' => 'input', |
| 573 | 573 | 'size' => 80, |
| 574 | 574 | 'eval' => 'trim', |
| 575 | 575 | ), |
| 576 | 576 | ), |
| 577 | - 'type_xpath' => array( |
|
| 577 | + 'type_xpath' => array ( |
|
| 578 | 578 | 'exclude' => 1, |
| 579 | 579 | 'l10n_mode' => 'exclude', |
| 580 | 580 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.type_xpath', |
| 581 | - 'config' => array( |
|
| 581 | + 'config' => array ( |
|
| 582 | 582 | 'type' => 'input', |
| 583 | 583 | 'size' => 80, |
| 584 | 584 | 'eval' => 'trim', |
| 585 | 585 | ), |
| 586 | 586 | ), |
| 587 | - 'type_xpath_input' => array( |
|
| 587 | + 'type_xpath_input' => array ( |
|
| 588 | 588 | 'exclude' => 1, |
| 589 | 589 | 'l10n_mode' => 'exclude', |
| 590 | 590 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.type_xpath_input', |
| 591 | - 'config' => array( |
|
| 591 | + 'config' => array ( |
|
| 592 | 592 | 'type' => 'input', |
| 593 | 593 | 'size' => 80, |
| 594 | 594 | 'eval' => 'trim', |
| 595 | 595 | ), |
| 596 | 596 | ), |
| 597 | - 'date_xpath' => array( |
|
| 597 | + 'date_xpath' => array ( |
|
| 598 | 598 | 'exclude' => 1, |
| 599 | 599 | 'l10n_mode' => 'exclude', |
| 600 | 600 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.date_xpath', |
| 601 | - 'config' => array( |
|
| 601 | + 'config' => array ( |
|
| 602 | 602 | 'type' => 'input', |
| 603 | 603 | 'size' => 80, |
| 604 | 604 | 'eval' => 'trim', |
| 605 | 605 | ), |
| 606 | 606 | ), |
| 607 | - 'publishing_year_xpath' => array( |
|
| 607 | + 'publishing_year_xpath' => array ( |
|
| 608 | 608 | 'exclude' => 1, |
| 609 | 609 | 'l10n_mode' => 'exclude', |
| 610 | 610 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.publishing_year_xpath', |
| 611 | - 'config' => array( |
|
| 611 | + 'config' => array ( |
|
| 612 | 612 | 'type' => 'input', |
| 613 | 613 | 'size' => 80, |
| 614 | 614 | 'eval' => 'trim', |
| 615 | 615 | ), |
| 616 | 616 | ), |
| 617 | - 'urn_xpath' => array( |
|
| 617 | + 'urn_xpath' => array ( |
|
| 618 | 618 | 'exclude' => 1, |
| 619 | 619 | 'l10n_mode' => 'exclude', |
| 620 | 620 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.urn_xpath', |
| 621 | - 'config' => array( |
|
| 621 | + 'config' => array ( |
|
| 622 | 622 | 'type' => 'input', |
| 623 | 623 | 'size' => 80, |
| 624 | 624 | 'eval' => 'trim', |
| 625 | 625 | ), |
| 626 | 626 | ), |
| 627 | - 'primary_urn_xpath' => array( |
|
| 627 | + 'primary_urn_xpath' => array ( |
|
| 628 | 628 | 'exclude' => 1, |
| 629 | 629 | 'l10n_mode' => 'exclude', |
| 630 | 630 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.primary_urn_xpath', |
| 631 | - 'config' => array( |
|
| 631 | + 'config' => array ( |
|
| 632 | 632 | 'type' => 'input', |
| 633 | 633 | 'size' => 80, |
| 634 | 634 | 'eval' => 'trim', |
| 635 | 635 | ), |
| 636 | 636 | ), |
| 637 | - 'namespaces' => array( |
|
| 637 | + 'namespaces' => array ( |
|
| 638 | 638 | 'exclude' => 1, |
| 639 | 639 | 'l10n_mode' => 'exclude', |
| 640 | 640 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.namespaces', |
| 641 | - 'config' => array( |
|
| 641 | + 'config' => array ( |
|
| 642 | 642 | 'type' => 'input', |
| 643 | 643 | 'size' => 80, |
| 644 | 644 | 'eval' => 'trim', |
| 645 | 645 | ), |
| 646 | 646 | ), |
| 647 | - 'title_xpath' => array( |
|
| 647 | + 'title_xpath' => array ( |
|
| 648 | 648 | 'exclude' => 1, |
| 649 | 649 | 'l10n_mode' => 'exclude', |
| 650 | 650 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.title_xpath', |
| 651 | - 'config' => array( |
|
| 651 | + 'config' => array ( |
|
| 652 | 652 | 'type' => 'input', |
| 653 | 653 | 'size' => 30, |
| 654 | 654 | 'eval' => 'trim', |
| 655 | 655 | ), |
| 656 | 656 | ), |
| 657 | - 'process_number_xpath' => array( |
|
| 657 | + 'process_number_xpath' => array ( |
|
| 658 | 658 | 'exclude' => 1, |
| 659 | 659 | 'l10n_mode' => 'exclude', |
| 660 | 660 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.process_number_xpath', |
| 661 | - 'config' => array( |
|
| 661 | + 'config' => array ( |
|
| 662 | 662 | 'type' => 'input', |
| 663 | 663 | 'size' => 80, |
| 664 | 664 | 'eval' => 'trim', |
| 665 | 665 | ), |
| 666 | 666 | ), |
| 667 | - 'submitter_name_xpath' => array( |
|
| 667 | + 'submitter_name_xpath' => array ( |
|
| 668 | 668 | 'exclude' => 1, |
| 669 | 669 | 'l10n_mode' => 'exclude', |
| 670 | 670 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_name', |
| 671 | - 'config' => array( |
|
| 671 | + 'config' => array ( |
|
| 672 | 672 | 'type' => 'input', |
| 673 | 673 | 'size' => 80, |
| 674 | 674 | 'eval' => 'trim', |
| 675 | 675 | ), |
| 676 | 676 | ), |
| 677 | - 'submitter_email_xpath' => array( |
|
| 677 | + 'submitter_email_xpath' => array ( |
|
| 678 | 678 | 'exclude' => 1, |
| 679 | 679 | 'l10n_mode' => 'exclude', |
| 680 | 680 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_email', |
| 681 | - 'config' => array( |
|
| 681 | + 'config' => array ( |
|
| 682 | 682 | 'type' => 'input', |
| 683 | 683 | 'size' => 80, |
| 684 | 684 | 'eval' => 'trim', |
| 685 | 685 | ), |
| 686 | 686 | ), |
| 687 | - 'submitter_notice_xpath' => array( |
|
| 687 | + 'submitter_notice_xpath' => array ( |
|
| 688 | 688 | 'exclude' => 1, |
| 689 | 689 | 'l10n_mode' => 'exclude', |
| 690 | 690 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_notice', |
| 691 | - 'config' => array( |
|
| 691 | + 'config' => array ( |
|
| 692 | 692 | 'type' => 'input', |
| 693 | 693 | 'size' => 80, |
| 694 | 694 | 'eval' => 'trim', |
| 695 | 695 | ), |
| 696 | 696 | ), |
| 697 | - 'original_source_title_xpath' => array( |
|
| 697 | + 'original_source_title_xpath' => array ( |
|
| 698 | 698 | 'exclude' => 1, |
| 699 | 699 | 'l10n_mode' => 'exclude', |
| 700 | 700 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.original_source_title_xpath', |
| 701 | - 'config' => array( |
|
| 701 | + 'config' => array ( |
|
| 702 | 702 | 'type' => 'input', |
| 703 | 703 | 'size' => 80, |
| 704 | 704 | 'eval' => 'trim', |
| 705 | 705 | ), |
| 706 | 706 | ), |
| 707 | - 'creator_xpath' => array( |
|
| 707 | + 'creator_xpath' => array ( |
|
| 708 | 708 | 'exclude' => 1, |
| 709 | 709 | 'l10n_mode' => 'exclude', |
| 710 | 710 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.creator_xpath', |
| 711 | - 'config' => array( |
|
| 711 | + 'config' => array ( |
|
| 712 | 712 | 'type' => 'input', |
| 713 | 713 | 'size' => 80, |
| 714 | 714 | 'eval' => 'trim', |
| 715 | 715 | ), |
| 716 | 716 | ), |
| 717 | - 'creation_date_xpath' => array( |
|
| 717 | + 'creation_date_xpath' => array ( |
|
| 718 | 718 | 'exclude' => 1, |
| 719 | 719 | 'l10n_mode' => 'exclude', |
| 720 | 720 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.creation_date_xpath', |
| 721 | - 'config' => array( |
|
| 721 | + 'config' => array ( |
|
| 722 | 722 | 'type' => 'input', |
| 723 | 723 | 'size' => 80, |
| 724 | 724 | 'eval' => 'trim', |
| 725 | 725 | ), |
| 726 | 726 | ), |
| 727 | 727 | |
| 728 | - 'repository_creation_date_xpath' => array( |
|
| 728 | + 'repository_creation_date_xpath' => array ( |
|
| 729 | 729 | 'exclude' => 1, |
| 730 | 730 | 'l10n_mode' => 'exclude', |
| 731 | 731 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.repository_creation_date_xpath', |
| 732 | - 'config' => array( |
|
| 732 | + 'config' => array ( |
|
| 733 | 733 | 'type' => 'input', |
| 734 | 734 | 'size' => 80, |
| 735 | 735 | 'eval' => 'trim', |
| 736 | 736 | ), |
| 737 | 737 | ), |
| 738 | - 'repository_last_mod_date_xpath' => array( |
|
| 738 | + 'repository_last_mod_date_xpath' => array ( |
|
| 739 | 739 | 'exclude' => 1, |
| 740 | 740 | 'l10n_mode' => 'exclude', |
| 741 | 741 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.repository_last_mod_date_xpath', |
| 742 | - 'config' => array( |
|
| 742 | + 'config' => array ( |
|
| 743 | 743 | 'type' => 'input', |
| 744 | 744 | 'size' => 80, |
| 745 | 745 | 'eval' => 'trim', |
| 746 | 746 | ), |
| 747 | 747 | ), |
| 748 | - 'deposit_license_xpath' => array( |
|
| 748 | + 'deposit_license_xpath' => array ( |
|
| 749 | 749 | 'exclude' => 1, |
| 750 | 750 | 'l10n_mode' => 'exclude', |
| 751 | 751 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.deposit_license_xpath', |
| 752 | - 'config' => array( |
|
| 752 | + 'config' => array ( |
|
| 753 | 753 | 'type' => 'input', |
| 754 | 754 | 'size' => 80, |
| 755 | 755 | 'eval' => 'trim', |
| 756 | 756 | ), |
| 757 | 757 | ), |
| 758 | - 'all_notes_xpath' => array( |
|
| 758 | + 'all_notes_xpath' => array ( |
|
| 759 | 759 | 'exclude' => 1, |
| 760 | 760 | 'l10n_mode' => 'exclude', |
| 761 | 761 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.all_notes_xpath', |
| 762 | - 'config' => array( |
|
| 762 | + 'config' => array ( |
|
| 763 | 763 | 'type' => 'input', |
| 764 | 764 | 'size' => 80, |
| 765 | 765 | 'eval' => 'trim', |
| 766 | 766 | ), |
| 767 | 767 | ), |
| 768 | - 'private_notes_xpath' => array( |
|
| 768 | + 'private_notes_xpath' => array ( |
|
| 769 | 769 | 'exclude' => 1, |
| 770 | 770 | 'l10n_mode' => 'exclude', |
| 771 | 771 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.private_notes_xpath', |
| 772 | - 'config' => array( |
|
| 772 | + 'config' => array ( |
|
| 773 | 773 | 'type' => 'input', |
| 774 | 774 | 'size' => 80, |
| 775 | 775 | 'eval' => 'trim', |
| 776 | 776 | ), |
| 777 | 777 | ), |
| 778 | - 'person_xpath' => array( |
|
| 778 | + 'person_xpath' => array ( |
|
| 779 | 779 | 'exclude' => 1, |
| 780 | 780 | 'l10n_mode' => 'exclude', |
| 781 | 781 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_xpath', |
| 782 | - 'config' => array( |
|
| 782 | + 'config' => array ( |
|
| 783 | 783 | 'type' => 'input', |
| 784 | 784 | 'size' => 80, |
| 785 | 785 | 'eval' => 'trim', |
| 786 | 786 | ), |
| 787 | 787 | ), |
| 788 | - 'person_family_xpath' => array( |
|
| 788 | + 'person_family_xpath' => array ( |
|
| 789 | 789 | 'exclude' => 1, |
| 790 | 790 | 'l10n_mode' => 'exclude', |
| 791 | 791 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_family_xpath', |
| 792 | - 'config' => array( |
|
| 792 | + 'config' => array ( |
|
| 793 | 793 | 'type' => 'input', |
| 794 | 794 | 'size' => 80, |
| 795 | 795 | 'eval' => 'trim', |
| 796 | 796 | ), |
| 797 | 797 | ), |
| 798 | - 'person_given_xpath' => array( |
|
| 798 | + 'person_given_xpath' => array ( |
|
| 799 | 799 | 'exclude' => 1, |
| 800 | 800 | 'l10n_mode' => 'exclude', |
| 801 | 801 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_given_xpath', |
| 802 | - 'config' => array( |
|
| 802 | + 'config' => array ( |
|
| 803 | 803 | 'type' => 'input', |
| 804 | 804 | 'size' => 80, |
| 805 | 805 | 'eval' => 'trim', |
| 806 | 806 | ), |
| 807 | 807 | ), |
| 808 | - 'person_role_xpath' => array( |
|
| 808 | + 'person_role_xpath' => array ( |
|
| 809 | 809 | 'exclude' => 1, |
| 810 | 810 | 'l10n_mode' => 'exclude', |
| 811 | 811 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_role_xpath', |
| 812 | - 'config' => array( |
|
| 812 | + 'config' => array ( |
|
| 813 | 813 | 'type' => 'input', |
| 814 | 814 | 'size' => 80, |
| 815 | 815 | 'eval' => 'trim', |
| 816 | 816 | ), |
| 817 | 817 | ), |
| 818 | - 'person_fis_identifier_xpath' => array( |
|
| 818 | + 'person_fis_identifier_xpath' => array ( |
|
| 819 | 819 | 'exclude' => 1, |
| 820 | 820 | 'l10n_mode' => 'exclude', |
| 821 | 821 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_fis_identifier_xpath', |
| 822 | - 'config' => array( |
|
| 822 | + 'config' => array ( |
|
| 823 | 823 | 'type' => 'input', |
| 824 | 824 | 'size' => 80, |
| 825 | 825 | 'eval' => 'trim', |
| 826 | 826 | ), |
| 827 | 827 | ), |
| 828 | - 'person_affiliation_xpath' => array( |
|
| 828 | + 'person_affiliation_xpath' => array ( |
|
| 829 | 829 | 'exclude' => 1, |
| 830 | 830 | 'l10n_mode' => 'exclude', |
| 831 | 831 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_affiliation_xpath', |
| 832 | - 'config' => array( |
|
| 832 | + 'config' => array ( |
|
| 833 | 833 | 'type' => 'input', |
| 834 | 834 | 'size' => 80, |
| 835 | 835 | 'eval' => 'trim', |
| 836 | 836 | ), |
| 837 | 837 | ), |
| 838 | - 'person_affiliation_identifier_xpath' => array( |
|
| 838 | + 'person_affiliation_identifier_xpath' => array ( |
|
| 839 | 839 | 'exclude' => 1, |
| 840 | 840 | 'l10n_mode' => 'exclude', |
| 841 | 841 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_affiliation_identifier_xpath', |
| 842 | - 'config' => array( |
|
| 842 | + 'config' => array ( |
|
| 843 | 843 | 'type' => 'input', |
| 844 | 844 | 'size' => 80, |
| 845 | 845 | 'eval' => 'trim', |
| 846 | 846 | ), |
| 847 | 847 | ), |
| 848 | - 'person_author_role' => array( |
|
| 848 | + 'person_author_role' => array ( |
|
| 849 | 849 | 'exclude' => 1, |
| 850 | 850 | 'l10n_mode' => 'exclude', |
| 851 | 851 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_author_role', |
| 852 | - 'config' => array( |
|
| 852 | + 'config' => array ( |
|
| 853 | 853 | 'type' => 'input', |
| 854 | 854 | 'size' => 30, |
| 855 | 855 | 'eval' => 'trim', |
| 856 | 856 | ), |
| 857 | 857 | ), |
| 858 | - 'person_publisher_role' => array( |
|
| 858 | + 'person_publisher_role' => array ( |
|
| 859 | 859 | 'exclude' => 1, |
| 860 | 860 | 'l10n_mode' => 'exclude', |
| 861 | 861 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_publisher_role', |
| 862 | - 'config' => array( |
|
| 862 | + 'config' => array ( |
|
| 863 | 863 | 'type' => 'input', |
| 864 | 864 | 'size' => 30, |
| 865 | 865 | 'eval' => 'trim', |
| 866 | 866 | ), |
| 867 | 867 | ), |
| 868 | - 'validation_xpath' => array( |
|
| 868 | + 'validation_xpath' => array ( |
|
| 869 | 869 | 'exclude' => 1, |
| 870 | 870 | 'l10n_mode' => 'exclude', |
| 871 | 871 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.validation_xpath', |
| 872 | - 'config' => array( |
|
| 872 | + 'config' => array ( |
|
| 873 | 873 | 'type' => 'input', |
| 874 | 874 | 'size' => 80, |
| 875 | 875 | 'eval' => 'trim', |
| 876 | 876 | ), |
| 877 | 877 | ), |
| 878 | - 'fis_id_xpath' => array( |
|
| 878 | + 'fis_id_xpath' => array ( |
|
| 879 | 879 | 'exclude' => 1, |
| 880 | 880 | 'l10n_mode' => 'exclude', |
| 881 | 881 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fis_id_xpath', |
| 882 | - 'config' => array( |
|
| 882 | + 'config' => array ( |
|
| 883 | 883 | 'type' => 'input', |
| 884 | 884 | 'size' => 80, |
| 885 | 885 | 'eval' => 'trim', |
| 886 | 886 | ), |
| 887 | 887 | ), |
| 888 | - 'source_details_xpaths' => array( |
|
| 888 | + 'source_details_xpaths' => array ( |
|
| 889 | 889 | 'exclude' => 1, |
| 890 | 890 | 'l10n_mode' => 'exclude', |
| 891 | 891 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.source_details_xpaths', |
| 892 | - 'config' => array( |
|
| 892 | + 'config' => array ( |
|
| 893 | 893 | 'type' => 'input', |
| 894 | 894 | 'size' => 80, |
| 895 | 895 | 'eval' => 'trim', |
| 896 | 896 | ), |
| 897 | 897 | ), |
| 898 | - 'mypublications_update_notification_subject' => array( |
|
| 898 | + 'mypublications_update_notification_subject' => array ( |
|
| 899 | 899 | 'exclude' => 1, |
| 900 | 900 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_update_notification_subject', |
| 901 | - 'config' => array( |
|
| 901 | + 'config' => array ( |
|
| 902 | 902 | 'type' => 'input', |
| 903 | 903 | 'size' => 50, |
| 904 | 904 | 'eval' => 'trim', |
| 905 | 905 | ), |
| 906 | 906 | ), |
| 907 | - 'admin_deposit_license_notification_subject' => array( |
|
| 907 | + 'admin_deposit_license_notification_subject' => array ( |
|
| 908 | 908 | 'exclude' => 1, |
| 909 | 909 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_deposit_license_notification_subject', |
| 910 | - 'config' => array( |
|
| 910 | + 'config' => array ( |
|
| 911 | 911 | 'type' => 'input', |
| 912 | 912 | 'size' => 50, |
| 913 | 913 | 'eval' => 'trim', |
| 914 | 914 | ), |
| 915 | 915 | ), |
| 916 | - 'mypublications_update_notification_body' => array( |
|
| 916 | + 'mypublications_update_notification_body' => array ( |
|
| 917 | 917 | 'exclude' => 1, |
| 918 | 918 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_update_notification_body', |
| 919 | - 'config' => array( |
|
| 919 | + 'config' => array ( |
|
| 920 | 920 | 'type' => 'text', |
| 921 | 921 | 'cols' => 40, |
| 922 | 922 | 'rows' => 15, |
@@ -924,10 +924,10 @@ discard block |
||
| 924 | 924 | 'enableRichtext' => true, |
| 925 | 925 | ), |
| 926 | 926 | ), |
| 927 | - 'admin_deposit_license_notification_body' => array( |
|
| 927 | + 'admin_deposit_license_notification_body' => array ( |
|
| 928 | 928 | 'exclude' => 1, |
| 929 | 929 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_deposit_license_notification_body', |
| 930 | - 'config' => array( |
|
| 930 | + 'config' => array ( |
|
| 931 | 931 | 'type' => 'text', |
| 932 | 932 | 'cols' => 40, |
| 933 | 933 | 'rows' => 15, |
@@ -935,19 +935,19 @@ discard block |
||
| 935 | 935 | 'enableRichtext' => true, |
| 936 | 936 | ), |
| 937 | 937 | ), |
| 938 | - 'mypublications_new_notification_subject' => array( |
|
| 938 | + 'mypublications_new_notification_subject' => array ( |
|
| 939 | 939 | 'exclude' => 1, |
| 940 | 940 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_new_notification_subject', |
| 941 | - 'config' => array( |
|
| 941 | + 'config' => array ( |
|
| 942 | 942 | 'type' => 'input', |
| 943 | 943 | 'size' => 50, |
| 944 | 944 | 'eval' => 'trim', |
| 945 | 945 | ), |
| 946 | 946 | ), |
| 947 | - 'mypublications_new_notification_body' => array( |
|
| 947 | + 'mypublications_new_notification_body' => array ( |
|
| 948 | 948 | 'exclude' => 1, |
| 949 | 949 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_new_notification_body', |
| 950 | - 'config' => array( |
|
| 950 | + 'config' => array ( |
|
| 951 | 951 | 'type' => 'text', |
| 952 | 952 | 'cols' => 40, |
| 953 | 953 | 'rows' => 15, |
@@ -960,8 +960,8 @@ discard block |
||
| 960 | 960 | 'l10n_mode' => 'exclude', |
| 961 | 961 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.output_transformation', |
| 962 | 962 | 'config' => [ |
| 963 | - 'items' => array( |
|
| 964 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 963 | + 'items' => array ( |
|
| 964 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 965 | 965 | ), |
| 966 | 966 | 'type' => 'select', |
| 967 | 967 | 'renderType' => 'selectSingle', |
@@ -976,8 +976,8 @@ discard block |
||
| 976 | 976 | 'l10n_mode' => 'exclude', |
| 977 | 977 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.input_transformation', |
| 978 | 978 | 'config' => [ |
| 979 | - 'items' => array( |
|
| 980 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 979 | + 'items' => array ( |
|
| 980 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 981 | 981 | ), |
| 982 | 982 | 'type' => 'select', |
| 983 | 983 | 'renderType' => 'selectSingle', |
@@ -992,8 +992,8 @@ discard block |
||
| 992 | 992 | 'l10n_mode' => 'exclude', |
| 993 | 993 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.elastic_search_transformation', |
| 994 | 994 | 'config' => [ |
| 995 | - 'items' => array( |
|
| 996 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 995 | + 'items' => array ( |
|
| 996 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 997 | 997 | ), |
| 998 | 998 | 'type' => 'select', |
| 999 | 999 | 'renderType' => 'selectSingle', |
@@ -1003,13 +1003,13 @@ discard block |
||
| 1003 | 1003 | 'default' => 0, |
| 1004 | 1004 | ], |
| 1005 | 1005 | ], |
| 1006 | - 'crossref_transformation' => array( |
|
| 1006 | + 'crossref_transformation' => array ( |
|
| 1007 | 1007 | 'exclude' => 1, |
| 1008 | 1008 | 'l10n_mode' => 'exclude', |
| 1009 | 1009 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.crossref_transformation', |
| 1010 | - 'config' => array( |
|
| 1011 | - 'items' => array( |
|
| 1012 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 1010 | + 'config' => array ( |
|
| 1011 | + 'items' => array ( |
|
| 1012 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 1013 | 1013 | ), |
| 1014 | 1014 | 'type' => 'select', |
| 1015 | 1015 | 'renderType' => 'selectSingle', |
@@ -1019,13 +1019,13 @@ discard block |
||
| 1019 | 1019 | 'default' => 0, |
| 1020 | 1020 | ), |
| 1021 | 1021 | ), |
| 1022 | - 'datacite_transformation' => array( |
|
| 1022 | + 'datacite_transformation' => array ( |
|
| 1023 | 1023 | 'exclude' => 1, |
| 1024 | 1024 | 'l10n_mode' => 'exclude', |
| 1025 | 1025 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.datacite_transformation', |
| 1026 | - 'config' => array( |
|
| 1027 | - 'items' => array( |
|
| 1028 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 1026 | + 'config' => array ( |
|
| 1027 | + 'items' => array ( |
|
| 1028 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 1029 | 1029 | ), |
| 1030 | 1030 | 'type' => 'select', |
| 1031 | 1031 | 'renderType' => 'selectSingle', |
@@ -1035,13 +1035,13 @@ discard block |
||
| 1035 | 1035 | 'default' => 0, |
| 1036 | 1036 | ), |
| 1037 | 1037 | ), |
| 1038 | - 'k10plus_transformation' => array( |
|
| 1038 | + 'k10plus_transformation' => array ( |
|
| 1039 | 1039 | 'exclude' => 1, |
| 1040 | 1040 | 'l10n_mode' => 'exclude', |
| 1041 | 1041 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.k10plus_transformation', |
| 1042 | - 'config' => array( |
|
| 1043 | - 'items' => array( |
|
| 1044 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 1042 | + 'config' => array ( |
|
| 1043 | + 'items' => array ( |
|
| 1044 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 1045 | 1045 | ), |
| 1046 | 1046 | 'type' => 'select', |
| 1047 | 1047 | 'renderType' => 'selectSingle', |
@@ -1051,13 +1051,13 @@ discard block |
||
| 1051 | 1051 | 'default' => 0, |
| 1052 | 1052 | ), |
| 1053 | 1053 | ), |
| 1054 | - 'pubmed_transformation' => array( |
|
| 1054 | + 'pubmed_transformation' => array ( |
|
| 1055 | 1055 | 'exclude' => 1, |
| 1056 | 1056 | 'l10n_mode' => 'exclude', |
| 1057 | 1057 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.pubmed_transformation', |
| 1058 | - 'config' => array( |
|
| 1059 | - 'items' => array( |
|
| 1060 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 1058 | + 'config' => array ( |
|
| 1059 | + 'items' => array ( |
|
| 1060 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 1061 | 1061 | ), |
| 1062 | 1062 | 'type' => 'select', |
| 1063 | 1063 | 'renderType' => 'selectSingle', |
@@ -1067,13 +1067,13 @@ discard block |
||
| 1067 | 1067 | 'default' => 0, |
| 1068 | 1068 | ), |
| 1069 | 1069 | ), |
| 1070 | - 'bibtex_transformation' => array( |
|
| 1070 | + 'bibtex_transformation' => array ( |
|
| 1071 | 1071 | 'exclude' => 1, |
| 1072 | 1072 | 'l10n_mode' => 'exclude', |
| 1073 | 1073 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.bibtex_transformation', |
| 1074 | - 'config' => array( |
|
| 1075 | - 'items' => array( |
|
| 1076 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 1074 | + 'config' => array ( |
|
| 1075 | + 'items' => array ( |
|
| 1076 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 1077 | 1077 | ), |
| 1078 | 1078 | 'type' => 'select', |
| 1079 | 1079 | 'renderType' => 'selectSingle', |
@@ -1083,13 +1083,13 @@ discard block |
||
| 1083 | 1083 | 'default' => 0, |
| 1084 | 1084 | ), |
| 1085 | 1085 | ), |
| 1086 | - 'riswos_transformation' => array( |
|
| 1086 | + 'riswos_transformation' => array ( |
|
| 1087 | 1087 | 'exclude' => 1, |
| 1088 | 1088 | 'l10n_mode' => 'exclude', |
| 1089 | 1089 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.riswos_transformation', |
| 1090 | - 'config' => array( |
|
| 1091 | - 'items' => array( |
|
| 1092 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0) |
|
| 1090 | + 'config' => array ( |
|
| 1091 | + 'items' => array ( |
|
| 1092 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0) |
|
| 1093 | 1093 | ), |
| 1094 | 1094 | 'type' => 'select', |
| 1095 | 1095 | 'renderType' => 'selectSingle', |
@@ -1099,95 +1099,95 @@ discard block |
||
| 1099 | 1099 | 'default' => 0, |
| 1100 | 1100 | ), |
| 1101 | 1101 | ), |
| 1102 | - 'send_admin_deposit_license_notification' => array( |
|
| 1102 | + 'send_admin_deposit_license_notification' => array ( |
|
| 1103 | 1103 | 'exclude' => 1, |
| 1104 | 1104 | 'l10n_mode' => 'exclude', |
| 1105 | 1105 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.send_admin_deposit_license_notification', |
| 1106 | - 'config' => array( |
|
| 1106 | + 'config' => array ( |
|
| 1107 | 1107 | 'type' => 'check', |
| 1108 | 1108 | 'default' => 0, |
| 1109 | 1109 | ), |
| 1110 | 1110 | ), |
| 1111 | - 'active_messaging_suggestion_accept_url' => array( |
|
| 1111 | + 'active_messaging_suggestion_accept_url' => array ( |
|
| 1112 | 1112 | 'exclude' => 1, |
| 1113 | 1113 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_accept_url', |
| 1114 | - 'config' => array( |
|
| 1114 | + 'config' => array ( |
|
| 1115 | 1115 | 'type' => 'input', |
| 1116 | 1116 | 'size' => 50, |
| 1117 | 1117 | 'eval' => 'trim', |
| 1118 | 1118 | ), |
| 1119 | 1119 | ), |
| 1120 | - 'active_messaging_suggestion_decline_url' => array( |
|
| 1120 | + 'active_messaging_suggestion_decline_url' => array ( |
|
| 1121 | 1121 | 'exclude' => 1, |
| 1122 | 1122 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_decline_url', |
| 1123 | - 'config' => array( |
|
| 1123 | + 'config' => array ( |
|
| 1124 | 1124 | 'type' => 'input', |
| 1125 | 1125 | 'size' => 50, |
| 1126 | 1126 | 'eval' => 'trim', |
| 1127 | 1127 | ), |
| 1128 | 1128 | ), |
| 1129 | - 'active_messaging_new_document_url' => array( |
|
| 1129 | + 'active_messaging_new_document_url' => array ( |
|
| 1130 | 1130 | 'exclude' => 1, |
| 1131 | 1131 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_new_document_url', |
| 1132 | - 'config' => array( |
|
| 1132 | + 'config' => array ( |
|
| 1133 | 1133 | 'type' => 'input', |
| 1134 | 1134 | 'size' => 50, |
| 1135 | 1135 | 'eval' => 'trim', |
| 1136 | 1136 | ), |
| 1137 | 1137 | ), |
| 1138 | - 'active_messaging_changed_document_url' => array( |
|
| 1138 | + 'active_messaging_changed_document_url' => array ( |
|
| 1139 | 1139 | 'exclude' => 1, |
| 1140 | 1140 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_changed_document_url', |
| 1141 | - 'config' => array( |
|
| 1141 | + 'config' => array ( |
|
| 1142 | 1142 | 'type' => 'input', |
| 1143 | 1143 | 'size' => 50, |
| 1144 | 1144 | 'eval' => 'trim', |
| 1145 | 1145 | ), |
| 1146 | 1146 | ), |
| 1147 | - 'active_messaging_suggestion_accept_url_body' => array( |
|
| 1147 | + 'active_messaging_suggestion_accept_url_body' => array ( |
|
| 1148 | 1148 | 'exclude' => 1, |
| 1149 | 1149 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_accept_url_body', |
| 1150 | - 'config' => array( |
|
| 1150 | + 'config' => array ( |
|
| 1151 | 1151 | 'type' => 'text', |
| 1152 | 1152 | 'cols' => 40, |
| 1153 | 1153 | 'rows' => 15, |
| 1154 | 1154 | 'eval' => 'trim', |
| 1155 | 1155 | ), |
| 1156 | 1156 | ), |
| 1157 | - 'active_messaging_suggestion_decline_url_body' => array( |
|
| 1157 | + 'active_messaging_suggestion_decline_url_body' => array ( |
|
| 1158 | 1158 | 'exclude' => 1, |
| 1159 | 1159 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_decline_url_body', |
| 1160 | - 'config' => array( |
|
| 1160 | + 'config' => array ( |
|
| 1161 | 1161 | 'type' => 'text', |
| 1162 | 1162 | 'cols' => 40, |
| 1163 | 1163 | 'rows' => 15, |
| 1164 | 1164 | 'eval' => 'trim', |
| 1165 | 1165 | ), |
| 1166 | 1166 | ), |
| 1167 | - 'active_messaging_new_document_url_body' => array( |
|
| 1167 | + 'active_messaging_new_document_url_body' => array ( |
|
| 1168 | 1168 | 'exclude' => 1, |
| 1169 | 1169 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_new_document_url_body', |
| 1170 | - 'config' => array( |
|
| 1170 | + 'config' => array ( |
|
| 1171 | 1171 | 'type' => 'text', |
| 1172 | 1172 | 'cols' => 40, |
| 1173 | 1173 | 'rows' => 15, |
| 1174 | 1174 | 'eval' => 'trim', |
| 1175 | 1175 | ), |
| 1176 | 1176 | ), |
| 1177 | - 'active_messaging_changed_document_url_body' => array( |
|
| 1177 | + 'active_messaging_changed_document_url_body' => array ( |
|
| 1178 | 1178 | 'exclude' => 1, |
| 1179 | 1179 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_changed_document_url_body', |
| 1180 | - 'config' => array( |
|
| 1180 | + 'config' => array ( |
|
| 1181 | 1181 | 'type' => 'text', |
| 1182 | 1182 | 'cols' => 40, |
| 1183 | 1183 | 'rows' => 15, |
| 1184 | 1184 | 'eval' => 'trim', |
| 1185 | 1185 | ), |
| 1186 | 1186 | ), |
| 1187 | - 'fis_mapping' => array( |
|
| 1187 | + 'fis_mapping' => array ( |
|
| 1188 | 1188 | 'exclude' => 1, |
| 1189 | 1189 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fis_mapping', |
| 1190 | - 'config' => array( |
|
| 1190 | + 'config' => array ( |
|
| 1191 | 1191 | 'type' => 'text', |
| 1192 | 1192 | 'cols' => 40, |
| 1193 | 1193 | '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_storedsearch', |
| 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,76 +36,76 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'title', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'name, query', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => ',--palette--;;1, |
|
| 42 | + 'types' => array ( |
|
| 43 | + '1' => array ('showitem' => ',--palette--;;1, |
|
| 44 | 44 | name, query, |
| 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 | - 'sys_language_uid' => array( |
|
| 52 | + 'sys_language_uid' => array ( |
|
| 53 | 53 | 'exclude' => 1, |
| 54 | 54 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 55 | - 'config' => array( |
|
| 55 | + 'config' => array ( |
|
| 56 | 56 | 'type' => 'select', |
| 57 | 57 | 'renderType' => 'selectSingle', |
| 58 | 58 | 'foreign_table' => 'sys_language', |
| 59 | 59 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 60 | - 'items' => array( |
|
| 61 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 62 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 60 | + 'items' => array ( |
|
| 61 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 62 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 63 | 63 | ), |
| 64 | 64 | 'default' => 0, |
| 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_storedsearch', |
| 78 | 78 | 'foreign_table_where' => 'AND tx_dpf_domain_model_storedsearch.pid=###CURRENT_PID### AND tx_dpf_domain_model_storedsearch.sys_language_uid IN (-1,0)', |
| 79 | 79 | 'default' => 0, |
| 80 | 80 | ), |
| 81 | 81 | ), |
| 82 | - 'l10n_diffsource' => array( |
|
| 83 | - 'config' => array( |
|
| 82 | + 'l10n_diffsource' => array ( |
|
| 83 | + 'config' => array ( |
|
| 84 | 84 | 'type' => 'passthrough', |
| 85 | 85 | ), |
| 86 | 86 | ), |
| 87 | 87 | |
| 88 | - 't3ver_label' => array( |
|
| 88 | + 't3ver_label' => array ( |
|
| 89 | 89 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 90 | - 'config' => array( |
|
| 90 | + 'config' => array ( |
|
| 91 | 91 | 'type' => 'input', |
| 92 | 92 | 'size' => 30, |
| 93 | 93 | 'max' => 255, |
| 94 | 94 | ), |
| 95 | 95 | ), |
| 96 | 96 | |
| 97 | - 'hidden' => array( |
|
| 97 | + 'hidden' => array ( |
|
| 98 | 98 | 'exclude' => 1, |
| 99 | 99 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 100 | - 'config' => array( |
|
| 100 | + 'config' => array ( |
|
| 101 | 101 | 'type' => 'check', |
| 102 | 102 | ), |
| 103 | 103 | ), |
| 104 | - 'starttime' => array( |
|
| 104 | + 'starttime' => array ( |
|
| 105 | 105 | 'exclude' => 1, |
| 106 | 106 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 107 | - 'config' => array( |
|
| 108 | - 'behaviour' => array( |
|
| 107 | + 'config' => array ( |
|
| 108 | + 'behaviour' => array ( |
|
| 109 | 109 | 'allowLanguageSynchronization' => true |
| 110 | 110 | ), |
| 111 | 111 | 'type' => 'input', |
@@ -114,16 +114,16 @@ discard block |
||
| 114 | 114 | 'eval' => 'datetime', |
| 115 | 115 | 'checkbox' => 0, |
| 116 | 116 | 'default' => 0, |
| 117 | - 'range' => array( |
|
| 117 | + 'range' => array ( |
|
| 118 | 118 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 119 | 119 | ), |
| 120 | 120 | ), |
| 121 | 121 | ), |
| 122 | - 'endtime' => array( |
|
| 122 | + 'endtime' => array ( |
|
| 123 | 123 | 'exclude' => 1, |
| 124 | 124 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 125 | - 'config' => array( |
|
| 126 | - 'behaviour' => array( |
|
| 125 | + 'config' => array ( |
|
| 126 | + 'behaviour' => array ( |
|
| 127 | 127 | 'allowLanguageSynchronization' => true |
| 128 | 128 | ), |
| 129 | 129 | 'type' => 'input', |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | 'eval' => 'datetime', |
| 133 | 133 | 'checkbox' => 0, |
| 134 | 134 | 'default' => 0, |
| 135 | - 'range' => array( |
|
| 135 | + 'range' => array ( |
|
| 136 | 136 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 137 | 137 | ), |
| 138 | 138 | ), |
@@ -144,20 +144,20 @@ discard block |
||
| 144 | 144 | ], |
| 145 | 145 | ], |
| 146 | 146 | |
| 147 | - 'name' => array( |
|
| 147 | + 'name' => array ( |
|
| 148 | 148 | 'exclude' => 1, |
| 149 | 149 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_storedsearch.name', |
| 150 | - 'config' => array( |
|
| 150 | + 'config' => array ( |
|
| 151 | 151 | 'type' => 'input', |
| 152 | 152 | 'size' => 30, |
| 153 | 153 | 'eval' => 'trim', |
| 154 | 154 | ), |
| 155 | 155 | ), |
| 156 | 156 | |
| 157 | - 'query' => array( |
|
| 157 | + 'query' => array ( |
|
| 158 | 158 | 'exclude' => 1, |
| 159 | 159 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_storedsearch.query', |
| 160 | - 'config' => array( |
|
| 160 | + 'config' => array ( |
|
| 161 | 161 | 'type' => 'text', |
| 162 | 162 | 'cols' => 40, |
| 163 | 163 | '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_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,74 +36,74 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'title, label, link, file', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.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 | 'default' => 0, |
| 63 | 63 | ), |
| 64 | 64 | ), |
| 65 | - 'l10n_parent' => array( |
|
| 65 | + 'l10n_parent' => array ( |
|
| 66 | 66 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 67 | 67 | 'exclude' => 1, |
| 68 | 68 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 69 | - 'config' => array( |
|
| 69 | + 'config' => array ( |
|
| 70 | 70 | 'type' => 'select', |
| 71 | 71 | 'renderType' => 'selectSingle', |
| 72 | - 'items' => array( |
|
| 73 | - array('', 0), |
|
| 72 | + 'items' => array ( |
|
| 73 | + array ('', 0), |
|
| 74 | 74 | ), |
| 75 | 75 | 'foreign_table' => 'tx_dpf_domain_model_transformationfile', |
| 76 | 76 | 'foreign_table_where' => 'AND tx_dpf_domain_model_transformationfile.pid=###CURRENT_PID### AND tx_dpf_domain_model_transformationfile.sys_language_uid IN (-1,0)', |
| 77 | 77 | 'default' => 0, |
| 78 | 78 | ), |
| 79 | 79 | ), |
| 80 | - 'l10n_diffsource' => array( |
|
| 81 | - 'config' => array( |
|
| 80 | + 'l10n_diffsource' => array ( |
|
| 81 | + 'config' => array ( |
|
| 82 | 82 | 'type' => 'passthrough', |
| 83 | 83 | ), |
| 84 | 84 | ), |
| 85 | 85 | |
| 86 | - 't3ver_label' => array( |
|
| 86 | + 't3ver_label' => array ( |
|
| 87 | 87 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 88 | - 'config' => array( |
|
| 88 | + 'config' => array ( |
|
| 89 | 89 | 'type' => 'input', |
| 90 | 90 | 'size' => 30, |
| 91 | 91 | 'max' => 255, |
| 92 | 92 | ), |
| 93 | 93 | ), |
| 94 | 94 | |
| 95 | - 'hidden' => array( |
|
| 95 | + 'hidden' => array ( |
|
| 96 | 96 | 'exclude' => 1, |
| 97 | 97 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 98 | - 'config' => array( |
|
| 98 | + 'config' => array ( |
|
| 99 | 99 | 'type' => 'check', |
| 100 | 100 | ), |
| 101 | 101 | ), |
| 102 | - 'starttime' => array( |
|
| 102 | + 'starttime' => array ( |
|
| 103 | 103 | 'exclude' => 1, |
| 104 | 104 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 105 | - 'config' => array( |
|
| 106 | - 'behaviour' => array( |
|
| 105 | + 'config' => array ( |
|
| 106 | + 'behaviour' => array ( |
|
| 107 | 107 | 'allowLanguageSynchronization' => true |
| 108 | 108 | ), |
| 109 | 109 | 'type' => 'input', |
@@ -112,16 +112,16 @@ discard block |
||
| 112 | 112 | 'eval' => 'datetime', |
| 113 | 113 | 'checkbox' => 0, |
| 114 | 114 | 'default' => 0, |
| 115 | - 'range' => array( |
|
| 115 | + 'range' => array ( |
|
| 116 | 116 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 117 | 117 | ), |
| 118 | 118 | ), |
| 119 | 119 | ), |
| 120 | - 'endtime' => array( |
|
| 120 | + 'endtime' => array ( |
|
| 121 | 121 | 'exclude' => 1, |
| 122 | 122 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 123 | - 'config' => array( |
|
| 124 | - 'behaviour' => array( |
|
| 123 | + 'config' => array ( |
|
| 124 | + 'behaviour' => array ( |
|
| 125 | 125 | 'allowLanguageSynchronization' => true |
| 126 | 126 | ), |
| 127 | 127 | 'type' => 'input', |
@@ -130,32 +130,32 @@ discard block |
||
| 130 | 130 | 'eval' => 'datetime', |
| 131 | 131 | 'checkbox' => 0, |
| 132 | 132 | 'default' => 0, |
| 133 | - 'range' => array( |
|
| 133 | + 'range' => array ( |
|
| 134 | 134 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 135 | 135 | ), |
| 136 | 136 | ), |
| 137 | 137 | ), |
| 138 | 138 | |
| 139 | - 'title' => array( |
|
| 139 | + 'title' => array ( |
|
| 140 | 140 | 'exclude' => 1, |
| 141 | 141 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile.title', |
| 142 | - 'config' => array( |
|
| 142 | + 'config' => array ( |
|
| 143 | 143 | 'type' => 'input', |
| 144 | 144 | 'size' => 30, |
| 145 | 145 | 'eval' => 'trim', |
| 146 | 146 | ), |
| 147 | 147 | ), |
| 148 | 148 | |
| 149 | - 'label' => array( |
|
| 149 | + 'label' => array ( |
|
| 150 | 150 | 'exclude' => 1, |
| 151 | 151 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile.label', |
| 152 | - 'config' => array( |
|
| 152 | + 'config' => array ( |
|
| 153 | 153 | 'type' => 'input', |
| 154 | 154 | 'size' => 30, |
| 155 | 155 | 'eval' => 'trim', |
| 156 | 156 | ), |
| 157 | 157 | ), |
| 158 | - 'file' => array( |
|
| 158 | + 'file' => array ( |
|
| 159 | 159 | 'exclude' => 1, |
| 160 | 160 | 'label' => 'Label', |
| 161 | 161 | '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_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,75 +36,75 @@ 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, help_text, object_type', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.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, help_text, 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, help_text, 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, help_text, 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 | 'default' => 0, |
| 63 | 63 | ), |
| 64 | 64 | ), |
| 65 | - 'l10n_parent' => array( |
|
| 65 | + 'l10n_parent' => array ( |
|
| 66 | 66 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 67 | 67 | 'exclude' => 1, |
| 68 | 68 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 69 | - 'config' => array( |
|
| 69 | + 'config' => array ( |
|
| 70 | 70 | 'type' => 'select', |
| 71 | 71 | 'renderType' => 'selectSingle', |
| 72 | - 'items' => array( |
|
| 73 | - array('', 0), |
|
| 72 | + 'items' => array ( |
|
| 73 | + array ('', 0), |
|
| 74 | 74 | ), |
| 75 | 75 | 'foreign_table' => 'tx_dpf_domain_model_metadataobject', |
| 76 | 76 | 'foreign_table_where' => 'AND tx_dpf_domain_model_metadataobject.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadataobject.sys_language_uid IN (-1,0)', |
| 77 | 77 | 'default' => 0, |
| 78 | 78 | ), |
| 79 | 79 | ), |
| 80 | - 'l10n_diffsource' => array( |
|
| 81 | - 'config' => array( |
|
| 80 | + 'l10n_diffsource' => array ( |
|
| 81 | + 'config' => array ( |
|
| 82 | 82 | 'type' => 'passthrough', |
| 83 | 83 | ), |
| 84 | 84 | ), |
| 85 | 85 | |
| 86 | - 't3ver_label' => array( |
|
| 86 | + 't3ver_label' => array ( |
|
| 87 | 87 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 88 | - 'config' => array( |
|
| 88 | + 'config' => array ( |
|
| 89 | 89 | 'type' => 'input', |
| 90 | 90 | 'size' => 30, |
| 91 | 91 | 'max' => 255, |
| 92 | 92 | ), |
| 93 | 93 | ), |
| 94 | 94 | |
| 95 | - 'hidden' => array( |
|
| 95 | + 'hidden' => array ( |
|
| 96 | 96 | 'exclude' => 1, |
| 97 | 97 | 'l10n_mode' => 'exclude', |
| 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 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 106 | - 'config' => array( |
|
| 107 | - 'behaviour' => array( |
|
| 106 | + 'config' => array ( |
|
| 107 | + 'behaviour' => array ( |
|
| 108 | 108 | 'allowLanguageSynchronization' => true |
| 109 | 109 | ), |
| 110 | 110 | 'type' => 'input', |
@@ -113,16 +113,16 @@ discard block |
||
| 113 | 113 | 'eval' => 'datetime', |
| 114 | 114 | 'checkbox' => 0, |
| 115 | 115 | 'default' => 0, |
| 116 | - 'range' => array( |
|
| 116 | + 'range' => array ( |
|
| 117 | 117 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 118 | 118 | ), |
| 119 | 119 | ), |
| 120 | 120 | ), |
| 121 | - 'endtime' => array( |
|
| 121 | + 'endtime' => array ( |
|
| 122 | 122 | 'exclude' => 1, |
| 123 | 123 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 124 | - 'config' => array( |
|
| 125 | - 'behaviour' => array( |
|
| 124 | + 'config' => array ( |
|
| 125 | + 'behaviour' => array ( |
|
| 126 | 126 | 'allowLanguageSynchronization' => true |
| 127 | 127 | ), |
| 128 | 128 | 'type' => 'input', |
@@ -131,173 +131,173 @@ discard block |
||
| 131 | 131 | 'eval' => 'datetime', |
| 132 | 132 | 'checkbox' => 0, |
| 133 | 133 | 'default' => 0, |
| 134 | - 'range' => array( |
|
| 134 | + 'range' => array ( |
|
| 135 | 135 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 136 | 136 | ), |
| 137 | 137 | ), |
| 138 | 138 | ), |
| 139 | 139 | |
| 140 | - 'name' => array( |
|
| 140 | + 'name' => array ( |
|
| 141 | 141 | 'exclude' => 1, |
| 142 | 142 | 'l10n_mode' => 'exclude', |
| 143 | 143 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.name', |
| 144 | - 'config' => array( |
|
| 144 | + 'config' => array ( |
|
| 145 | 145 | 'type' => 'input', |
| 146 | 146 | 'size' => 30, |
| 147 | 147 | 'eval' => 'trim', |
| 148 | 148 | ), |
| 149 | 149 | ), |
| 150 | - 'display_name' => array( |
|
| 150 | + 'display_name' => array ( |
|
| 151 | 151 | 'exclude' => 1, |
| 152 | 152 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.display_name', |
| 153 | - 'config' => array( |
|
| 153 | + 'config' => array ( |
|
| 154 | 154 | 'type' => 'input', |
| 155 | 155 | 'size' => 30, |
| 156 | 156 | 'eval' => 'trim', |
| 157 | 157 | ), |
| 158 | 158 | ), |
| 159 | - 'max_iteration' => array( |
|
| 159 | + 'max_iteration' => array ( |
|
| 160 | 160 | 'exclude' => 1, |
| 161 | 161 | 'l10n_mode' => 'exclude', |
| 162 | 162 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.max_iteration', |
| 163 | - 'config' => array( |
|
| 163 | + 'config' => array ( |
|
| 164 | 164 | 'type' => 'input', |
| 165 | 165 | 'size' => 4, |
| 166 | 166 | 'eval' => 'int', |
| 167 | 167 | ), |
| 168 | 168 | ), |
| 169 | - 'mandatory' => array( |
|
| 169 | + 'mandatory' => array ( |
|
| 170 | 170 | 'exclude' => 1, |
| 171 | 171 | 'l10n_mode' => 'exclude', |
| 172 | 172 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory', |
| 173 | - 'config' => array( |
|
| 173 | + 'config' => array ( |
|
| 174 | 174 | 'type' => 'select', |
| 175 | 175 | 'renderType' => 'selectSingle', |
| 176 | 176 | 'size' => 1, |
| 177 | 177 | 'maxitems' => 1, |
| 178 | - 'items' => array( |
|
| 179 | - array('',''), |
|
| 180 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 181 | - 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), |
|
| 178 | + 'items' => array ( |
|
| 179 | + array ('', ''), |
|
| 180 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 181 | + 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), |
|
| 182 | 182 | ), |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | - 'mapping' => array( |
|
| 185 | + 'mapping' => array ( |
|
| 186 | 186 | 'exclude' => 1, |
| 187 | 187 | 'l10n_mode' => 'exclude', |
| 188 | 188 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mapping', |
| 189 | - 'config' => array( |
|
| 189 | + 'config' => array ( |
|
| 190 | 190 | 'type' => 'input', |
| 191 | 191 | 'size' => 30, |
| 192 | 192 | 'eval' => 'trim', |
| 193 | 193 | ), |
| 194 | 194 | ), |
| 195 | - 'json_mapping' => array( |
|
| 195 | + 'json_mapping' => array ( |
|
| 196 | 196 | 'exclude' => 1, |
| 197 | 197 | 'l10n_mode' => 'exclude', |
| 198 | 198 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.json_mapping', |
| 199 | - 'config' => array( |
|
| 199 | + 'config' => array ( |
|
| 200 | 200 | 'type' => 'input', |
| 201 | 201 | 'size' => 30, |
| 202 | 202 | 'eval' => 'trim', |
| 203 | 203 | ), |
| 204 | 204 | ), |
| 205 | - 'data_type' => array( |
|
| 205 | + 'data_type' => array ( |
|
| 206 | 206 | 'exclude' => 1, |
| 207 | 207 | 'l10n_mode' => 'exclude', |
| 208 | 208 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type', |
| 209 | - 'config' => array( |
|
| 209 | + 'config' => array ( |
|
| 210 | 210 | 'type' => 'select', |
| 211 | 211 | 'renderType' => 'selectSingle', |
| 212 | - 'items' => array( |
|
| 213 | - array('', ''), |
|
| 214 | - 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), |
|
| 215 | - 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), |
|
| 212 | + 'items' => array ( |
|
| 213 | + array ('', ''), |
|
| 214 | + 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), |
|
| 215 | + 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), |
|
| 216 | 216 | ), |
| 217 | 217 | 'size' => 1, |
| 218 | 218 | 'maxitems' => 1, |
| 219 | 219 | 'eval' => '', |
| 220 | 220 | ), |
| 221 | 221 | ), |
| 222 | - 'validation' => array( |
|
| 222 | + 'validation' => array ( |
|
| 223 | 223 | 'exclude' => 1, |
| 224 | 224 | 'l10n_mode' => 'exclude', |
| 225 | 225 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.validation', |
| 226 | - 'config' => array( |
|
| 226 | + 'config' => array ( |
|
| 227 | 227 | 'type' => 'input', |
| 228 | 228 | 'size' => 30, |
| 229 | 229 | 'eval' => 'trim', |
| 230 | 230 | ), |
| 231 | 231 | ), |
| 232 | - 'mods_extension' => array( |
|
| 232 | + 'mods_extension' => array ( |
|
| 233 | 233 | 'exclude' => 1, |
| 234 | 234 | 'l10n_mode' => 'exclude', |
| 235 | 235 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mods_extension', |
| 236 | - 'config' => array( |
|
| 236 | + 'config' => array ( |
|
| 237 | 237 | 'type' => 'check', |
| 238 | 238 | 'default' => 0, |
| 239 | 239 | ), |
| 240 | 240 | ), |
| 241 | - 'access_restriction_roles' => array( |
|
| 241 | + 'access_restriction_roles' => array ( |
|
| 242 | 242 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.access_restriction_roles', |
| 243 | - 'config' => array( |
|
| 243 | + 'config' => array ( |
|
| 244 | 244 | 'type' => 'select', |
| 245 | 245 | 'renderType' => 'selectMultipleSideBySide', |
| 246 | 246 | 'size' => 2, |
| 247 | 247 | 'maxitems' => 2, |
| 248 | - 'items' => array( |
|
| 249 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 250 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 248 | + 'items' => array ( |
|
| 249 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 250 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 251 | 251 | ), |
| 252 | 252 | ), |
| 253 | 253 | ), |
| 254 | - 'consent' => array( |
|
| 254 | + 'consent' => array ( |
|
| 255 | 255 | 'exclude' => 1, |
| 256 | 256 | 'l10n_mode' => 'exclude', |
| 257 | 257 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.consent', |
| 258 | - 'config' => array( |
|
| 258 | + 'config' => array ( |
|
| 259 | 259 | 'type' => 'check', |
| 260 | 260 | 'default' => 0, |
| 261 | 261 | ), |
| 262 | 262 | ), |
| 263 | - 'input_field' => array( |
|
| 263 | + 'input_field' => array ( |
|
| 264 | 264 | 'onChange' => 'reload', |
| 265 | 265 | 'exclude' => 1, |
| 266 | 266 | 'l10n_mode' => 'exclude', |
| 267 | 267 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_field', |
| 268 | - 'config' => array( |
|
| 268 | + 'config' => array ( |
|
| 269 | 269 | 'type' => 'select', |
| 270 | 270 | 'renderType' => 'selectSingle', |
| 271 | - 'items' => array( |
|
| 272 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.input', \EWW\Dpf\Domain\Model\MetadataObject::input), |
|
| 273 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.textarea', \EWW\Dpf\Domain\Model\MetadataObject::textarea), |
|
| 274 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.select', \EWW\Dpf\Domain\Model\MetadataObject::select), |
|
| 275 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.checkbox', \EWW\Dpf\Domain\Model\MetadataObject::checkbox), |
|
| 276 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.hidden', \EWW\Dpf\Domain\Model\MetadataObject::hidden), |
|
| 277 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.inputDropdown', \EWW\Dpf\Domain\Model\MetadataObject::INPUTDROPDOWN), |
|
| 278 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.markdownTextarea', \EWW\Dpf\Domain\Model\MetadataObject::textareaMarkdown), |
|
| 271 | + 'items' => array ( |
|
| 272 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.input', \EWW\Dpf\Domain\Model\MetadataObject::input), |
|
| 273 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.textarea', \EWW\Dpf\Domain\Model\MetadataObject::textarea), |
|
| 274 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.select', \EWW\Dpf\Domain\Model\MetadataObject::select), |
|
| 275 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.checkbox', \EWW\Dpf\Domain\Model\MetadataObject::checkbox), |
|
| 276 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.hidden', \EWW\Dpf\Domain\Model\MetadataObject::hidden), |
|
| 277 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.inputDropdown', \EWW\Dpf\Domain\Model\MetadataObject::INPUTDROPDOWN), |
|
| 278 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.markdownTextarea', \EWW\Dpf\Domain\Model\MetadataObject::textareaMarkdown), |
|
| 279 | 279 | ), |
| 280 | 280 | 'size' => 1, |
| 281 | 281 | 'maxitems' => 1, |
| 282 | 282 | 'eval' => '', |
| 283 | 283 | ), |
| 284 | 284 | ), |
| 285 | - 'deposit_license' => array( |
|
| 286 | - 'displayCond' => array( |
|
| 287 | - 'OR' => array( |
|
| 285 | + 'deposit_license' => array ( |
|
| 286 | + 'displayCond' => array ( |
|
| 287 | + 'OR' => array ( |
|
| 288 | 288 | 'FIELD:input_field:REQ:false', |
| 289 | - 'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::checkbox, |
|
| 289 | + 'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::checkbox, |
|
| 290 | 290 | ), |
| 291 | 291 | ), |
| 292 | 292 | 'exclude' => 1, |
| 293 | 293 | 'l10n_mode' => 'exclude', |
| 294 | 294 | 'label' => 'Checkbox Value', |
| 295 | - 'config' => array( |
|
| 295 | + 'config' => array ( |
|
| 296 | 296 | 'type' => 'select', |
| 297 | 297 | 'renderType' => 'selectSingle', |
| 298 | 298 | 'foreign_table' => 'tx_dpf_domain_model_depositlicense', |
| 299 | - 'items' => array( |
|
| 300 | - array('', 0), |
|
| 299 | + 'items' => array ( |
|
| 300 | + array ('', 0), |
|
| 301 | 301 | ), |
| 302 | 302 | 'size' => 1, |
| 303 | 303 | 'maxitems' => 1, |
@@ -305,32 +305,32 @@ discard block |
||
| 305 | 305 | 'default' => 0, |
| 306 | 306 | ), |
| 307 | 307 | ), |
| 308 | - 'max_input_length' => array( |
|
| 309 | - 'displayCond' => array( |
|
| 310 | - 'OR' => array( |
|
| 308 | + 'max_input_length' => array ( |
|
| 309 | + 'displayCond' => array ( |
|
| 310 | + 'OR' => array ( |
|
| 311 | 311 | 'FIELD:input_field:REQ:false', |
| 312 | - 'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::input, |
|
| 313 | - 'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::textarea, |
|
| 312 | + 'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::input, |
|
| 313 | + 'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::textarea, |
|
| 314 | 314 | ), |
| 315 | 315 | ), |
| 316 | 316 | 'exclude' => 1, |
| 317 | 317 | 'l10n_mode' => 'exclude', |
| 318 | 318 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.max_input_length', |
| 319 | - 'config' => array( |
|
| 319 | + 'config' => array ( |
|
| 320 | 320 | 'type' => 'input', |
| 321 | 321 | 'size' => 4, |
| 322 | 322 | 'eval' => 'trim,number', |
| 323 | 323 | 'default' => 0, |
| 324 | 324 | ), |
| 325 | 325 | ), |
| 326 | - 'input_option_list' => array( |
|
| 326 | + 'input_option_list' => array ( |
|
| 327 | 327 | 'exclude' => 1, |
| 328 | 328 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_option_list', |
| 329 | - 'config' => array( |
|
| 329 | + 'config' => array ( |
|
| 330 | 330 | 'type' => 'select', |
| 331 | 331 | 'renderType' => 'selectSingle', |
| 332 | - 'items' => array( |
|
| 333 | - array('', 0), |
|
| 332 | + 'items' => array ( |
|
| 333 | + array ('', 0), |
|
| 334 | 334 | ), |
| 335 | 335 | 'foreign_table' => 'tx_dpf_domain_model_inputoptionlist', |
| 336 | 336 | 'foreign_table_where' => ' AND (tx_dpf_domain_model_inputoptionlist.pid=###CURRENT_PID###) AND (tx_dpf_domain_model_inputoptionlist.sys_language_uid = 0)', |
@@ -339,27 +339,27 @@ discard block |
||
| 339 | 339 | 'default' => 0, |
| 340 | 340 | ), |
| 341 | 341 | ), |
| 342 | - 'default_value' => array( |
|
| 342 | + 'default_value' => array ( |
|
| 343 | 343 | 'exclude' => 1, |
| 344 | 344 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.default_value', |
| 345 | - 'config' => array( |
|
| 345 | + 'config' => array ( |
|
| 346 | 346 | 'type' => 'text', |
| 347 | 347 | 'cols' => 20, |
| 348 | 348 | 'rows' => 3, |
| 349 | 349 | 'eval' => 'trim', |
| 350 | 350 | ), |
| 351 | 351 | ), |
| 352 | - 'fill_out_service' => array( |
|
| 352 | + 'fill_out_service' => array ( |
|
| 353 | 353 | 'exclude' => 1, |
| 354 | 354 | 'l10n_mode' => 'exclude', |
| 355 | 355 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service', |
| 356 | - 'config' => array( |
|
| 356 | + 'config' => array ( |
|
| 357 | 357 | 'type' => 'select', |
| 358 | 358 | 'renderType' => 'selectSingle', |
| 359 | - 'items' => array( |
|
| 360 | - array('', 0), |
|
| 361 | - 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), |
|
| 362 | - 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), |
|
| 359 | + 'items' => array ( |
|
| 360 | + array ('', 0), |
|
| 361 | + 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), |
|
| 362 | + 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), |
|
| 363 | 363 | ), |
| 364 | 364 | 'size' => 1, |
| 365 | 365 | 'maxitems' => 1, |
@@ -367,26 +367,26 @@ discard block |
||
| 367 | 367 | ), |
| 368 | 368 | 'onChange' => 'reload', |
| 369 | 369 | ), |
| 370 | - 'gnd_field_uid' => array( |
|
| 371 | - 'displayCond' => 'FIELD:fill_out_service:=:'.\EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND, |
|
| 370 | + 'gnd_field_uid' => array ( |
|
| 371 | + 'displayCond' => 'FIELD:fill_out_service:=:' . \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND, |
|
| 372 | 372 | 'exclude' => 0, |
| 373 | 373 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.gnd_field_uid', |
| 374 | - 'config' => array( |
|
| 374 | + 'config' => array ( |
|
| 375 | 375 | 'type' => 'input', |
| 376 | 376 | 'size' => 30, |
| 377 | 377 | 'eval' => 'trim', |
| 378 | 378 | ), |
| 379 | 379 | ), |
| 380 | - 'metadatagroup' => array( |
|
| 381 | - 'config' => array( |
|
| 380 | + 'metadatagroup' => array ( |
|
| 381 | + 'config' => array ( |
|
| 382 | 382 | 'type' => 'passthrough', |
| 383 | 383 | ), |
| 384 | 384 | ), |
| 385 | - 'embargo' => array( |
|
| 385 | + 'embargo' => array ( |
|
| 386 | 386 | 'exclude' => 1, |
| 387 | 387 | 'l10n_mode' => 'exclude', |
| 388 | 388 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.embargo', |
| 389 | - 'config' => array( |
|
| 389 | + 'config' => array ( |
|
| 390 | 390 | 'type' => 'check', |
| 391 | 391 | 'default' => 0, |
| 392 | 392 | ), |
@@ -468,10 +468,10 @@ discard block |
||
| 468 | 468 | ], |
| 469 | 469 | ], |
| 470 | 470 | ], |
| 471 | - 'help_text' => array( |
|
| 471 | + 'help_text' => array ( |
|
| 472 | 472 | 'exclude' => 1, |
| 473 | 473 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.help_text', |
| 474 | - 'config' => array( |
|
| 474 | + 'config' => array ( |
|
| 475 | 475 | 'type' => 'text', |
| 476 | 476 | 'cols' => 40, |
| 477 | 477 | '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_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,77 +36,77 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'uri, title, text', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.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 | 'default' => 0, |
| 66 | 66 | ), |
| 67 | 67 | ), |
| 68 | - 'l10n_parent' => array( |
|
| 68 | + 'l10n_parent' => array ( |
|
| 69 | 69 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 70 | 70 | 'exclude' => 1, |
| 71 | 71 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 72 | - 'config' => array( |
|
| 72 | + 'config' => array ( |
|
| 73 | 73 | 'type' => 'select', |
| 74 | 74 | 'renderType' => 'selectSingle', |
| 75 | - 'items' => array( |
|
| 76 | - array('', 0), |
|
| 75 | + 'items' => array ( |
|
| 76 | + array ('', 0), |
|
| 77 | 77 | ), |
| 78 | 78 | 'foreign_table' => 'tx_dpf_domain_model_depositlicense', |
| 79 | 79 | 'foreign_table_where' => 'AND tx_dpf_domain_model_depositlicense.pid=###CURRENT_PID### AND tx_dpf_domain_model_depositlicense.sys_language_uid IN (-1,0)', |
| 80 | 80 | 'default' => 0, |
| 81 | 81 | ), |
| 82 | 82 | ), |
| 83 | - 'l10n_diffsource' => array( |
|
| 84 | - 'config' => array( |
|
| 83 | + 'l10n_diffsource' => array ( |
|
| 84 | + 'config' => array ( |
|
| 85 | 85 | 'type' => 'passthrough', |
| 86 | 86 | ), |
| 87 | 87 | ), |
| 88 | 88 | |
| 89 | - 't3ver_label' => array( |
|
| 89 | + 't3ver_label' => array ( |
|
| 90 | 90 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 91 | - 'config' => array( |
|
| 91 | + 'config' => array ( |
|
| 92 | 92 | 'type' => 'input', |
| 93 | 93 | 'size' => 30, |
| 94 | 94 | 'max' => 255, |
| 95 | 95 | ), |
| 96 | 96 | ), |
| 97 | 97 | |
| 98 | - 'hidden' => array( |
|
| 98 | + 'hidden' => array ( |
|
| 99 | 99 | 'exclude' => 1, |
| 100 | 100 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 101 | - 'config' => array( |
|
| 101 | + 'config' => array ( |
|
| 102 | 102 | 'type' => 'check', |
| 103 | 103 | ), |
| 104 | 104 | ), |
| 105 | - 'starttime' => array( |
|
| 105 | + 'starttime' => array ( |
|
| 106 | 106 | 'exclude' => 1, |
| 107 | 107 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 108 | - 'config' => array( |
|
| 109 | - 'behaviour' => array( |
|
| 108 | + 'config' => array ( |
|
| 109 | + 'behaviour' => array ( |
|
| 110 | 110 | 'allowLanguageSynchronization' => true |
| 111 | 111 | ), |
| 112 | 112 | 'type' => 'input', |
@@ -115,16 +115,16 @@ discard block |
||
| 115 | 115 | 'eval' => 'datetime', |
| 116 | 116 | 'checkbox' => 0, |
| 117 | 117 | 'default' => 0, |
| 118 | - 'range' => array( |
|
| 118 | + 'range' => array ( |
|
| 119 | 119 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 120 | 120 | ), |
| 121 | 121 | ), |
| 122 | 122 | ), |
| 123 | - 'endtime' => array( |
|
| 123 | + 'endtime' => array ( |
|
| 124 | 124 | 'exclude' => 1, |
| 125 | 125 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 126 | - 'config' => array( |
|
| 127 | - 'behaviour' => array( |
|
| 126 | + 'config' => array ( |
|
| 127 | + 'behaviour' => array ( |
|
| 128 | 128 | 'allowLanguageSynchronization' => true |
| 129 | 129 | ), |
| 130 | 130 | 'type' => 'input', |
@@ -133,33 +133,33 @@ discard block |
||
| 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 | - 'uri' => array( |
|
| 141 | + 'uri' => array ( |
|
| 142 | 142 | 'exclude' => 1, |
| 143 | 143 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.uri', |
| 144 | - 'config' => array( |
|
| 144 | + 'config' => array ( |
|
| 145 | 145 | 'type' => 'input', |
| 146 | 146 | 'size' => 30, |
| 147 | 147 | 'eval' => 'trim', |
| 148 | 148 | ), |
| 149 | 149 | ), |
| 150 | - 'title' => array( |
|
| 150 | + 'title' => array ( |
|
| 151 | 151 | 'exclude' => 1, |
| 152 | 152 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.title', |
| 153 | - 'config' => array( |
|
| 153 | + 'config' => array ( |
|
| 154 | 154 | 'type' => 'input', |
| 155 | 155 | 'size' => 30, |
| 156 | 156 | 'eval' => 'trim', |
| 157 | 157 | ), |
| 158 | 158 | ), |
| 159 | - 'text' => array( |
|
| 159 | + 'text' => array ( |
|
| 160 | 160 | 'exclude' => 1, |
| 161 | 161 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.text', |
| 162 | - 'config' => array( |
|
| 162 | + 'config' => array ( |
|
| 163 | 163 | 'type' => 'text', |
| 164 | 164 | 'cols' => 40, |
| 165 | 165 | '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_file', |
| 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,74 +36,74 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'title, label, download, archive, file_group_deleted, content_type, link, status, datastream_identifier, primary_file, document', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, label, download, archive, file_group_deleted, content_type, link, status, datastream_identifier, primary_file, document', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, title, label, download, archive, file_group_deleted, content_type, link, status, datastream_identifier, primary_file, document, --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, download, archive, file_group_deleted, content_type, link, status, datastream_identifier, primary_file, document, --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 | 'default' => 0, |
| 63 | 63 | ), |
| 64 | 64 | ), |
| 65 | - 'l10n_parent' => array( |
|
| 65 | + 'l10n_parent' => array ( |
|
| 66 | 66 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 67 | 67 | 'exclude' => 1, |
| 68 | 68 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 69 | - 'config' => array( |
|
| 69 | + 'config' => array ( |
|
| 70 | 70 | 'type' => 'select', |
| 71 | 71 | 'renderType' => 'selectSingle', |
| 72 | - 'items' => array( |
|
| 73 | - array('', 0), |
|
| 72 | + 'items' => array ( |
|
| 73 | + array ('', 0), |
|
| 74 | 74 | ), |
| 75 | 75 | 'foreign_table' => 'tx_dpf_domain_model_file', |
| 76 | 76 | 'foreign_table_where' => 'AND tx_dpf_domain_model_file.pid=###CURRENT_PID### AND tx_dpf_domain_model_file.sys_language_uid IN (-1,0)', |
| 77 | 77 | 'default' => 0, |
| 78 | 78 | ), |
| 79 | 79 | ), |
| 80 | - 'l10n_diffsource' => array( |
|
| 81 | - 'config' => array( |
|
| 80 | + 'l10n_diffsource' => array ( |
|
| 81 | + 'config' => array ( |
|
| 82 | 82 | 'type' => 'passthrough', |
| 83 | 83 | ), |
| 84 | 84 | ), |
| 85 | 85 | |
| 86 | - 't3ver_label' => array( |
|
| 86 | + 't3ver_label' => array ( |
|
| 87 | 87 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 88 | - 'config' => array( |
|
| 88 | + 'config' => array ( |
|
| 89 | 89 | 'type' => 'input', |
| 90 | 90 | 'size' => 30, |
| 91 | 91 | 'max' => 255, |
| 92 | 92 | ), |
| 93 | 93 | ), |
| 94 | 94 | |
| 95 | - 'hidden' => array( |
|
| 95 | + 'hidden' => array ( |
|
| 96 | 96 | 'exclude' => 1, |
| 97 | 97 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', |
| 98 | - 'config' => array( |
|
| 98 | + 'config' => array ( |
|
| 99 | 99 | 'type' => 'check', |
| 100 | 100 | ), |
| 101 | 101 | ), |
| 102 | - 'starttime' => array( |
|
| 102 | + 'starttime' => array ( |
|
| 103 | 103 | 'exclude' => 1, |
| 104 | 104 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 105 | - 'config' => array( |
|
| 106 | - 'behaviour' => array( |
|
| 105 | + 'config' => array ( |
|
| 106 | + 'behaviour' => array ( |
|
| 107 | 107 | 'allowLanguageSynchronization' => true |
| 108 | 108 | ), |
| 109 | 109 | 'type' => 'input', |
@@ -112,16 +112,16 @@ discard block |
||
| 112 | 112 | 'eval' => 'datetime', |
| 113 | 113 | 'checkbox' => 0, |
| 114 | 114 | 'default' => 0, |
| 115 | - 'range' => array( |
|
| 115 | + 'range' => array ( |
|
| 116 | 116 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 117 | 117 | ), |
| 118 | 118 | ), |
| 119 | 119 | ), |
| 120 | - 'endtime' => array( |
|
| 120 | + 'endtime' => array ( |
|
| 121 | 121 | 'exclude' => 1, |
| 122 | 122 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 123 | - 'config' => array( |
|
| 124 | - 'behaviour' => array( |
|
| 123 | + 'config' => array ( |
|
| 124 | + 'behaviour' => array ( |
|
| 125 | 125 | 'allowLanguageSynchronization' => true |
| 126 | 126 | ), |
| 127 | 127 | 'type' => 'input', |
@@ -130,107 +130,107 @@ discard block |
||
| 130 | 130 | 'eval' => 'datetime', |
| 131 | 131 | 'checkbox' => 0, |
| 132 | 132 | 'default' => 0, |
| 133 | - 'range' => array( |
|
| 133 | + 'range' => array ( |
|
| 134 | 134 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 135 | 135 | ), |
| 136 | 136 | ), |
| 137 | 137 | ), |
| 138 | 138 | |
| 139 | - 'title' => array( |
|
| 139 | + 'title' => array ( |
|
| 140 | 140 | 'exclude' => 1, |
| 141 | 141 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.title', |
| 142 | - 'config' => array( |
|
| 142 | + 'config' => array ( |
|
| 143 | 143 | 'type' => 'input', |
| 144 | 144 | 'size' => 30, |
| 145 | 145 | 'eval' => 'trim', |
| 146 | 146 | ), |
| 147 | 147 | ), |
| 148 | 148 | |
| 149 | - 'label' => array( |
|
| 149 | + 'label' => array ( |
|
| 150 | 150 | 'exclude' => 1, |
| 151 | 151 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.label', |
| 152 | - 'config' => array( |
|
| 152 | + 'config' => array ( |
|
| 153 | 153 | 'type' => 'input', |
| 154 | 154 | 'size' => 30, |
| 155 | 155 | 'eval' => 'trim', |
| 156 | 156 | ), |
| 157 | 157 | ), |
| 158 | - 'download' => array( |
|
| 158 | + 'download' => array ( |
|
| 159 | 159 | 'exclude' => 1, |
| 160 | 160 | 'l10n_mode' => 'exclude', |
| 161 | 161 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.download', |
| 162 | - 'config' => array( |
|
| 162 | + 'config' => array ( |
|
| 163 | 163 | 'type' => 'check', |
| 164 | 164 | 'default' => 0, |
| 165 | 165 | ), |
| 166 | 166 | ), |
| 167 | - 'archive' => array( |
|
| 167 | + 'archive' => array ( |
|
| 168 | 168 | 'exclude' => 1, |
| 169 | 169 | 'l10n_mode' => 'exclude', |
| 170 | 170 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.archive', |
| 171 | - 'config' => array( |
|
| 171 | + 'config' => array ( |
|
| 172 | 172 | 'type' => 'check', |
| 173 | 173 | 'default' => 0, |
| 174 | 174 | ), |
| 175 | 175 | ), |
| 176 | - 'file_group_deleted' => array( |
|
| 176 | + 'file_group_deleted' => array ( |
|
| 177 | 177 | 'exclude' => 1, |
| 178 | 178 | 'l10n_mode' => 'exclude', |
| 179 | 179 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.file_group_deleted', |
| 180 | - 'config' => array( |
|
| 180 | + 'config' => array ( |
|
| 181 | 181 | 'type' => 'check', |
| 182 | 182 | 'default' => 0, |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | - 'content_type' => array( |
|
| 185 | + 'content_type' => array ( |
|
| 186 | 186 | 'exclude' => 1, |
| 187 | 187 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.content_type', |
| 188 | - 'config' => array( |
|
| 188 | + 'config' => array ( |
|
| 189 | 189 | 'type' => 'input', |
| 190 | 190 | 'size' => 30, |
| 191 | 191 | 'eval' => 'trim', |
| 192 | 192 | ), |
| 193 | 193 | ), |
| 194 | - 'link' => array( |
|
| 194 | + 'link' => array ( |
|
| 195 | 195 | 'exclude' => 1, |
| 196 | 196 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.link', |
| 197 | - 'config' => array( |
|
| 197 | + 'config' => array ( |
|
| 198 | 198 | 'type' => 'input', |
| 199 | 199 | 'size' => 30, |
| 200 | 200 | 'eval' => 'trim', |
| 201 | 201 | ), |
| 202 | 202 | ), |
| 203 | - 'status' => array( |
|
| 203 | + 'status' => array ( |
|
| 204 | 204 | 'exclude' => 1, |
| 205 | 205 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.status', |
| 206 | - 'config' => array( |
|
| 206 | + 'config' => array ( |
|
| 207 | 207 | 'type' => 'input', |
| 208 | 208 | 'size' => 30, |
| 209 | 209 | 'eval' => 'trim', |
| 210 | 210 | ), |
| 211 | 211 | ), |
| 212 | - 'datastream_identifier' => array( |
|
| 212 | + 'datastream_identifier' => array ( |
|
| 213 | 213 | 'exclude' => 1, |
| 214 | 214 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.datastream_identifier', |
| 215 | - 'config' => array( |
|
| 215 | + 'config' => array ( |
|
| 216 | 216 | 'type' => 'input', |
| 217 | 217 | 'size' => 30, |
| 218 | 218 | 'eval' => 'trim', |
| 219 | 219 | ), |
| 220 | 220 | ), |
| 221 | - 'primary_file' => array( |
|
| 221 | + 'primary_file' => array ( |
|
| 222 | 222 | 'exclude' => 1, |
| 223 | 223 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.primary_file', |
| 224 | - 'config' => array( |
|
| 224 | + 'config' => array ( |
|
| 225 | 225 | 'type' => 'check', |
| 226 | 226 | 'default' => 0, |
| 227 | 227 | ), |
| 228 | 228 | ), |
| 229 | 229 | |
| 230 | - 'document' => array( |
|
| 230 | + 'document' => array ( |
|
| 231 | 231 | 'exclude' => 1, |
| 232 | 232 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_file.document', |
| 233 | - 'config' => array( |
|
| 233 | + 'config' => array ( |
|
| 234 | 234 | 'type' => 'select', |
| 235 | 235 | 'renderType' => 'selectSingle', |
| 236 | 236 | 'foreign_table' => 'tx_dpf_domain_model_document', |
@@ -238,8 +238,8 @@ discard block |
||
| 238 | 238 | 'maxitems' => 1, |
| 239 | 239 | ), |
| 240 | 240 | ), |
| 241 | - 'pid' => array( |
|
| 242 | - 'config' => array( |
|
| 241 | + 'pid' => array ( |
|
| 242 | + 'config' => array ( |
|
| 243 | 243 | 'type' => 'passthrough', |
| 244 | 244 | ) |
| 245 | 245 | ), |
@@ -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,75 +36,75 @@ 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, optional_groups, required_groups', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.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, optional_groups, required_groups', |
| 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, optional_groups, required_groups, --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, optional_groups, required_groups, --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 | 'default' => 0, |
| 63 | 63 | ), |
| 64 | 64 | ), |
| 65 | - 'l10n_parent' => array( |
|
| 65 | + 'l10n_parent' => array ( |
|
| 66 | 66 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 67 | 67 | 'exclude' => 1, |
| 68 | 68 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', |
| 69 | - 'config' => array( |
|
| 69 | + 'config' => array ( |
|
| 70 | 70 | 'type' => 'select', |
| 71 | 71 | 'renderType' => 'selectSingle', |
| 72 | - 'items' => array( |
|
| 73 | - array('', 0), |
|
| 72 | + 'items' => array ( |
|
| 73 | + array ('', 0), |
|
| 74 | 74 | ), |
| 75 | 75 | 'foreign_table' => 'tx_dpf_domain_model_metadatagroup', |
| 76 | 76 | 'foreign_table_where' => 'AND tx_dpf_domain_model_metadatagroup.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadatagroup.sys_language_uid IN (-1,0)', |
| 77 | 77 | 'default' => 0, |
| 78 | 78 | ), |
| 79 | 79 | ), |
| 80 | - 'l10n_diffsource' => array( |
|
| 81 | - 'config' => array( |
|
| 80 | + 'l10n_diffsource' => array ( |
|
| 81 | + 'config' => array ( |
|
| 82 | 82 | 'type' => 'passthrough', |
| 83 | 83 | ), |
| 84 | 84 | ), |
| 85 | 85 | |
| 86 | - 't3ver_label' => array( |
|
| 86 | + 't3ver_label' => array ( |
|
| 87 | 87 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', |
| 88 | - 'config' => array( |
|
| 88 | + 'config' => array ( |
|
| 89 | 89 | 'type' => 'input', |
| 90 | 90 | 'size' => 30, |
| 91 | 91 | 'max' => 255, |
| 92 | 92 | ), |
| 93 | 93 | ), |
| 94 | 94 | |
| 95 | - 'hidden' => array( |
|
| 95 | + 'hidden' => array ( |
|
| 96 | 96 | 'exclude' => 1, |
| 97 | 97 | 'l10n_mode' => 'exclude', |
| 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 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 106 | - 'config' => array( |
|
| 107 | - 'behaviour' => array( |
|
| 106 | + 'config' => array ( |
|
| 107 | + 'behaviour' => array ( |
|
| 108 | 108 | 'allowLanguageSynchronization' => true |
| 109 | 109 | ), |
| 110 | 110 | 'type' => 'input', |
@@ -113,139 +113,139 @@ discard block |
||
| 113 | 113 | 'eval' => 'datetime', |
| 114 | 114 | 'checkbox' => 0, |
| 115 | 115 | 'default' => 0, |
| 116 | - 'range' => array( |
|
| 116 | + 'range' => array ( |
|
| 117 | 117 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 118 | 118 | ), |
| 119 | 119 | ), |
| 120 | 120 | ), |
| 121 | - 'endtime' => array( |
|
| 121 | + 'endtime' => array ( |
|
| 122 | 122 | 'exclude' => 1, |
| 123 | 123 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 124 | - 'config' => array( |
|
| 124 | + 'config' => array ( |
|
| 125 | 125 | 'type' => 'input', |
| 126 | 126 | 'renderType' => 'inputDateTime', |
| 127 | 127 | 'size' => 13, |
| 128 | 128 | 'eval' => 'datetime', |
| 129 | 129 | 'checkbox' => 0, |
| 130 | 130 | 'default' => 0, |
| 131 | - 'range' => array( |
|
| 131 | + 'range' => array ( |
|
| 132 | 132 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 133 | 133 | ), |
| 134 | 134 | ), |
| 135 | 135 | ), |
| 136 | 136 | |
| 137 | - 'name' => array( |
|
| 137 | + 'name' => array ( |
|
| 138 | 138 | 'exclude' => 1, |
| 139 | 139 | 'l10n_mode' => 'exclude', |
| 140 | 140 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.name', |
| 141 | - 'config' => array( |
|
| 141 | + 'config' => array ( |
|
| 142 | 142 | 'type' => 'input', |
| 143 | 143 | 'size' => 30, |
| 144 | 144 | 'eval' => 'trim,uniqueInPid', |
| 145 | 145 | ), |
| 146 | 146 | ), |
| 147 | - 'display_name' => array( |
|
| 147 | + 'display_name' => array ( |
|
| 148 | 148 | 'exclude' => 1, |
| 149 | 149 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.display_name', |
| 150 | - 'config' => array( |
|
| 150 | + 'config' => array ( |
|
| 151 | 151 | 'type' => 'input', |
| 152 | 152 | 'size' => 30, |
| 153 | 153 | 'eval' => 'trim', |
| 154 | 154 | ), |
| 155 | 155 | ), |
| 156 | - 'mandatory' => array( |
|
| 156 | + 'mandatory' => array ( |
|
| 157 | 157 | 'exclude' => 1, |
| 158 | 158 | 'l10n_mode' => 'exclude', |
| 159 | 159 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory', |
| 160 | - 'config' => array( |
|
| 160 | + 'config' => array ( |
|
| 161 | 161 | 'type' => 'select', |
| 162 | 162 | 'renderType' => 'selectSingle', |
| 163 | 163 | 'size' => 1, |
| 164 | 164 | 'maxitems' => 1, |
| 165 | - 'items' => array( |
|
| 166 | - array('',''), |
|
| 167 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 168 | - 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 | + 'items' => array ( |
|
| 166 | + array ('', ''), |
|
| 167 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY), |
|
| 168 | + 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), |
|
| 169 | 169 | ), |
| 170 | 170 | ), |
| 171 | 171 | ), |
| 172 | - 'mapping_for_reading' => array( |
|
| 172 | + 'mapping_for_reading' => array ( |
|
| 173 | 173 | 'exclude' => 1, |
| 174 | 174 | 'l10n_mode' => 'exclude', |
| 175 | 175 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mapping_for_reading', |
| 176 | - 'config' => array( |
|
| 176 | + 'config' => array ( |
|
| 177 | 177 | 'type' => 'input', |
| 178 | 178 | 'size' => 30, |
| 179 | 179 | 'eval' => 'trim', |
| 180 | 180 | ), |
| 181 | 181 | ), |
| 182 | - 'mapping' => array( |
|
| 182 | + 'mapping' => array ( |
|
| 183 | 183 | 'exclude' => 1, |
| 184 | 184 | 'l10n_mode' => 'exclude', |
| 185 | 185 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mapping', |
| 186 | - 'config' => array( |
|
| 186 | + 'config' => array ( |
|
| 187 | 187 | 'type' => 'input', |
| 188 | 188 | 'size' => 30, |
| 189 | 189 | 'eval' => 'trim', |
| 190 | 190 | ), |
| 191 | 191 | ), |
| 192 | - 'mods_extension_mapping' => array( |
|
| 192 | + 'mods_extension_mapping' => array ( |
|
| 193 | 193 | 'exclude' => 1, |
| 194 | 194 | 'l10n_mode' => 'exclude', |
| 195 | 195 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mods_extension_mapping', |
| 196 | - 'config' => array( |
|
| 196 | + 'config' => array ( |
|
| 197 | 197 | 'type' => 'input', |
| 198 | 198 | 'size' => 30, |
| 199 | 199 | 'eval' => 'trim', |
| 200 | 200 | ), |
| 201 | 201 | ), |
| 202 | - 'mods_extension_reference' => array( |
|
| 202 | + 'mods_extension_reference' => array ( |
|
| 203 | 203 | 'exclude' => 1, |
| 204 | 204 | 'l10n_mode' => 'exclude', |
| 205 | 205 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mods_extension_reference', |
| 206 | - 'config' => array( |
|
| 206 | + 'config' => array ( |
|
| 207 | 207 | 'type' => 'input', |
| 208 | 208 | 'size' => 30, |
| 209 | 209 | 'eval' => 'trim', |
| 210 | 210 | ), |
| 211 | 211 | ), |
| 212 | - 'json_mapping' => array( |
|
| 212 | + 'json_mapping' => array ( |
|
| 213 | 213 | 'exclude' => 1, |
| 214 | 214 | 'l10n_mode' => 'exclude', |
| 215 | 215 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.json_mapping', |
| 216 | - 'config' => array( |
|
| 216 | + 'config' => array ( |
|
| 217 | 217 | 'type' => 'input', |
| 218 | 218 | 'size' => 30, |
| 219 | 219 | 'eval' => 'trim', |
| 220 | 220 | ), |
| 221 | 221 | ), |
| 222 | - 'max_iteration' => array( |
|
| 222 | + 'max_iteration' => array ( |
|
| 223 | 223 | 'exclude' => 1, |
| 224 | 224 | 'l10n_mode' => 'exclude', |
| 225 | 225 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.max_iteration', |
| 226 | - 'config' => array( |
|
| 226 | + 'config' => array ( |
|
| 227 | 227 | 'type' => 'input', |
| 228 | 228 | 'size' => 4, |
| 229 | 229 | 'eval' => 'int', |
| 230 | 230 | ), |
| 231 | 231 | ), |
| 232 | - 'access_restriction_roles' => array( |
|
| 232 | + 'access_restriction_roles' => array ( |
|
| 233 | 233 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.access_restriction_roles', |
| 234 | - 'config' => array( |
|
| 234 | + 'config' => array ( |
|
| 235 | 235 | 'type' => 'select', |
| 236 | 236 | 'renderType' => 'selectMultipleSideBySide', |
| 237 | 237 | 'size' => 2, |
| 238 | 238 | 'maxitems' => 2, |
| 239 | - 'items' => array( |
|
| 240 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 241 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 239 | + 'items' => array ( |
|
| 240 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 241 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 242 | 242 | ), |
| 243 | 243 | ), |
| 244 | 244 | ), |
| 245 | - 'info_text' => array( |
|
| 245 | + 'info_text' => array ( |
|
| 246 | 246 | 'exclude' => 1, |
| 247 | 247 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.info_text', |
| 248 | - 'config' => array( |
|
| 248 | + 'config' => array ( |
|
| 249 | 249 | 'type' => 'text', |
| 250 | 250 | 'cols' => 40, |
| 251 | 251 | 'rows' => 15, |
@@ -253,24 +253,24 @@ discard block |
||
| 253 | 253 | 'enableRichtext' => true, |
| 254 | 254 | ), |
| 255 | 255 | ), |
| 256 | - 'metadata_object' => array( |
|
| 256 | + 'metadata_object' => array ( |
|
| 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_metadatagroup.metadata_object', |
| 260 | - 'config' => array( |
|
| 260 | + 'config' => array ( |
|
| 261 | 261 | 'type' => 'inline', |
| 262 | 262 | 'foreign_table' => 'tx_dpf_domain_model_metadataobject', |
| 263 | 263 | 'foreign_field' => 'metadatagroup', |
| 264 | 264 | 'foreign_label' => 'display_name', |
| 265 | 265 | 'foreign_sortby' => 'sorting', |
| 266 | - 'behaviour' => array( |
|
| 266 | + 'behaviour' => array ( |
|
| 267 | 267 | 'disableMovingChildrenWithParent' => 1, |
| 268 | 268 | ), |
| 269 | 269 | 'size' => 10, |
| 270 | 270 | 'autoSizeMax' => 30, |
| 271 | 271 | 'maxitems' => 9999, |
| 272 | 272 | 'multiple' => 0, |
| 273 | - 'appearance' => array( |
|
| 273 | + 'appearance' => array ( |
|
| 274 | 274 | 'collapseAll' => 1, |
| 275 | 275 | 'levelLinksPosition' => 'top', |
| 276 | 276 | '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_metadatapage', |
| 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,72 +36,72 @@ discard block |
||
| 36 | 36 | 'searchFields' => 'name, display_name, page_number, access_restriction_roles, metadata_group', |
| 37 | 37 | 'iconfile' => 'EXT:dpf/Resources/Public/Icons/default.gif', |
| 38 | 38 | ), |
| 39 | - 'interface' => array( |
|
| 39 | + 'interface' => array ( |
|
| 40 | 40 | 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, display_name, page_number, access_restriction_roles, metadata_group', |
| 41 | 41 | ), |
| 42 | - 'types' => array( |
|
| 43 | - '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, page_number, access_restriction_roles, metadata_group, --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, page_number, access_restriction_roles, metadata_group, --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( |
|
| 49 | - 'sys_language_uid' => array( |
|
| 48 | + 'columns' => array ( |
|
| 49 | + 'sys_language_uid' => array ( |
|
| 50 | 50 | 'exclude' => 1, |
| 51 | 51 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', |
| 52 | - 'config' => array( |
|
| 52 | + 'config' => array ( |
|
| 53 | 53 | 'type' => 'select', |
| 54 | 54 | 'renderType' => 'selectSingle', |
| 55 | 55 | 'foreign_table' => 'sys_language', |
| 56 | 56 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 57 | - 'items' => array( |
|
| 58 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 59 | - array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 57 | + 'items' => array ( |
|
| 58 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1), |
|
| 59 | + array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0), |
|
| 60 | 60 | ), |
| 61 | 61 | 'default' => 0, |
| 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_metadatapage', |
| 75 | 75 | 'foreign_table_where' => 'AND tx_dpf_domain_model_metadatapage.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadatapage.sys_language_uid IN (-1,0)', |
| 76 | 76 | 'default' => 0, |
| 77 | 77 | ), |
| 78 | 78 | ), |
| 79 | - 'l10n_diffsource' => array( |
|
| 80 | - 'config' => array( |
|
| 79 | + 'l10n_diffsource' => array ( |
|
| 80 | + 'config' => array ( |
|
| 81 | 81 | 'type' => 'passthrough', |
| 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 | - 'hidden' => array( |
|
| 92 | + 'hidden' => array ( |
|
| 93 | 93 | 'exclude' => 1, |
| 94 | 94 | 'l10n_mode' => 'exclude', |
| 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 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', |
| 103 | - 'config' => array( |
|
| 104 | - 'behaviour' => array( |
|
| 103 | + 'config' => array ( |
|
| 104 | + 'behaviour' => array ( |
|
| 105 | 105 | 'allowLanguageSynchronization' => true |
| 106 | 106 | ), |
| 107 | 107 | 'type' => 'input', |
@@ -110,16 +110,16 @@ discard block |
||
| 110 | 110 | 'eval' => 'datetime', |
| 111 | 111 | 'checkbox' => 0, |
| 112 | 112 | 'default' => 0, |
| 113 | - 'range' => array( |
|
| 113 | + 'range' => array ( |
|
| 114 | 114 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 115 | 115 | ), |
| 116 | 116 | ), |
| 117 | 117 | ), |
| 118 | - 'endtime' => array( |
|
| 118 | + 'endtime' => array ( |
|
| 119 | 119 | 'exclude' => 1, |
| 120 | 120 | 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', |
| 121 | - 'config' => array( |
|
| 122 | - 'behaviour' => array( |
|
| 121 | + 'config' => array ( |
|
| 122 | + 'behaviour' => array ( |
|
| 123 | 123 | 'allowLanguageSynchronization' => true |
| 124 | 124 | ), |
| 125 | 125 | 'type' => 'input', |
@@ -128,58 +128,58 @@ discard block |
||
| 128 | 128 | 'eval' => 'datetime', |
| 129 | 129 | 'checkbox' => 0, |
| 130 | 130 | 'default' => 0, |
| 131 | - 'range' => array( |
|
| 131 | + 'range' => array ( |
|
| 132 | 132 | 'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')), |
| 133 | 133 | ), |
| 134 | 134 | ), |
| 135 | 135 | ), |
| 136 | - 'name' => array( |
|
| 136 | + 'name' => array ( |
|
| 137 | 137 | 'exclude' => 1, |
| 138 | 138 | 'l10n_mode' => 'exclude', |
| 139 | 139 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatapage.name', |
| 140 | - 'config' => array( |
|
| 140 | + 'config' => array ( |
|
| 141 | 141 | 'type' => 'input', |
| 142 | 142 | 'size' => 30, |
| 143 | 143 | 'eval' => 'trim,uniqueInPid', |
| 144 | 144 | ), |
| 145 | 145 | ), |
| 146 | - 'display_name' => array( |
|
| 146 | + 'display_name' => array ( |
|
| 147 | 147 | 'exclude' => 1, |
| 148 | 148 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatapage.display_name', |
| 149 | - 'config' => array( |
|
| 149 | + 'config' => array ( |
|
| 150 | 150 | 'type' => 'input', |
| 151 | 151 | 'size' => 30, |
| 152 | 152 | 'eval' => 'trim', |
| 153 | 153 | ), |
| 154 | 154 | ), |
| 155 | - 'page_number' => array( |
|
| 155 | + 'page_number' => array ( |
|
| 156 | 156 | 'exclude' => 1, |
| 157 | 157 | 'l10n_mode' => 'exclude', |
| 158 | 158 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatapage.page_number', |
| 159 | - 'config' => array( |
|
| 159 | + 'config' => array ( |
|
| 160 | 160 | 'type' => 'input', |
| 161 | 161 | 'size' => 4, |
| 162 | 162 | 'eval' => 'int', |
| 163 | 163 | ), |
| 164 | 164 | ), |
| 165 | - 'access_restriction_roles' => array( |
|
| 165 | + 'access_restriction_roles' => array ( |
|
| 166 | 166 | 'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatapage.access_restriction_roles', |
| 167 | - 'config' => array( |
|
| 167 | + 'config' => array ( |
|
| 168 | 168 | 'type' => 'select', |
| 169 | 169 | 'renderType' => 'selectMultipleSideBySide', |
| 170 | 170 | 'size' => 2, |
| 171 | 171 | 'maxitems' => 2, |
| 172 | - 'items' => array( |
|
| 173 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 174 | - array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 172 | + 'items' => array ( |
|
| 173 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER), |
|
| 174 | + array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN), |
|
| 175 | 175 | ), |
| 176 | 176 | ), |
| 177 | 177 | ), |
| 178 | - 'metadata_group' => array( |
|
| 178 | + 'metadata_group' => 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_metadatapage.metadata_group', |
| 182 | - 'config' => array( |
|
| 182 | + 'config' => array ( |
|
| 183 | 183 | 'type' => 'select', |
| 184 | 184 | 'renderType' => 'selectMultipleSideBySide', |
| 185 | 185 | 'foreign_table' => 'tx_dpf_domain_model_metadatagroup', |
@@ -189,24 +189,24 @@ discard block |
||
| 189 | 189 | 'autoSizeMax' => 30, |
| 190 | 190 | 'maxitems' => 9999, |
| 191 | 191 | 'multiple' => 0, |
| 192 | - 'wizards' => array( |
|
| 192 | + 'wizards' => array ( |
|
| 193 | 193 | '_VERTICAL' => 1, |
| 194 | 194 | ), |
| 195 | - 'fieldControl' => array( |
|
| 196 | - 'editPopup' => array( |
|
| 195 | + 'fieldControl' => array ( |
|
| 196 | + 'editPopup' => array ( |
|
| 197 | 197 | 'disabled' => false, |
| 198 | 198 | ), |
| 199 | - 'addRecord' => array( |
|
| 199 | + 'addRecord' => array ( |
|
| 200 | 200 | 'disabled' => false, |
| 201 | - 'options' => array( |
|
| 201 | + 'options' => array ( |
|
| 202 | 202 | 'setValue' => 'prepend', |
| 203 | 203 | ), |
| 204 | 204 | ), |
| 205 | 205 | ), |
| 206 | 206 | ), |
| 207 | 207 | ), |
| 208 | - 'documenttype' => array( |
|
| 209 | - 'config' => array( |
|
| 208 | + 'documenttype' => array ( |
|
| 209 | + 'config' => array ( |
|
| 210 | 210 | 'type' => 'passthrough', |
| 211 | 211 | ), |
| 212 | 212 | ), |