Skip to content
Snippets Groups Projects
Commit 12d8c0ea authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Use real TYPO3 form handling

parent b238a87a
No related branches found
No related tags found
1 merge request!13Feature frontend filters
......@@ -17,7 +17,7 @@
</f:then>
<f:else>
<f:comment><!--Set the layout to single if there is only one item.--></f:comment>
<form>
<f:form action="index" method="get">
<div class="row">
<f:if condition="{filtersTop} || {submitButton.position} == 'top' || {submitButton.position} == 'both'">
<div class="sg-video-filters sg-video-filters-top gap-2 d-flex align-items-baseline">
......@@ -91,7 +91,7 @@
</div>
</f:if>
</div>
</form>
</f:form>
</f:else>
</f:if>
</f:section>
......
......@@ -39,7 +39,7 @@
</f:then>
<f:else>
<f:comment><!--Set the layout to single if there is only one item.--></f:comment>
<form>
<f:form action="index" method="get">
<div class="row">
<f:if condition="{filtersTop} || {submitButton.position} == 'top' || {submitButton.position} == 'both'">
<div class="sg-video-filters sg-video-filters-top">
......@@ -99,7 +99,7 @@
</div>
</f:if>
</div>
</form>
</f:form>
</f:else>
</f:if>
</f:section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment