aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/page.header.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/page.header.html')
-rw-r--r--tpl/default/page.header.html6
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>