corrected path name to images directory

This commit is contained in:
tworrall 2011-12-01 19:25:22 +00:00
parent 78049c4633
commit 6567b55847

View file

@ -7,7 +7,7 @@
<#macro unsupportedBrowser urlsBase>
<div id="ie67DisableWrapper">
<div id="ie67DisableContent">
<img src="${urlsBase}/site_icons/iconAlertBig.png" alt="Alert Icon"/>
<img src="${urlsBase}/images/iconAlertBig.png" alt="Alert Icon"/>
<p>This form is not supported in versions of Internet Explorer below version 8. Please upgrade your browser, or
switch to another browser, such as FireFox.</p>
</div>