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
e954cccca3
commit
ee0c1dd5bb
19 changed files with 21 additions and 21 deletions
|
@ -56,5 +56,5 @@ Or <%String defaultNamespace = (String)request.getAttribute("defaultNamespace");
|
|||
<p>Use default namespace <%=defaultNamespace%> <input type="checkbox" name="defaultNamespace" value ="<%=defaultNamespace%>"/>
|
||||
</p>
|
||||
|
||||
<p><input id="submit" type="submit" name="submit" value="Generate URIs" /></p>
|
||||
<p><input class="submit" type="submit" name="submit" value="Generate URIs" /></p>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue