NIHVIVO-1493: adding generic selector id="submit" for <input> type=submit.
This commit is contained in:
parent
30bd6c7d88
commit
85d7db23e5
24 changed files with 32 additions and 32 deletions
|
@ -25,5 +25,5 @@ to follow the established "n" + random integer naming convention.</p>
|
|||
<input type="hidden" name="action" value="renameResource"/>
|
||||
<p>Old Namespace <input id="uri1" type="text" size="52" name="uri1"/></p>
|
||||
<p>New Namespace <input id="uri2" type="text" size="52" name="uri2"/></p>
|
||||
<p><input type="submit" name="submit" value="Change namespace" /></p>
|
||||
<p><input id="submit" type="submit" name="submit" value="Change namespace" /></p>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue