diff options
author | Friendika <info@friendika.com> | 2011-10-24 21:11:05 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-24 21:11:05 -0700 |
commit | efe3365431f4641c27f01e67d63832db261ffb82 (patch) | |
tree | 4f6a8f9045f51ab5e4b32f363a0533c3d8d13b8e /view/settings.tpl | |
parent | b20afbc9e49f00fa01c61e9705889247e7cb505e (diff) | |
download | volse-hubzilla-efe3365431f4641c27f01e67d63832db261ffb82.tar.gz volse-hubzilla-efe3365431f4641c27f01e67d63832db261ffb82.tar.bz2 volse-hubzilla-efe3365431f4641c27f01e67d63832db261ffb82.zip |
tag privacy settings
Diffstat (limited to 'view/settings.tpl')
-rw-r--r-- | view/settings.tpl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index 3bbfc6ffd..52f989f99 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -51,6 +51,12 @@ $hide_friends $hide_wall +$blockwall + +$blocktags + +{{inc field_input.tpl with $field=$expire }}{{endinc}} + <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> <div id="settings-default-perms-menu-end"></div> @@ -63,11 +69,6 @@ $hide_wall </div> <div id="settings-default-perms-end"></div> -{{inc field_checkbox.tpl with $field=$blockwall }}{{endinc}} - -{{inc field_input.tpl with $field=$expire }}{{endinc}} - - <div class="settings-submit-wrapper" > <input type="submit" name="submit" class="settings-submit" value="Submit" /> |