Olivier Massot пре 2 година
родитељ
комит
fc2687977c
1 измењених фајлова са 18 додато и 0 уклоњено
  1. 18 0
      ot_templating/Resources/Private/Templates/Page/Blank.html

+ 18 - 0
ot_templating/Resources/Private/Templates/Page/Blank.html

@@ -0,0 +1,18 @@
+{namespace flux=FluidTYPO3\Flux\ViewHelpers}
+{namespace ot=Opentalent\OtTemplating\ViewHelpers}
+
+<f:comment><!-- blank layout, used for the Home shortcuts pages --></f:comment>
+<f:layout name="{ot:template.current()}/Blank" />
+
+<f:section name='Configuration'>
+    <flux:form id="contact" label="LLL:template_blank" extensionName="Opentalent.OtTemplating">
+    </flux:form>
+
+    <!-- Backend layout grid -->
+    <flux:grid>
+        <flux:grid.row>
+        </flux:grid.row>
+    </flux:grid>
+
+</f:section>
+