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:
mb863 2011-02-02 17:15:38 +00:00
parent bbe69c5f87
commit 6961c2a4eb
3 changed files with 15 additions and 4 deletions

View file

@ -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>

View file

@ -36,7 +36,7 @@
</#if>
<div id="search-home-field">
<input type="text" name="querytext" class="search-home-vivo" value="${querytext!}" />
<input type="submit" value="Search" class="submit">
<input type="submit" value="Search" class="search">
</div>
</form>
</fieldset>