diff options
Diffstat (limited to 'templates/display_list_header.tpl')
| -rwxr-xr-x | templates/display_list_header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/display_list_header.tpl b/templates/display_list_header.tpl index 58269be..c79cee3 100755 --- a/templates/display_list_header.tpl +++ b/templates/display_list_header.tpl @@ -5,7 +5,6 @@ {/foreach} <input type="hidden" name="sort_mode" value="{$sort_mode|default:$smarty.request.sort_mode}" /> - <label class="col-md-1 col-sm-3 col-xs-12">{tr}Key{/tr}: <input size="4" type="text" name="find_key" value="{$find_key|default:$smarty.request.find_key|escape}" /></label> <label class="col-md-3 col-sm-3 col-xs-12">{tr}Title{/tr}: <input size="20" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label class="col-md-3 col-sm-3 col-xs-12">{tr}Location{/tr}: <input size="20" type="text" name="find_location" value="{$find_location|default:$smarty.request.find_location|escape}" /></label> <label class="col-md-2 col-sm-3 col-xs-12">{tr}Postcode{/tr}: <input size="10" type="text" name="find_postcode" value="{$find_postcode|default:$smarty.request.find_postcode|escape}" /></label> |
