diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-28 21:02:36 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-28 21:02:36 -0700 |
commit | d8d6f9adbd8a88d5db77dbdee07d7210651620bc (patch) | |
tree | 174c8be2bc838f88dc1e8ac61b448ee095389bb3 /view/profile_edit.tpl | |
parent | 8aeb1976b86674d6072c587b213131e253365ad5 (diff) | |
download | volse-hubzilla-d8d6f9adbd8a88d5db77dbdee07d7210651620bc.tar.gz volse-hubzilla-d8d6f9adbd8a88d5db77dbdee07d7210651620bc.tar.bz2 volse-hubzilla-d8d6f9adbd8a88d5db77dbdee07d7210651620bc.zip |
profile editor cleanups
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r-- | view/profile_edit.tpl | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 20b9a0993..44ca3922b 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -1,8 +1,14 @@ <h1>Edit Profile Details</h1> -<div id="profile-edit-clone-link-wrapper" ><a href="profiles/clone/$profile_id" id="profile-edit-clone-link" title="Create a new profile using these settings">Clone this profile</a></div> +<div id="profile-edit-links"> +<ul> +<li><a href="profile/$profile_id/view" id="profile-edit-view-link" title="View this profile">View this profile</a></li> +<li><a href="profiles/clone/$profile_id" id="profile-edit-clone-link" title="Create a new profile using these settings">Clone this profile</a></li> +<li></li> +<li><a href="profiles/drop/$profile_id" id="profile-edit-drop-link" title="Delete this profile" $disabled >Delete this profile</a></li> -<div id="profile-edit-drop-link-wrapper" ><a href="profiles/drop/$profile_id" id="profile-edit-drop-link" title="Delete this profile" $disabled >Delete this profile</a></div> +</ul> +</div> <div id="profile-edit-links-end"></div> @@ -36,6 +42,8 @@ $dob $age </div> <div id="profile-edit-dob-end"></div> +$profile_in_dir + $hide_friends <div class="profile-edit-submit-wrapper" > @@ -118,10 +126,6 @@ $sexual </div> <div id="profile-edit-religion-end"></div> - -$profile_in_dir - - <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" /> </div> |