Skip to content
Snippets Groups Projects
Commit a038899e authored by Reinhard Führicht's avatar Reinhard Führicht Committed by Morton Jonuschat
Browse files

[FOLLOWUP][TASK] Import/Export Reformat Fluid templates

Reformats Fluid templates to use Bootstrap markup.

Resolves: #72764
Releases: master
Change-Id: Id5a5731aa30d24674d427a4801a0273e349c08f7
Reviewed-on: https://review.typo3.org/46033


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
parent a62280c0
No related merge requests found
......@@ -82,7 +82,9 @@
- <f:form.hidden name="not-set" value="1" id="t3js-submit-field" />
<f:if condition="{inData.do_update}">
<f:then>
<f:form.button type="button" class="btn btn-default t3js-confirm-trigger">
<f:form.button class="btn btn-default t3js-confirm-trigger"
type="button" name="tx_impexp[import_file]"
data="{title: '{f:translate(key: \'pleaseConfirm\')}', message: '{f:translate(key: \'makesavefo_areYouSure\')}'}">
<f:translate key="importdata_update_299e" />
</f:form.button>
</f:then>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment