From 1f7ab46a7e84a4d4bfa80709daa71792f34fac6b Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 10 Apr 2017 10:51:18 +0200 Subject: [PATCH] jsf statistic module moved to admin components --- .../webapp/WEB-INF/components/{map => admin}/statistics.xhtml | 0 web/src/main/webapp/WEB-INF/components/admin/template.xhtml | 2 +- web/src/main/webapp/export.xhtml | 2 +- web/src/main/webapp/index.xhtml | 2 +- web/src/main/webapp/login.xhtml | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename web/src/main/webapp/WEB-INF/components/{map => admin}/statistics.xhtml (100%) diff --git a/web/src/main/webapp/WEB-INF/components/map/statistics.xhtml b/web/src/main/webapp/WEB-INF/components/admin/statistics.xhtml similarity index 100% rename from web/src/main/webapp/WEB-INF/components/map/statistics.xhtml rename to web/src/main/webapp/WEB-INF/components/admin/statistics.xhtml diff --git a/web/src/main/webapp/WEB-INF/components/admin/template.xhtml b/web/src/main/webapp/WEB-INF/components/admin/template.xhtml index 368a2fd59a..97fa8b13c8 100644 --- a/web/src/main/webapp/WEB-INF/components/admin/template.xhtml +++ b/web/src/main/webapp/WEB-INF/components/admin/template.xhtml @@ -10,7 +10,7 @@ <h:head> <link rel="shortcut icon" href="../resources/images/favicon.png" type="image/png" /> - <ui:include src="/WEB-INF/components/map/statistics.xhtml" /> + <ui:include src="/WEB-INF/components/admin/statistics.xhtml" /> <ui:insert name="css"></ui:insert> diff --git a/web/src/main/webapp/export.xhtml b/web/src/main/webapp/export.xhtml index 1fc3fbfef0..0975336022 100644 --- a/web/src/main/webapp/export.xhtml +++ b/web/src/main/webapp/export.xhtml @@ -13,7 +13,7 @@ <h:outputStylesheet library="css" name="style.css"/> <h:outputStylesheet library="css" name="export.css"/> - <ui:include src="/WEB-INF/components/map/statistics.xhtml" /> + <ui:include src="/WEB-INF/components/admin/statistics.xhtml" /> </h:head> <h:body> diff --git a/web/src/main/webapp/index.xhtml b/web/src/main/webapp/index.xhtml index 2309dc6c7a..e29d05997a 100644 --- a/web/src/main/webapp/index.xhtml +++ b/web/src/main/webapp/index.xhtml @@ -28,7 +28,7 @@ <h:outputScript library="js" name="minerva.js" /> - <ui:include src="/WEB-INF/components/map/statistics.xhtml" /> + <ui:include src="/WEB-INF/components/admin/statistics.xhtml" /> <script type="text/javascript"> //<![CDATA[ diff --git a/web/src/main/webapp/login.xhtml b/web/src/main/webapp/login.xhtml index 5cb4a89fff..bcb9f09db6 100644 --- a/web/src/main/webapp/login.xhtml +++ b/web/src/main/webapp/login.xhtml @@ -12,7 +12,7 @@ <link rel="shortcut icon" href="./resources/images/favicon.png" type="image/png" /> <h:outputStylesheet library="css" name="style.css"/> <h:outputStylesheet library="css" name="admin.css"/> - <ui:include src="/WEB-INF/components/map/statistics.xhtml" /> + <ui:include src="/WEB-INF/components/admin/statistics.xhtml" /> </h:head> -- GitLab