diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-10-19 09:43:05 +0100 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-10-19 09:43:05 +0100 |
| commit | 3daefec46f35877dedc34053732a148980c9a55c (patch) | |
| tree | aa996af25d9cd3056ecac9ed01086e5c7be8906d /templates | |
| parent | b8e8d4934527e8848376051f61eefbdf6c7f9e06 (diff) | |
| download | contact-3daefec46f35877dedc34053732a148980c9a55c.tar.gz contact-3daefec46f35877dedc34053732a148980c9a55c.tar.bz2 contact-3daefec46f35877dedc34053732a148980c9a55c.zip | |
Inculde default contact type list into admin page
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_contact.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/admin_contact.tpl b/templates/admin_contact.tpl index 1babbec..dd2634c 100644 --- a/templates/admin_contact.tpl +++ b/templates/admin_contact.tpl @@ -12,6 +12,14 @@ </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> |
