NIHVIVO-1493: adding generic selector id="submit" for <input> type=submit.

This commit is contained in:
mb863 2010-12-10 22:08:36 +00:00
parent 30bd6c7d88
commit 85d7db23e5
24 changed files with 32 additions and 32 deletions

View file

@ -5,6 +5,6 @@
<form style="margin-bottom:2ex;" action="ingest" method="post">
<input type="hidden" name="action" value="createModel"/>
Model name: <input type="text" size="32" name="modelName"/>
<input type="submit" name="submit" value="Create Model"/>
<input id="submit" type="submit" name="submit" value="Create Model"/>
<input type="hidden" name="modelType" value="${modelType}"/>
</form>