diff options
author | Friendika <info@friendika.com> | 2011-06-19 16:47:03 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-19 16:47:03 -0700 |
commit | c2dcff0d02e3e4ca5b728b6d3e41a07601163011 (patch) | |
tree | 63295f064fd03864f9795ae0d935d1eb9a78eba9 /view | |
parent | 76ddbff0b5184c85be1e7ad2ffe6fb918ed65b65 (diff) | |
download | volse-hubzilla-c2dcff0d02e3e4ca5b728b6d3e41a07601163011.tar.gz volse-hubzilla-c2dcff0d02e3e4ca5b728b6d3e41a07601163011.tar.bz2 volse-hubzilla-c2dcff0d02e3e4ca5b728b6d3e41a07601163011.zip |
move profile privacy settings to the Privacy section of the Settings page
Diffstat (limited to 'view')
-rw-r--r-- | view/profile_edit.tpl | 2 | ||||
-rw-r--r-- | view/settings.tpl | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 564746e6a..053e19594 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -52,8 +52,6 @@ $dob $age $hide_friends -$hide_wall - <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" /> </div> diff --git a/view/settings.tpl b/view/settings.tpl index 077840ba4..ca30f5856 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -100,12 +100,13 @@ $theme <div id="settings-maxreq-end"></div> - - $profile_in_dir $profile_in_net_dir +$hide_friends + +$hide_wall <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> @@ -125,8 +126,6 @@ $profile_in_net_dir </div> <div id="settings-blockw-end" ></div> - - <div id="settings-expire-desc">$lbl_exp1 <input type="text" size="3" name="expire" value="$expire" /> $lbl_exp2</div> <div id="settings-expire-end"></div> |