diff src/main/webapp/templates/main_template.xhtml @ 52:4ee8d47e1e34

hide simple search when not logged in. add scan viewer link to displayAuthor when codex is public.
author casties
date Fri, 02 Oct 2015 10:42:27 +0000
parents 8efabe84b7ea
children ce1cd2450848
line wrap: on
line diff
--- a/src/main/webapp/templates/main_template.xhtml	Wed Sep 30 15:52:17 2015 +0000
+++ b/src/main/webapp/templates/main_template.xhtml	Fri Oct 02 10:42:27 2015 +0000
@@ -181,7 +181,7 @@
 			<h:outputLink  rendered="#{Session.canCreate}"
 				value="#{ApplicationBean1.root}/browse/entityDetails.xhtml">Entity Details</h:outputLink>
 
-			<rich:dropDownMenu mode="ajax">
+			<rich:dropDownMenu mode="ajax" rendered="#{Session.canCreate}">
 				<f:facet name="label">
 					<h:panelGroup>
 						<h:outputText value="Search" />