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 @@ ...@@ -17,7 +17,7 @@
</f:then> </f:then>
<f:else> <f:else>
<f:comment><!--Set the layout to single if there is only one item.--></f:comment> <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"> <div class="row">
<f:if condition="{filtersTop} || {submitButton.position} == 'top' || {submitButton.position} == 'both'"> <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"> <div class="sg-video-filters sg-video-filters-top gap-2 d-flex align-items-baseline">
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</div> </div>
</f:if> </f:if>
</div> </div>
</form> </f:form>
</f:else> </f:else>
</f:if> </f:if>
</f:section> </f:section>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</f:then> </f:then>
<f:else> <f:else>
<f:comment><!--Set the layout to single if there is only one item.--></f:comment> <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"> <div class="row">
<f:if condition="{filtersTop} || {submitButton.position} == 'top' || {submitButton.position} == 'both'"> <f:if condition="{filtersTop} || {submitButton.position} == 'top' || {submitButton.position} == 'both'">
<div class="sg-video-filters sg-video-filters-top"> <div class="sg-video-filters sg-video-filters-top">
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</div> </div>
</f:if> </f:if>
</div> </div>
</form> </f:form>
</f:else> </f:else>
</f:if> </f:if>
</f:section> </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