summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lsces@lsces.co.uk>2010-10-19 09:43:05 +0100
committerLester Caine <lsces@lsces.co.uk>2010-10-19 09:43:05 +0100
commit3daefec46f35877dedc34053732a148980c9a55c (patch)
treeaa996af25d9cd3056ecac9ed01086e5c7be8906d /templates
parentb8e8d4934527e8848376051f61eefbdf6c7f9e06 (diff)
downloadcontact-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.tpl8
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>