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:05 +00:00
parent e954cccca3
commit ee0c1dd5bb
19 changed files with 21 additions and 21 deletions

View file

@ -49,7 +49,7 @@ td {
</tr>
</table>
<div>
<input type="button" id="submit" value="Generate Query" onclick="genQuery();" />
<input type="button" class="submit" value="Generate Query" onclick="genQuery();" />
</div>
<div id="sparqlquery" style="visibility: hidden;">
<form action="sparqlquery">
@ -158,7 +158,7 @@ td {
</ul>
</div>
<input type="submit" value="Run Query" id="submit">
<input type="submit" value="Run Query" class="submit">
</form>
</div>
</div>