From 57cd7c79020857947ca7ec76dd4a8fcda76f0f6b Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Thu, 7 Apr 2016 09:46:58 +0000 Subject: [PATCH] Url evaluation in custom_dockbar_view.jspf now uses constants reported in GCubeConstants class git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/liferay62-plugins/social-dockbar-hook@126851 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../html/portlet/dockbar/custom_dockbar_view.jspf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf b/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf index c2a914d..b5d707b 100644 --- a/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf +++ b/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf @@ -178,17 +178,17 @@ " id="wsIcon" + href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_WORKSPACE_FRIENDLY_URL%>" id="wsIcon" alt='Workspace' title='Virtual Workspace'> " id="messagesIcon" + href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_MESSAGES_FRIENDLY_URL%>" id="messagesIcon" alt='See Messages' title='Messages'> " id="homeIcon" + href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName%>" id="homeIcon" title="<%=groupName%> Infrastructure Gateway Home">