diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-08-25 10:30:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-08-25 10:30:50 +0000 |
| commit | 6ee13487f257cb98b477c0d622e114c7be339e72 (patch) | |
| tree | 571132074d5feb12f384cbdeccb6f10eaa9de180 /templates | |
| parent | 1a20e052c92b93c836165dd1e3afd0e630668e03 (diff) | |
| download | pigeonholes-6ee13487f257cb98b477c0d622e114c7be339e72.tar.gz pigeonholes-6ee13487f257cb98b477c0d622e114c7be339e72.tar.bz2 pigeonholes-6ee13487f257cb98b477c0d622e114c7be339e72.zip | |
add option to return members in subcategories when filtering data
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/service_list_options_inc.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/service_list_options_inc.tpl b/templates/service_list_options_inc.tpl index fefd839..f097a09 100644 --- a/templates/service_list_options_inc.tpl +++ b/templates/service_list_options_inc.tpl @@ -1,10 +1,13 @@ {strip} {if $pigeonList} {form legend="Only view entries in the following Categories"} - {html_checkboxes options=$pigeonList values=$pigeonList selected=$smarty.request.pigeonholes.filter name="pigeonholes[filter]" id=pigeonholes_filter separator=" "} + {html_checkboxes options=$pigeonList values=$pigeonList selected=$smarty.request.pigeonholes.filter name="pigeonholes[filter]" separator=" "} <div class="submit"> <input type="submit" name="apply" value="{tr}Apply Filter{/tr}" /> + <input type="submit" name="pigeonholes[no_filter]" value="{tr}No Filter{/tr}" /> + <br /> + <label><input type="checkbox" {if $smarty.request.pigeonholes.sub_holes}checked="checked"{/if} name="pigeonholes[sub_holes]" /> {tr}Include subcategories{/tr}</label> </div> {/form} {/if} |
