]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Add ellipsis to Search bar placeholder
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Oct 2018 18:10:47 +0000 (19:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Oct 2018 18:10:47 +0000 (19:10 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/base.html

index 8c25c00d5b23ce71828f6078e362d11d9d750bb2..b491e8eb899dca96cefefa863dba50d194d297e9 100644 (file)
@@ -9,7 +9,7 @@
 {% block menu %}
        <form class="form-inline ml-auto my-2 my-lg-0" action="/search" method="GET">
                <input class="form-control form-control-sm mr-sm-2" type="search" name="q"
-                       placeholder="{{ _("Search") }}" aria-label="{{ _("Search") }}" value="{% try %}{{ q }}{% except %}{% end %}">
+                       placeholder="{{ _("Search...") }}" aria-label="{{ _("Search") }}" value="{% try %}{{ q }}{% except %}{% end %}">
        </form>
 {% end block %}