new profile tables, profile clone
This commit is contained in:
parent
110a39ae61
commit
db31c293a8
4 changed files with 64 additions and 2 deletions
|
@ -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" >
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue