NIHVIVO-1954: Done some markup refactoring changing ID's into classes.
Also, in some cases I wasn't able to change id selectors because these are used temporarily due to the custom jsp tags (<v:input>) for editing forms which require an id and do not allow a class. This will be removed once we refactor the editing forms to Freemarker
This commit is contained in:
parent
bbe69c5f87
commit
6961c2a4eb
3 changed files with 15 additions and 4 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
<div id="search-field">
|
||||
<input type="text" name="querytext" class="search-vivo" value="${querytext!}" />
|
||||
<input type="submit" value="Search" class="submit">
|
||||
<input type="submit" value="Search" class="search">
|
||||
</div>
|
||||
</form>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue