NIHVIVO-646 Filter existing authors out of autocomplete query results in add authors to publication form
This commit is contained in:
parent
1b75f01825
commit
bd39967cc9
3 changed files with 51 additions and 47 deletions
|
@ -9,11 +9,16 @@
|
|||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
#authors a.authorName {
|
||||
#authors a.existingAuthor {
|
||||
display: inline-block;
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
/* These are only here for JavaScript to pick up. Don't display!! */
|
||||
#authors span.existingAuthorUri {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide elements not used in non-JS version of form */
|
||||
#showAddForm,
|
||||
a.remove,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue