diff options
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/linklist.html | 2 | ||||
-rw-r--r-- | tpl/default/page.header.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 94370203..57ef4567 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -34,7 +34,7 @@ | |||
34 | {if="!empty($search_tags)"} | 34 | {if="!empty($search_tags)"} |
35 | value="{$search_tags}" | 35 | value="{$search_tags}" |
36 | {/if} | 36 | {/if} |
37 | autocomplete="off" data-multiple data-minChars="1" | 37 | autocomplete="off" data-multiple data-autofirst data-minChars="1" |
38 | data-list="{loop="$tags"}{$key}, {/loop}" | 38 | data-list="{loop="$tags"}{$key}, {/loop}" |
39 | > | 39 | > |
40 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | 40 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> |
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index b76fc03e..03ca6843 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <div class="pure-u-lg-0 pure-u-1"> | 2 | <div class="pure-u-lg-0 pure-u-1"> |
3 | <div class="pure-menu"> | 3 | <div class="pure-menu"> |
4 | <a href="{$titleLink}" class="pure-menu-link"> | 4 | <a href="{$titleLink}" class="pure-menu-link"> |
5 | <i class="fa fa-home"></i> | 5 | <img src="img/icon.png" width="16" height="16" class="head-logo" alt="logo" /> |
6 | {$shaarlititle} | 6 | {$shaarlititle} |
7 | </a> | 7 | </a> |
8 | <a href="#" class="menu-toggle" id="menu-toggle"><s class="bar"></s><s class="bar"></s></a> | 8 | <a href="#" class="menu-toggle" id="menu-toggle"><s class="bar"></s><s class="bar"></s></a> |
@@ -114,7 +114,7 @@ | |||
114 | {if="!empty($search_tags)"} | 114 | {if="!empty($search_tags)"} |
115 | value="{$search_tags}" | 115 | value="{$search_tags}" |
116 | {/if} | 116 | {/if} |
117 | autocomplete="off" data-multiple data-minChars="1" | 117 | autocomplete="off" data-multiple data-autofirst data-minChars="1" |
118 | data-list="{loop="$tags"}{$key}, {/loop}" | 118 | data-list="{loop="$tags"}{$key}, {/loop}" |
119 | > | 119 | > |
120 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | 120 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> |