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:
parent
ab3e088cdf
commit
8570254efb
4 changed files with 64 additions and 37 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue