NIHVIVO-1518: - Changed "${urls.siteIcons} to ${urls.images), so images are rendered from images folder and not site_icons folder.
This commit is contained in:
parent
bf1d320d01
commit
8b322b960d
5 changed files with 9 additions and 23 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<noscript>
|
||||
<section id="error-alert">
|
||||
<img src="${urls.siteIcons}/iconAlertBig.png" alt="Alert Icon"/>
|
||||
<img src="${urls.images}/iconAlertBig.png" alt="Alert Icon"/>
|
||||
<p>In order to edit VIVO content, you'll need to enable JavaScript.</p>
|
||||
</section>
|
||||
</noscript>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</#if>
|
||||
|
||||
<#if errorMessage??>
|
||||
<div id="error-alert"><img src="${urls.siteIcons}/iconAlert.png" alert="Error alert icon"/>
|
||||
<div id="error-alert"><img src="${urls.images}/iconAlert.png" alert="Error alert icon"/>
|
||||
<p>${errorMessage}</p>
|
||||
</div>
|
||||
</#if>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<h2>Log in</h2>
|
||||
|
||||
<#if errorMessage??>
|
||||
<div id="error-alert" role="alert"><img src="${urls.siteIcons}/iconAlert.png" width="24" height="24" alert="Error alert icon"/>
|
||||
<div id="error-alert" role="alert"><img src="${urls.images}/iconAlert.png" width="24" height="24" alert="Error alert icon"/>
|
||||
<p>${errorMessage}</p>
|
||||
</div>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue