aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/linklist.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-06-23 15:32:45 +0200
committernodiscc <nodiscc@gmail.com>2015-06-23 15:32:45 +0200
commit0923a2bc1b097bf1def882722db489d83d95c423 (patch)
treefe7afcf03caae2f6131cc263e745a6c0d6b8cfd8 /tpl/linklist.html
parente88368518dc35beac203c26d5e8ed1411d6f926c (diff)
downloadShaarli-0923a2bc1b097bf1def882722db489d83d95c423.tar.gz
Shaarli-0923a2bc1b097bf1def882722db489d83d95c423.tar.zst
Shaarli-0923a2bc1b097bf1def882722db489d83d95c423.zip
add tabindex 1/2 to search and tags fields
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r--tpl/linklist.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html
index 47e67e71..a59a9e51 100644
--- a/tpl/linklist.html
+++ b/tpl/linklist.html
@@ -8,9 +8,10 @@
8<div id="pageheader"> 8<div id="pageheader">
9 {include="page.header"} 9 {include="page.header"}
10 <div id="headerform" class="search"> 10 <div id="headerform" class="search">
11 <form method="GET" class="searchform" name="searchform"><input type="text" id="searchform_value" name="searchterm" placeholder="Search text" value=""> <input type="submit" value="Search" class="bigbutton"></form> 11 <form method="GET" class="searchform" name="searchform">
12 <input type="text" tabindex="1" id="searchform_value" name="searchterm" placeholder="Search text" value=""> <input type="submit" value="Search" class="bigbutton"></form>
12 <form method="GET" class="tagfilter" name="tagfilter"> 13 <form method="GET" class="tagfilter" name="tagfilter">
13 <input type="text" name="searchtags" id="tagfilter_value" placeholder="Filter by tag" value="" list="tagsList" autocomplete="off" class="awesomplete" data-minChars="1"> 14 <input type="text" tabindex="2" name="searchtags" id="tagfilter_value" placeholder="Filter by tag" value="" list="tagsList" autocomplete="off" class="awesomplete" data-minChars="1">
14 <datalist id="tagsList"> 15 <datalist id="tagsList">
15 {loop="$tags"}<option>{$key}</option>{/loop} 16 {loop="$tags"}<option>{$key}</option>{/loop}
16 </datalist> 17 </datalist>