1 <html xmlns:
f=
"http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid=
"true">
2 <h3><f:translate key=
"importdata_selectFileToImport" /></h3>
3 <div class=
"form-group">
4 <label for=
"impexp-file">
5 <f:be.buttons.csh
table=
"xMOD_tx_impexp" field=
"importFile"><f:translate key=
"importdata_file" /></f:be.buttons.csh
>
7 <f:form.select
name=
"tx_impexp[file]" class=
"form-control" id=
"impexp-file" value=
"{inData.file}" options=
"{fileSelectOptions}" />
8 <p class=
"help-block">{importPath}
</p>
9 <f:if condition=
"{import.compress}">
10 <f:else><span class=
"text-danger"><f:translate key=
"importdata_noteNoDecompressorAvailable" /></span></f:else>
13 <h3><f:translate key=
"importdata_importOptions" /></h3>
16 <f:be.buttons.csh
table=
"xMOD_tx_impexp" field=
"update"><f:translate key=
"importdata_update" /></f:be.buttons.csh
>
18 <div class=
"form-group">
19 <label for=
"checkDo_update">
20 <f:form.checkbox
name=
"tx_impexp[do_update]" id=
"checkDo_update" value=
"1" checked=
"{inData.do_update} == 1" />
21 <f:translate key=
"importdata_updateRecords" />
23 <p class=
"help-block">(
<f:translate key=
"importdata_thisOptionRequiresThat" />)
</p>
25 <f:if condition=
"{inData.do_update}">
26 <div class=
"form-group">
27 <label for=
"checkGlobal_ignore_pid">
28 <f:form.checkbox
name=
"tx_impexp[global_ignore_pid]" id=
"checkGlobal_ignore_pid" value=
"1" checked=
"{inData.global_ignore_pid} == 1" />
29 <f:translate key=
"importdata_ignorePidDifferencesGlobally" />
31 <p class=
"help-block">(
<f:translate key=
"importdata_ifYouSetThis" />)
</p>
36 <f:be.buttons.csh
table=
"xMOD_tx_impexp" field=
"options"><f:translate key=
"importdata_options" /></f:be.buttons.csh
>
38 <div class=
"form-group">
39 <label for=
"checkNotShowDiff">
40 <f:form.checkbox
name=
"tx_impexp[notShowDiff]" id=
"checkNotShowDiff" value=
"1" checked=
"{inData.notShowDiff} == 1" />
41 <f:translate key=
"importdata_doNotShowDifferences" />
43 <p class=
"help-block">(
<f:translate key=
"importdata_greenValuesAreFrom" />)
</p>
45 <f:if condition=
"{isAdmin}">
46 <f:if condition=
"!{inData.do_update}">
47 <div class=
"form-group">
48 <label for=
"checkForce_all_UIDS">
49 <f:form.checkbox
name=
"tx_impexp[force_all_UIDS]" id=
"checkForce_all_UIDS" value=
"1"
50 checked=
"{inData.force_all_UIDS} == 1" />
51 <span class=
"text-danger">
52 <f:translate key=
"importdata_force_all_UIDS" />
55 <p class=
"help-block">(
<f:translate key=
"importdata_force_all_UIDS_descr" />)
</p>
61 <f:be.buttons.csh
table=
"xMOD_tx_impexp" field=
"action"><f:translate key=
"importdata_action" /></f:be.buttons.csh
>
63 <f:if condition=
"{inData.import_file}">
65 <f:form.submit
class=
"btn btn-default" name=
"tx_impexp[new_import]" value=
"{f:translate(key: 'importdata_newImport')}" />
68 <f:form.submit
class=
"btn btn-default" value=
"{f:translate(key: 'importdata_preview')}" />
69 <f:if condition=
"{inData.file}">
70 -
<f:form.hidden
name=
"not-set" value=
"1" id=
"t3js-submit-field" />
71 <f:if condition=
"{inData.do_update}">
73 <f:form.button
class=
"btn btn-default t3js-confirm-trigger"
74 type=
"button" name=
"tx_impexp[import_file]"
75 data=
"{title: '{f:translate(key: \'pleaseConfirm\')}', message: '{f:translate(key: \'makesavefo_areYouSure\')}'}">
76 <f:translate key=
"importdata_update_299e" />
80 <f:form.button
class=
"btn btn-default t3js-confirm-trigger"
81 type=
"button" name=
"tx_impexp[import_file]"
82 data=
"{title: '{f:translate(key: \'pleaseConfirm\')}', message: '{f:translate(key: \'makesavefo_areYouSure\')}'}">
83 <f:translate key=
"importdata_import" />
90 <f:form.hidden
name=
"tx_impexp[action]" value=
"import" />
93 <f:be.buttons.csh
table=
"xMOD_tx_impexp" field=
"enableLogging"><f:translate key=
"importdata_enableLogging" /></f:be.buttons.csh
>
95 <div class=
"form-group">
96 <label for=
"checkEnableLogging">
97 <f:form.checkbox
name=
"tx_impexp[enableLogging]" id=
"checkEnableLogging" value=
"1"
98 checked=
"{inData.enableLogging} == 1" />
99 <f:translate key=
"importdata_writeIndividualDbActions" />
101 <p class=
"help-block">(
<f:translate key=
"importdata_thisIsDisabledBy" />)
</p>