From 79603e31463eb143392c5d27a5b2c87687b2460c Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 17 Nov 2011 15:53:59 +0100 Subject: expire settings for items, notes and photos. show default privacy acl in popup --- view/settings.tpl | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'view/settings.tpl') diff --git a/view/settings.tpl b/view/settings.tpl index 52f989f99..e269d97f1 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -55,18 +55,36 @@ $blockwall $blocktags -{{inc field_input.tpl with $field=$expire }}{{endinc}} +{{inc field_input.tpl with $field=$expire.days }}{{endinc}} +
+ Advanced +
+
+

$expire.advanced

+ {{ inc field_yesno.tpl with $field=$expire.items }}{{endinc}} + {{ inc field_yesno.tpl with $field=$expire.notes }}{{endinc}} + {{ inc field_yesno.tpl with $field=$expire.photos }}{{endinc}} +
+
+ +
+
- + $permissions $permdesc
+
-- cgit v1.2.3