mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Custom View panel removed from Search Results area of Browse screen - it should not be available during Search Results as some context may not be available.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7003 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
</tr>
|
||||
|
||||
<%-- Custom Template View --%>
|
||||
<a:panel id="custom-wrapper-panel" rendered="#{NavigationBean.hasCustomView}">
|
||||
<a:panel id="custom-wrapper-panel" rendered="#{NavigationBean.hasCustomView && NavigationBean.searchContext == null}">
|
||||
<tr valign=top>
|
||||
<td style="background-image: url(<%=request.getContextPath()%>/images/parts/whitepanel_4.gif)" width=4></td>
|
||||
<td style="padding:4px">
|
||||
|
Reference in New Issue
Block a user