NIHVIVO-3445 template changes to use subjectName and propertyNameForDisplay; js change to ensure submit is disabled when there is no selected object in the autocomplete field

This commit is contained in:
tworrall 2011-12-07 17:03:57 +00:00
parent 1982bda0ee
commit 900d069ed5
3 changed files with 17 additions and 9 deletions

View file

@ -27,4 +27,7 @@ form.customForm h4 {
border-width: 0;
background: none;
color: #000;
}
}
.disabledSubmit {
cursor: default ! important;
}