NIHVIVO-646 Using Javascript on page rather than hidden divs to pass information to the addAuthorsForm Javascript. Fix problems in DataPropertyComparator that were causing errors to be thrown on the page when no xsd datatype defined for an authorship rank.

This commit is contained in:
rjy7 2010-07-12 14:47:35 +00:00
parent b8cf560daa
commit 57a8cdcbe8
7 changed files with 34 additions and 36 deletions

View file

@ -32,10 +32,6 @@
margin-left: 2em;
}
#infoForJs {
display: none;
}
form h3 {
margin-bottom: .5em;
}

View file

@ -9,11 +9,6 @@
display: none;
}
/* Always hidden, JS or no JS */
#infoForJs {
display: none;
}
#content form p.inline label {
display: inline;
clear: none;