diff options
Diffstat (limited to 'templates/display_list_header.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/display_list_header.tpl | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/templates/display_list_header.tpl b/templates/display_list_header.tpl index 82f1f56..58269be 100644..100755 --- a/templates/display_list_header.tpl +++ b/templates/display_list_header.tpl @@ -5,24 +5,14 @@ {/foreach} <input type="hidden" name="sort_mode" value="{$sort_mode|default:$smarty.request.sort_mode}" /> - {include file="bitpackage:contact/contact_options_inc.tpl"} - <input type="submit" name="refresh" value="{tr}Update Contact Filter{/tr}" /> - {if $gBitUser->hasPermission('p_edit_contact')} - <input type="hidden" name="active" value="{$active|default:$smarty.request.active}" /> - <input type="submit" name="active" value="{tr}Active{/tr}" /> - <input type="submit" name="active" value="{tr}Inactive{/tr}" /> - <input type="submit" name="active" value="{tr}All{/tr}" /> - {/if} - <br /><br /> - - {biticon ipackage="icons" iname="edit-find" iexplain="Search"} - <label>{tr}Key{/tr}: <input size="6" type="text" name="find_key" value="{$find_key|default:$smarty.request.find_key|escape}" /></label> - <label>{tr}Title{/tr}: <input size="20" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> - <label>{tr}Location{/tr}: <input size="20" type="text" name="find_location" value="{$find_location|default:$smarty.request.find_location|escape}" /></label> - <label>{tr}Postcode{/tr}: <input size="10" type="text" name="find_postcode" value="{$find_postcode|default:$smarty.request.find_postcode|escape}" /></label> - <br /> - <label>{tr}Number{/tr}: <input size="10" type="text" name="find_xref" value="{$find_xref|default:$smarty.request.find_xref|escape}" /></label> - <input type="submit" name="search" value="{tr}Find{/tr}" /> - <input type="button" onclick="location.href='{$smarty.server.PHP_SELF}{if $hidden}?{/if}{foreach from=$hidden item=value key=name}{$name}={$value}&{/foreach}'" value="{tr}Reset{/tr}" /> + <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> + <label class="col-md-2 col-sm-3 col-xs-12">{tr}Number{/tr}: <input size="10" type="text" name="find_xref" value="{$find_xref|default:$smarty.request.find_xref|escape}" /></label> + <div class="col-md-1 col-sm-3 col-xs-12"> + <input type="submit" name="search" value="{tr}Find{/tr}" /> + <input type="button" onclick="location.href='{$smarty.server.PHP_SELF}{if $hidden}?{/if}{foreach from=$hidden item=value key=name}{$name}={$value}&{/foreach}'" value="{tr}Reset{/tr}" /> + </div> {/form} </div>
\ No newline at end of file |
