From 8475c241a561e92a18d7728f29db747b85d67c5b Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 25 May 2016 06:06:48 +0000 Subject: [PATCH] Changed to class attribute of the sci-welcome.jsp template to "welcomePage" to make the welcome page distinguishable. git-svn-id: https://svn.libreccm.org/ccm/trunk@4088 8810af33-2d31-482b-a856-94f89814c4df --- .../web/templates/ccm-navigation/navigation/sci-welcome.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-welcome.jsp b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-welcome.jsp index 4171db1ca..dcb232fb2 100644 --- a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-welcome.jsp +++ b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-welcome.jsp @@ -13,6 +13,10 @@ + + defaultItemPage.setClassAttr("welcomePage"); + + long age = Navigation.getConfig().getIndexPageCacheLifetime(); if (age == 0) { DispatcherHelper.cacheDisable(response);