NHIVIVO-2051 Fix values of currentServlet (was currentPage) and urls.currentPage

This commit is contained in:
rjy7 2011-02-08 22:33:01 +00:00
parent afa25c7f2a
commit 1f16791d2a
5 changed files with 24 additions and 19 deletions

View file

@ -16,7 +16,7 @@
<#macro loginForm>
<#-- Don't display the JavaScript required to edit message on the home page even if JavaScript is unavailable -->
<#if ( currentPage != 'home' && currentPage != 'index.jsp')>
<#if currentServlet != 'home'>
<noscript>
<section id="error-alert">
<img src="${urls.images}/iconAlertBig.png" alt="Alert Icon"/>