Skip to content
Snippets Groups Projects
Commit 3d0b9757 authored by Reinhard Führicht's avatar Reinhard Führicht Committed by Anja Leichsenring
Browse files

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

Reformats Fluid templates to use Bootstrap markup.

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


Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 187fd7cf
No related merge requests found
......@@ -138,7 +138,7 @@
</f:if>
</f:for>
<label for="checkExclude">
<f:form.checkbox name="tx_impexp[exclude]" id="checkExclude" value="1" />
<input type="checkbox" name="tx_impexp[exclude]" id="checkExclude" value="1" />
<f:translate key="makeconfig_clearAllExclusions" />
</label>
</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