NIHVIVO-646 More work on addAuthorsToInformationResource custom form. Create edit submission preprocessing mechanism to make automated modifications to the form submission (e.g., creating a label from first, last, and middle name entries).

This commit is contained in:
rjy7 2010-06-15 19:35:38 +00:00
parent ab3e088cdf
commit 8570254efb
4 changed files with 64 additions and 37 deletions

View file

@ -20,6 +20,14 @@ a.remove {
display: none;
}
#showAddForm span.or {
display: none;
}
#showAddForm a.cancel {
margin-left: 2em;
}
form a:link.cancel, form a:visited.cancel,
#authors a:link.remove, #authors a:visited.remove,
#showAddForm a:link.cancel, #showAddForm a:visited.cancel {