updated theme for responsive home, workspace and messages buttons and search

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/liferay62-plugins/social-dockbar-hook@126327 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-03-27 20:22:48 +00:00
parent b301225a58
commit e3bdd76be9
1 changed files with 12 additions and 3 deletions

View File

@ -112,7 +112,16 @@
<i class="icon-home" style="font-size: 24px;"></i>
</a>
</span>
<span class="btn btn-navbar">
<input id="searchbox-phone" type="text" placeholder="Search News Feed">
</span>
<c:choose>
<c:when test="<%= themeDisplay.isShowControlPanelIcon() %>">
<span class="btn btn-navbar">
<input id="searchbox-phone-admin" type="text" placeholder="Search ...">
</span>
</c:when>
<c:otherwise>
<span class="btn btn-navbar">
<input id="searchbox-phone" type="text" placeholder="Search News Feed">
</span>
</c:otherwise>
</c:choose>
<!-- End When phone or tablet -->