diff options
Diffstat (limited to 'tpl/default/page.header.html')
-rw-r--r-- | tpl/default/page.header.html | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 9388ef79..2411703c 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -97,28 +97,26 @@ | |||
97 | 97 | ||
98 | <div id="content"> | 98 | <div id="content"> |
99 | <div id="search" class="subheader-form"> | 99 | <div id="search" class="subheader-form"> |
100 | <form method="GET" class="pure-form searchform" name="searchform"> | ||
101 | <input type="text" tabindex="1" id="searchform_value" name="searchterm" placeholder="{'Search text'|t}" | ||
102 | {if="!empty($search_term)"} | ||
103 | value="{$search_term}" | ||
104 | {/if} | ||
105 | > | ||
106 | <input type="text" tabindex="2" name="searchtags" id="tagfilter_value" placeholder="{'Filter by tag'|t}" | ||
107 | {if="!empty($search_tags)"} | ||
108 | value="{$search_tags}" | ||
109 | {/if} | ||
110 | autocomplete="off" data-multiple data-autofirst data-minChars="1" | ||
111 | data-list="{loop="$tags"}{$key}, {/loop}" | ||
112 | > | ||
113 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | ||
114 | </form> | ||
115 | </div> | ||
116 | <div id="actions" class="subheader-form"> | ||
100 | <div class="pure-g"> | 117 | <div class="pure-g"> |
101 | <div class="pure-u-1 pure-u-lg-1-2"> | 118 | <div class="pure-u-1"> |
102 | <form method="GET" class="searchform" name="searchform"> | 119 | <a href="" id="actions-delete" class="button">Delete</a> |
103 | <input type="text" tabindex="1" id="searchform_value" name="searchterm" placeholder="{'Search text'|t}" | ||
104 | {if="!empty($search_term)"} | ||
105 | value="{$search_term}" | ||
106 | {/if} | ||
107 | > | ||
108 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | ||
109 | </form> | ||
110 | </div> | ||
111 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
112 | <form method="GET" class="tagfilter" name="tagfilter"> | ||
113 | <input type="text" tabindex="2" name="searchtags" id="tagfilter_value" placeholder="{'Filter by tag'|t}" | ||
114 | {if="!empty($search_tags)"} | ||
115 | value="{$search_tags}" | ||
116 | {/if} | ||
117 | autocomplete="off" data-multiple data-autofirst data-minChars="1" | ||
118 | data-list="{loop="$tags"}{$key}, {/loop}" | ||
119 | > | ||
120 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | ||
121 | </form> | ||
122 | </div> | 120 | </div> |
123 | </div> | 121 | </div> |
124 | </div> | 122 | </div> |