NIHVIVO-1361: clean up, added login.css to stylesheets.ftl
This commit is contained in:
parent
eafa04ccf2
commit
239c38b3c3
3 changed files with 25 additions and 5 deletions
|
@ -31,8 +31,10 @@
|
|||
</#if>
|
||||
|
||||
<#if errorMessage??>
|
||||
<section id="errorAlert"><img src="${urls.siteIcons}/iconAlert.png" alert="Error alert icon"/>
|
||||
<p>${errorMessage}</p>
|
||||
<section id="error-alert" role='region'>
|
||||
<img src="${urls.siteIcons}/iconAlert.png" alert="Error alert icon" />
|
||||
|
||||
<p class="error-message">${errorMessage}</p>
|
||||
</section>
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue