NIHVIVO-2232: Added section for displaying validation erros.
This commit is contained in:
parent
b204cd3b82
commit
0b6db7cc11
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
<#assign existingClassGroupStyle = 'class="hidden"' />
|
<#assign existingClassGroupStyle = 'class="hidden"' />
|
||||||
<#assign selectClassGroupStyle = " " />
|
<#assign selectClassGroupStyle = " " />
|
||||||
</#if>
|
</#if>
|
||||||
|
<section id="error-alert" role="alert" class="hidden">
|
||||||
|
<img src="${urls.images}/iconAlert.png" width="24" height="24" alert="Error alert icon" />
|
||||||
|
<p></p>
|
||||||
|
</section>
|
||||||
|
|
||||||
<h3>${menuAction} menu item</h3>
|
<h3>${menuAction} menu item</h3>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue