diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-02-27 21:59:27 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 12:17:36 +0200 |
commit | d63f7cf5b8a25bba0de8ee11202edda3ca062eb4 (patch) | |
tree | 62a0ba8e7df90f9ee110d57e57f6deca200e1dc6 /tpl/default/page.header.html | |
parent | dfb058c616a29cc712832e7e00a25e2f96eb44ce (diff) | |
download | Shaarli-d63f7cf5b8a25bba0de8ee11202edda3ca062eb4.tar.gz Shaarli-d63f7cf5b8a25bba0de8ee11202edda3ca062eb4.tar.zst Shaarli-d63f7cf5b8a25bba0de8ee11202edda3ca062eb4.zip |
Desktop search fields
Diffstat (limited to 'tpl/default/page.header.html')
-rw-r--r-- | tpl/default/page.header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index f67f6e1f..3f2075c1 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -92,17 +92,17 @@ | |||
92 | value="{$search_crits}" | 92 | value="{$search_crits}" |
93 | {/if} | 93 | {/if} |
94 | > | 94 | > |
95 | <input type="submit" value="Search" class="bigbutton"> | 95 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> |
96 | </form> | 96 | </form> |
97 | <form method="GET" class="tagfilter" name="tagfilter"> | 97 | <form method="GET" class="tagfilter" name="tagfilter"> |
98 | <input type="text" tabindex="2" name="searchtags" id="tagfilter_value" placeholder="Filter by tag" | 98 | <input type="text" tabindex="2" name="searchtags" id="tagfilter_value" placeholder="Filter by tag" |
99 | {if="!empty($search_crits) && $search_type=='tags'"} | 99 | {if="!empty($search_crits) && $search_type=='tags'"} |
100 | value="{function="implode(' ', $search_crits)"}" | 100 | value="{function="implode(' ', $search_crits)"}" |
101 | {/if} | 101 | {/if} |
102 | autocomplete="off" class="awesomplete" data-multiple data-minChars="1" | 102 | autocomplete="off" data-multiple data-minChars="1" |
103 | data-list="{loop="$tags"}{$key}, {/loop}" | 103 | data-list="{loop="$tags"}{$key}, {/loop}" |
104 | > | 104 | > |
105 | <input type="submit" value="Search" class="bigbutton"> | 105 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> |
106 | </form> | 106 | </form> |
107 | </div> | 107 | </div> |
108 | </div> | 108 | </div> |