merging 9961 to trunk
This commit is contained in:
parent
a3817292a5
commit
018678463d
2 changed files with 8 additions and 8 deletions
|
@ -172,7 +172,7 @@ padding-right: 5px;
|
||||||
}
|
}
|
||||||
#associated {
|
#associated {
|
||||||
float:right;
|
float:right;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
#associated label {
|
#associated label {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -224,10 +224,10 @@ padding-right: 5px;
|
||||||
}
|
}
|
||||||
#associateProfileBackgroundThree {
|
#associateProfileBackgroundThree {
|
||||||
background-color:#f1f2ee;
|
background-color:#f1f2ee;
|
||||||
padding:7px 94px 26px 12px;
|
padding:7px 94px 26px 12px;
|
||||||
margin-top:-129px;
|
margin-top:-129px;
|
||||||
margin-left:-12px;
|
margin-left:-12px;
|
||||||
margin-right:-8px;
|
margin-right:-8px;
|
||||||
z-index:-100;
|
z-index:-100;
|
||||||
border:1px solid #ccc;
|
border:1px solid #ccc;
|
||||||
border-left:none;
|
border-left:none;
|
||||||
|
@ -238,11 +238,11 @@ padding-right: 5px;
|
||||||
}
|
}
|
||||||
#associateProfileBackgroundFour {
|
#associateProfileBackgroundFour {
|
||||||
background-color:#f1f2ee;
|
background-color:#f1f2ee;
|
||||||
padding:0 94px 26px 12px;
|
padding:0 94px 26px 13px;
|
||||||
margin-top:-8px;
|
margin-top:-3px;
|
||||||
margin-left:-12px;
|
margin-left:-12px;
|
||||||
margin-right:-8px;
|
margin-right:-8px;
|
||||||
z-index:-100;
|
z-index:-100;
|
||||||
border:1px solid #ccc;
|
border:1px solid #ccc;
|
||||||
border-top:none;
|
border-top:none;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<#if account.deletable>
|
<#if account.deletable>
|
||||||
<input type="checkbox" name="deleteAccount" value="${account.uri}" />
|
<input type="checkbox" name="deleteAccount" value="${account.uri}" title="select this account to delete it"/>
|
||||||
<#assign disableDeleteAccount = '' />
|
<#assign disableDeleteAccount = '' />
|
||||||
<!-- ignored unless submit action is formUrls.delete -->
|
<!-- ignored unless submit action is formUrls.delete -->
|
||||||
<#else>
|
<#else>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#if account.editUrl != "">
|
<#if account.editUrl != "">
|
||||||
<a ${disableDeleteAccount} href="${account.editUrl}" title="disable account">${account.emailAddress}</a>
|
<a ${disableDeleteAccount} href="${account.editUrl}" title="click to view account details">${account.emailAddress}</a>
|
||||||
<!-- when this link is clicked, editAccount is noticed and all other fields are ignored. -->
|
<!-- when this link is clicked, editAccount is noticed and all other fields are ignored. -->
|
||||||
<#else>
|
<#else>
|
||||||
${account.emailAddress}
|
${account.emailAddress}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue