NIHVIVO-3247: Added aria roles, closed input tags, done some formatting, added css, and removed css inline styles
This commit is contained in:
parent
3f266924b4
commit
9dcdd35e0d
1 changed files with 13 additions and 16 deletions
|
@ -11,20 +11,17 @@
|
||||||
<#assign submitLabel>Create "${editConfiguration.propertyPublicDomainTitle}" entry</#assign>
|
<#assign submitLabel>Create "${editConfiguration.propertyPublicDomainTitle}" entry</#assign>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|
||||||
<h2>${formTitle}</h2>
|
<h2>${formTitle}</h2>
|
||||||
|
|
||||||
<form class="editForm" action = "${submitUrl}">
|
<form class="editForm" action="${submitUrl}">
|
||||||
<input type="hidden" name="editKey" id="editKey" value="${editKey}" />
|
<input type="hidden" name="editKey" id="editKey" value="${editKey}" role="input"/>
|
||||||
<input type="text" name="name" id="name" label="name (required)" size="30"/>
|
<input type="text" name="name" id="name" label="name (required)" size="30" role="input"/>
|
||||||
<br/>
|
|
||||||
|
|
||||||
<div style="margin-top: 0.2em">
|
<p class="submit">
|
||||||
<input type="submit" id="submit" value="${submitLabel}"
|
<input type="submit" id="submit" value="${submitLabel}">
|
||||||
<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>
|
||||||
</div>
|
</p>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue