From 0ed82a1a035f0cee460b09d125c1cd312b70382b Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 14 Nov 2011 10:53:02 +0000 Subject: [PATCH] Fixed Fehlen des Verzeichnisses pdl. git-svn-id: https://svn.libreccm.org/ccm/trunk@1251 8810af33-2d31-482b-a856-94f89814c4df --- ccm-sci-bundle/application.xml | 4 +-- .../0.0.0-6.6.0/upd_nav_templates_table.sql | 32 +++++++++++++++++++ .../ccm-navigation/navigation/sci-portal.jsp | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/ccm-sci-bundle/application.xml b/ccm-sci-bundle/application.xml index 5b3b5f715..49353b8ab 100644 --- a/ccm-sci-bundle/application.xml +++ b/ccm-sci-bundle/application.xml @@ -19,9 +19,9 @@ - - --> diff --git a/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql b/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql index 3d666421e..9162b36c7 100644 --- a/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql +++ b/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql @@ -28,6 +28,38 @@ update nav_templates where url like '%packages/navigation/templates%'; +-- AAP: update jsp names +update nav_templates + set url=replace(url,'aap-atoz','sci-atoz'), + description=replace(description,'AAP','SCI'), + title=replace(title,'AAP','SCI') + where url like '%aap-atoz%'; + +update nav_templates + set url=replace(url,'aap-default' ,'sci-default'), + description=replace(description,'AAP','SCI'), + title=replace(title,'AAP','SCI') + where url like '%aap-default%'; + +update nav_templates + set url=replace(url,'aap-portal' ,'sci-portal'), + description=replace(description,'AAP','SCI'), + title=replace(title,'AAP','SCI') + where url like '%aap-portal%'; + +update nav_templates + set url=replace(url,'aap-recent' ,'sci-recent'), + description=replace(description,'AAP','SCI'), + title=replace(title,'AAP','SCI') + where url like '%aap-recent%'; + +update nav_templates + set url=replace(url,'aap-welcome' ,'sci-welcome'), + description=replace(description,'AAP','SCI'), + title=replace(title,'AAP','SCI') + where url like '%aap-welcome%'; + + -- IAW: update jsp names update nav_templates set url=replace(url,'iaw-atoz','sci-atoz'), diff --git a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp index fa67f6b0e..bd78893d6 100644 --- a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp +++ b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp @@ -4,7 +4,7 @@ xmlns:show="/WEB-INF/bebop-show.tld" version="1.2"> - <%-- JSP template to use a portal page as index page in navigation --%> +