NIHVIVO-2288: added aria roles for template
This commit is contained in:
parent
e3c7a7d813
commit
8549f57029
1 changed files with 4 additions and 7 deletions
|
@ -14,15 +14,12 @@
|
|||
<h2>${formTitle}</h2>
|
||||
|
||||
<form class="editForm" action="${submitUrl}">
|
||||
<input type="hidden" name="editKey" id="editKey" value="${editKey}" role="input"/>
|
||||
<input type="text" name="name" id="name" label="name (required)" size="30" role="input"/>
|
||||
<input type="hidden" name="editKey" id="editKey" value="${editKey}" role="input" />
|
||||
<input type="text" name="name" id="name" label="name (required)" size="30" role="input" />
|
||||
|
||||
<p class="submit">
|
||||
<input type="submit" id="submit" value="${submitLabel}">
|
||||
<input type="submit" id="submit" value="${submitLabel}" role="submit" />
|
||||
<span class="or"> or </span>
|
||||
<a title="Cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue