diff options
Diffstat (limited to 'themes/default/_search-form.twig')
-rwxr-xr-x | themes/default/_search-form.twig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/default/_search-form.twig b/themes/default/_search-form.twig deleted file mode 100755 index 0cf6097a..00000000 --- a/themes/default/_search-form.twig +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | <div id="search-form" class="messages info"> | ||
2 | <form method="get" action="index.php"> | ||
3 | <p> | ||
4 | <input type="hidden" name="view" value="search"></input> | ||
5 | <label>{% trans "Search" %}</label> : <input type="text" required placeholder="{% trans "Enter your search here" %}" name="search" id="searchfield" /> | ||
6 | <input type="submit" value="{% trans "Search" %} !"></input> | ||
7 | </p> | ||
8 | </form> | ||
9 | </div> | ||