added Constant for the data catalogue

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/liferay62-plugins/social-dockbar-hook@129710 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-06-30 15:55:55 +00:00
parent b3bc927321
commit 0e39712afd
1 changed files with 10 additions and 0 deletions

View File

@ -187,6 +187,11 @@
alt='Workspace' title='Virtual Workspace'> <i
class="icon-folder-open" style="font-size: 24px;"></i>
</a></li>
<li class="dockbar-item"><a class=""
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.CATALOGUE_FRIENDLY_URL%>" id="catalougueIcon"
alt='See Data Catalogue' title='Data Catalogue'> <i
class="icon-book" style="font-size: 24px;"></i>
</a></li>
<li class="dockbar-item"><a class=""
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_MESSAGES_FRIENDLY_URL%>" id="messagesIcon"
alt='See Messages' title='Messages'> <i class="icon-envelope"
@ -207,6 +212,11 @@
class="icon-folder-open" style="font-size: 24px;"></i>
</a>
</span>
<span> <a class="btn btn-navbar"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.CATALOGUE_FRIENDLY_URL%>" id="catalougueIcon"
alt='See Data Catalogue' title='Data Catalogue'> <i class="icon-book"
style="font-size: 24px;"></i>
</a>
<span> <a class="btn btn-navbar"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_MESSAGES_FRIENDLY_URL%>" id="messagesIcon"
alt='See Messages' title='Messages'> <i class="icon-envelope"