aboutsummaryrefslogtreecommitdiffstats
path: root/view/settings.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-17 15:53:59 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-17 15:53:59 +0100
commit79603e31463eb143392c5d27a5b2c87687b2460c (patch)
tree88783dde1e52edbb53d28ed1eb1aac1fac5ac140 /view/settings.tpl
parent844a36e2b6c9cd8e934b57b7d56b7a9863f12929 (diff)
downloadvolse-hubzilla-79603e31463eb143392c5d27a5b2c87687b2460c.tar.gz
volse-hubzilla-79603e31463eb143392c5d27a5b2c87687b2460c.tar.bz2
volse-hubzilla-79603e31463eb143392c5d27a5b2c87687b2460c.zip
expire settings for items, notes and photos.
show default privacy acl in popup
Diffstat (limited to 'view/settings.tpl')
-rw-r--r--view/settings.tpl24
1 files changed, 21 insertions, 3 deletions
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}}
+<div class="field input">
+ <span class="field_help"><a href="#advaced-expire-popup" id="advenced-expire" class='popupbox' title="$expire.advanced">Advanced</a></span>
+ <div style="display: none;">
+ <div id="advaced-expire-popup" style="width:auto;height:auto;overflow:auto;">
+ <h3>$expire.advanced</h3>
+ {{ 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}}
+ </div>
+ </div>
+
+</div>
+
<div id="settings-default-perms" class="settings-default-perms" >
- <div id="settings-default-perms-menu" class="fakelink" onClick="openClose('settings-default-perms-select');" >$permissions $permdesc</div>
+ <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" class='popupbox'>$permissions $permdesc</a>
<div id="settings-default-perms-menu-end"></div>
<div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" >
- $aclselect
+ <div style="display: none;">
+ <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
+ $aclselect
+ </div>
+ </div>
</div>
</div>
+<br/>
<div id="settings-default-perms-end"></div>