aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-12 15:27:55 +0100
committernodiscc <nodiscc@gmail.com>2015-03-12 21:00:50 +0100
commit582b0d40df12becc09f8f474332af451806646be (patch)
tree5dc6992159535dcaeccdde09c488626a9ff0a43b /tpl
parent3ef1da28e8cc5afcfe58be067e7e60528ce72f1a (diff)
downloadShaarli-582b0d40df12becc09f8f474332af451806646be.tar.gz
Shaarli-582b0d40df12becc09f8f474332af451806646be.tar.zst
Shaarli-582b0d40df12becc09f8f474332af451806646be.zip
add placeholder text for search fields, change button text to magnifying glass unicode symbol
Diffstat (limited to 'tpl')
-rw-r--r--tpl/linklist.html4
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