]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/search_form.html.twig
Removed old, not so maintained and buggy baggy theme
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / Entry / search_form.html.twig
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/search_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/search_form.html.twig
deleted file mode 100644 (file)
index 20821b6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<form name="search" method="GET" action="{{ path('search')}}">
-    <h2>{{ 'menu.left.search'|trans }}</h2>
-    <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
-    {% if form_errors(form) %}
-        <span class="black-text">{{ form_errors(form) }}</span>
-    {% endif %}
-
-    {% if form_errors(form.term) %}
-        <span class="black-text">{{ form_errors(form.term) }}</span>
-    {% endif %}
-
-    <input type="hidden" name="currentRoute" value="{{ currentRoute }}" />
-
-    {{ form_widget(form.term, { 'attr': {'autocomplete': 'off', 'placeholder': 'entry.search.placeholder'} }) }}
-
-    {{ form_rest(form) }}
-</form>