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
|
@ -18,11 +18,8 @@
|
||||||
<input type="text" name="name" id="name" label="name (required)" size="30" role="input" />
|
<input type="text" name="name" id="name" label="name (required)" size="30" role="input" />
|
||||||
|
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="submit" id="submit" value="${submitLabel}">
|
<input type="submit" id="submit" value="${submitLabel}" role="submit" />
|
||||||
<span class="or"> or </span>
|
<span class="or"> or </span>
|
||||||
<a title="Cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
|
<a title="Cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue