NIHVIVO-3213: Removing submit button for deleting proxies, instead I am adding a an anchor
This commit is contained in:
parent
4894b1ae1d
commit
37160aef1a
2 changed files with 11 additions and 4 deletions
|
@ -325,8 +325,7 @@ a.disable-delete {
|
||||||
/* MANAGE PROXY ------> */
|
/* MANAGE PROXY ------> */
|
||||||
.proxy-profile {
|
.proxy-profile {
|
||||||
width: 930px;
|
width: 930px;
|
||||||
/*background-color: #eaeae8;*/
|
background-color: #eaeae8;
|
||||||
background-color: #F7F7F4;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
|
@ -335,7 +334,6 @@ a.disable-delete {
|
||||||
|
|
||||||
}
|
}
|
||||||
.list-proxy-profile {
|
.list-proxy-profile {
|
||||||
/*background-color: #F7F7F4;*/
|
|
||||||
background-color: #F7F7F4;
|
background-color: #F7F7F4;
|
||||||
border-bottom: 1px dotted #e2e2dd;
|
border-bottom: 1px dotted #e2e2dd;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -418,3 +416,12 @@ p.search-status {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
.edit-proxy-profiles {
|
||||||
|
|
||||||
|
}
|
||||||
|
section.proxy-profile:nth-child(even) {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
section.proxy-profile:nth-child(0) {
|
||||||
|
background-color: #eaeae8;
|
||||||
|
}
|
|
@ -153,8 +153,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<a href="${formUrls.edit}?proxyUri=${p.uri}&deleteProxy=Delete proxy" title="ascending order">Delete profile editor</a>
|
||||||
|
|
||||||
<input class="submit" type="submit" name="deleteProxy" value="Delete proxy" />
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="profile">
|
<fieldset class="profile">
|
||||||
|
|
Loading…
Add table
Reference in a new issue