aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-09 16:28:50 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-09 16:28:50 -0700
commitdb31c293a89294ffa59d613420274f500e60817b (patch)
treeb239e285cab437aa48a93d451299df0c8e07cdf2 /view
parent110a39ae6129e4e0d6f752a9c2116972a8bb6251 (diff)
downloadvolse-hubzilla-db31c293a89294ffa59d613420274f500e60817b.tar.gz
volse-hubzilla-db31c293a89294ffa59d613420274f500e60817b.tar.bz2
volse-hubzilla-db31c293a89294ffa59d613420274f500e60817b.zip
new profile tables, profile clone
Diffstat (limited to 'view')
-rw-r--r--view/profile_edit.tpl2
-rw-r--r--view/style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl
index 687432f75..251fdae14 100644
--- a/view/profile_edit.tpl
+++ b/view/profile_edit.tpl
@@ -1,5 +1,7 @@
<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>
+
$default
<div id="profile-edit-wrapper" >
diff --git a/view/style.css b/view/style.css
index 806d62aff..7b08e2269 100644
--- a/view/style.css
+++ b/view/style.css
@@ -274,7 +274,10 @@ input#dfrn-url {
}
-
+#profile-edit-clone-link-wrapper {
+ margin-left: 50px;
+ margin-bottom: 20px;
+}
#profile-edit-profile-name-label,
#profile-edit-name-label,