diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-15 14:22:14 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-15 14:22:14 +0100 |
commit | 3a82ed09f365fa44accaf68f07a909bdd8557992 (patch) | |
tree | a5cc4c948226616d68b96bd042ccc37056b6c91e | |
parent | 9a631bab7fb7ca0c60c9fd1c688b3c58ecec40f8 (diff) | |
parent | 582b0d40df12becc09f8f474332af451806646be (diff) | |
download | Shaarli-3a82ed09f365fa44accaf68f07a909bdd8557992.tar.gz Shaarli-3a82ed09f365fa44accaf68f07a909bdd8557992.tar.zst Shaarli-3a82ed09f365fa44accaf68f07a909bdd8557992.zip |
Merge branch 'cleaner-searchfields' into next
-rw-r--r-- | tpl/linklist.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html index c8dfd122..0b328aff 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -5,8 +5,8 @@ | |||
5 | <div id="pageheader"> | 5 | <div id="pageheader"> |
6 | {include="page.header"} | 6 | {include="page.header"} |
7 | <div id="headerform" class="search"> | 7 | <div id="headerform" class="search"> |
8 | <form method="GET" class="searchform" name="searchform"><input type="text" id="searchform_value" name="searchterm" value=""> <input type="submit" value="Search" class="bigbutton"></form> | 8 | <form method="GET" class="searchform" name="searchform"><input type="text" id="searchform_value" name="searchterm" placeholder="Search text" value=""> <input type="submit" value="🔍" class="bigbutton"></form> |
9 | <form method="GET" class="tagfilter" name="tagfilter"><input type="text" name="searchtags" id="tagfilter_value" value=""> <input type="submit" value="Filter by tag" class="bigbutton"></form> | 9 | <form method="GET" class="tagfilter" name="tagfilter"><input type="text" name="searchtags" id="tagfilter_value" placeholder="Filter by tag" value=""> <input type="submit" value="🔍" class="bigbutton"></form> |
10 | </div> | 10 | </div> |
11 | </div> | 11 | </div> |
12 | 12 | ||