diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 22:04:18 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 22:04:18 -0700 |
commit | cac8aa7a693574292fc408c204472f2ef267a930 (patch) | |
tree | 9bf5709fec4e322fe30a55518e74a35e37bd5a8c /view | |
parent | f9f284ba708c7f135931f87a922e7716a3dabb85 (diff) | |
download | volse-hubzilla-cac8aa7a693574292fc408c204472f2ef267a930.tar.gz volse-hubzilla-cac8aa7a693574292fc408c204472f2ef267a930.tar.bz2 volse-hubzilla-cac8aa7a693574292fc408c204472f2ef267a930.zip |
increase visibility of visibility settings
Diffstat (limited to 'view')
-rw-r--r-- | view/profile-in-netdir.tpl | 2 | ||||
-rw-r--r-- | view/profile_edit.tpl | 4 | ||||
-rw-r--r-- | view/settings.tpl | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/view/profile-in-netdir.tpl b/view/profile-in-netdir.tpl index d5a320a3f..be111aa67 100644 --- a/view/profile-in-netdir.tpl +++ b/view/profile-in-netdir.tpl @@ -1,5 +1,5 @@ <p id="profile-in-directory"> -Publish this profile in global social directory? +Publish your default profile in global social directory? </p> <div id="profile-in-netdir-yes-wrapper"> diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index a28471325..7bbd4091b 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -42,10 +42,6 @@ $dob $age </div> <div id="profile-edit-dob-end"></div> -$profile_in_dir - -$profile_in_net_dir - $hide_friends <div class="profile-edit-submit-wrapper" > diff --git a/view/settings.tpl b/view/settings.tpl index b9c2c7ecb..00c85cb40 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -31,6 +31,12 @@ $theme </div> <div id="settings-theme-end"></div> +<input type="hidden" name="visibility" value="$visibility" /> + +$profile_in_dir + +$profile_in_net_dir + <div id="settings-default-perms" class="settings-default-perms" > <div id="settings-default-perms-menu" onClick="openClose('settings-default-perms-select');" />$permissions</div> <div id="settings-default-perms-menu-end"></div> |