summaryrefslogtreecommitdiff
path: root/templates/display_list_header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/display_list_header.tpl')
-rwxr-xr-x[-rw-r--r--]templates/display_list_header.tpl28
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}" />&nbsp;&nbsp;&nbsp;&nbsp;
- {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}" />&nbsp;
- <input type="submit" name="active" value="{tr}Inactive{/tr}" />&nbsp;
- <input type="submit" name="active" value="{tr}All{/tr}" />
- {/if}
- <br /><br />
-
- {biticon ipackage="icons" iname="edit-find" iexplain="Search"} &nbsp;
- <label>{tr}Key{/tr}:&nbsp;<input size="6" type="text" name="find_key" value="{$find_key|default:$smarty.request.find_key|escape}" /></label> &nbsp;
- <label>{tr}Title{/tr}:&nbsp;<input size="20" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> &nbsp;
- <label>{tr}Location{/tr}:&nbsp;<input size="20" type="text" name="find_location" value="{$find_location|default:$smarty.request.find_location|escape}" /></label> &nbsp;
- <label>{tr}Postcode{/tr}:&nbsp;<input size="10" type="text" name="find_postcode" value="{$find_postcode|default:$smarty.request.find_postcode|escape}" /></label> &nbsp;
- <br />
- <label>{tr}Number{/tr}:&nbsp;<input size="10" type="text" name="find_xref" value="{$find_xref|default:$smarty.request.find_xref|escape}" /></label> &nbsp;
- <input type="submit" name="search" value="{tr}Find{/tr}" />&nbsp;
- <input type="button" onclick="location.href='{$smarty.server.PHP_SELF}{if $hidden}?{/if}{foreach from=$hidden item=value key=name}{$name}={$value}&amp;{/foreach}'" value="{tr}Reset{/tr}" />
+ <label class="col-md-1 col-sm-3 col-xs-12">{tr}Key{/tr}:&nbsp;<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}:&nbsp;<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}:&nbsp;<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}:&nbsp;<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}:&nbsp;<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}" />&nbsp;
+ <input type="button" onclick="location.href='{$smarty.server.PHP_SELF}{if $hidden}?{/if}{foreach from=$hidden item=value key=name}{$name}={$value}&amp;{/foreach}'" value="{tr}Reset{/tr}" />
+ </div>
{/form}
</div> \ No newline at end of file