NIHVIVO-3213: Removing submit button for deleting proxies, instead I am adding a an anchor

This commit is contained in:
manolobevia 2011-11-08 21:47:28 +00:00
parent 4894b1ae1d
commit 37160aef1a
2 changed files with 11 additions and 4 deletions

View file

@ -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;
}

View file

@ -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">