diff options
Diffstat (limited to 'templates/admin_contact.tpl')
| -rw-r--r-- | templates/admin_contact.tpl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/admin_contact.tpl b/templates/admin_contact.tpl new file mode 100644 index 0000000..dd2634c --- /dev/null +++ b/templates/admin_contact.tpl @@ -0,0 +1,27 @@ +{strip} +{form legend="Contact List Features"} + <input type="hidden" name="page" value="{$page}" /> + + {foreach from=$formContactListFeatures key=item item=output} + <div class="row"> + {formlabel label=`$output.label` for=$item} + {forminput} + {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} + {/forminput} + {formhelp note=`$output.help` page=`$output.page`} + </div> + {/foreach} + + <div class="row"> + {formlabel label="Default Contact Types"} + {forminput} + {html_checkboxes name="defaultTypes" options=$contactTypeDefaults selected=$contactTypesSelected separator="<br />"} + {formhelp note="Default contact types to show on the contact filter when users do not have permission to change types of content viewed."} + {/forminput} + </div> + + <div class="row submit"> + <input type="submit" name="contactlistfeatures" value="{tr}Change preferences{/tr}" /> + </div> +{/form} +{/strip}
\ No newline at end of file |
