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
This commit is contained in:
Costantino Perciante 2016-04-07 09:46:58 +00:00
parent b54c473fea
commit 57cd7c7902
1 changed files with 6 additions and 6 deletions

View File

@ -178,17 +178,17 @@
<div class="collapse nav-collapse">
<ul class="nav nav-add-controls">
<li class="dockbar-item"><a class=""
href="<%="/group/" + groupName%>" id="homeIcon"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName%>" id="homeIcon"
title="<%=groupName%> Infrastructure Gateway Home"> <i
class="icon-home" style="font-size: 24px;"></i>
</a></li>
<li class="dockbar-item"><a class=""
href="<%="/group/" + groupName + "/workspace"%>" id="wsIcon"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_WORKSPACE_FRIENDLY_URL%>" id="wsIcon"
alt='Workspace' title='Virtual Workspace'> <i
class="icon-folder-open" style="font-size: 24px;"></i>
</a></li>
<li class="dockbar-item"><a class=""
href="<%="/group/" + groupName + "/messages"%>" id="messagesIcon"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_MESSAGES_FRIENDLY_URL%>" id="messagesIcon"
alt='See Messages' title='Messages'> <i class="icon-envelope"
style="font-size: 24px;"></i>
</a></li>
@ -202,19 +202,19 @@
</div>
<!-- When phone or tablet -->
<span> <a class="btn btn-navbar"
href="<%="/group/" + groupName + "/workspace"%>" id="wsIcon"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_WORKSPACE_FRIENDLY_URL%>" id="wsIcon"
alt='Workspace' title='Virtual Workspace'> <i
class="icon-folder-open" style="font-size: 24px;"></i>
</a>
</span>
<span> <a class="btn btn-navbar"
href="<%="/group/" + groupName + "/messages"%>" id="messagesIcon"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_MESSAGES_FRIENDLY_URL%>" id="messagesIcon"
alt='See Messages' title='Messages'> <i class="icon-envelope"
style="font-size: 24px;"></i>
</a>
</span>
<span> <a class="btn btn-navbar"
href="<%="/group/" + groupName%>" id="homeIcon"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName%>" id="homeIcon"
title="<%=groupName%> Infrastructure Gateway Home"> <i
class="icon-home" style="font-size: 24px;"></i>
</a>