NIHVIVO-364

This commit is contained in:
mb863 2010-07-13 16:06:16 +00:00
parent ff85d8f91c
commit 529decb0fe

View file

@ -2,15 +2,17 @@
<#-- Contact form processing errors --> <#-- Contact form processing errors -->
<h2>${title}</h2> <h2>${title}</h2>
<img src="${urls.siteIcons}/bomb.gif" alt="email error"/>
<p class="normal">An error occurred during the processing of your request.<br />
<#if errorMessage?has_content> <#if errorMessage?has_content>
<strong>${errorMessage}</strong>
<div id="errorAlert"><img src="${urls.siteIcons}/iconAlert.png"/>
<p>${errorMessage}</p>
</div>
</#if> </#if>
</p> </p>
<p>Return to the <a href="${urls.home}">home page</a>.</p> <p class="contactUsReturnHome">Return to the <a href="${urls.home}">home page</a>.</p>