NHIVIVO-2051 Fix values of currentServlet (was currentPage) and urls.currentPage
This commit is contained in:
parent
afa25c7f2a
commit
1f16791d2a
5 changed files with 24 additions and 19 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue