]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/_search-form.twig
URL encode 'via @wallabagapp' email body
[github/wallabag/wallabag.git] / themes / baggy / _search-form.twig
index b1e17dd8807fdc51a1793315958c515baebc7a0f..73f7951f81a2b74062276822d829c9a4189d2681 100644 (file)
@@ -1,7 +1,7 @@
 <div id="search-form" class="messages info popup-form">
 <form method="get" action="index.php">
-                               <h2>{%trans "Search" %}</h2>
-        <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
+       <h2>{%trans "Search" %}</h2>
+        <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
         <input type="hidden" name="view" value="search"></input>
         <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
         <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>