StructuresEvents.html 619 B

123456789101112131415161718
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  3. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  4. <f:comment><!-- uses the layout StructuresEvents, defined in layouts/[templateName]/StructuresEvents.html --></f:comment>
  5. <f:layout name="{ot:template.current()}/StructuresEvents" />
  6. <f:section name='Configuration'>
  7. <flux:form id="structuresEvents" label="LLL:template_structures_events" extensionName="Opentalent.OtTemplating">
  8. </flux:form>
  9. <!-- Backend layout grid -->
  10. <flux:grid>
  11. <flux:grid.row>
  12. </flux:grid.row>
  13. </flux:grid>
  14. </f:section>