|
@@ -25,10 +25,17 @@
|
25
|
25
|
{{ 'home.add_element'|trans({}, 'navigationui') }} >>
|
26
|
26
|
</a>
|
27
|
27
|
|
28
|
|
- {% include "MuzichCoreBundle:SearchElement:form.html.twig" with {
|
29
|
|
- 'form_name' : search_form_name,
|
30
|
|
- 'search_tags' : search_tags_id
|
31
|
|
- } %}
|
|
28
|
+ <form action="{{ path('search_elements') }}" method="post" {{ form_enctype(search_form) }}>
|
|
29
|
+
|
|
30
|
+ {% include "MuzichCoreBundle:SearchElement:form.html.twig" with {
|
|
31
|
+ 'form_name' : search_form_name,
|
|
32
|
+ 'search_tags' : search_tags_id
|
|
33
|
+ } %}
|
|
34
|
+
|
|
35
|
+ <span class="help">{{ 'tags_filter.help'|trans({}, 'userui') }}</span>
|
|
36
|
+ <br />
|
|
37
|
+ <input type="submit" value="{{ 'filter.submit'|trans({}, 'userui') }}"/>
|
|
38
|
+ </form>
|
32
|
39
|
|
33
|
40
|
{% include "MuzichCoreBundle:SearchElement:default.html.twig" %}
|
34
|
41
|
|