diff options
-rw-r--r-- | tpl/linklist.html | 5 |
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> |