comparison src/main/webapp/templates/main_template.xhtml @ 57:a8243262e7b2

show biographies menu only for admins.
author casties
date Tue, 06 Oct 2015 13:56:24 +0000
parents ce1cd2450848
children bba950221e71
comparison
equal deleted inserted replaced
56:ce1cd2450848 57:a8243262e7b2
196 </rich:dropDownMenu> 196 </rich:dropDownMenu>
197 197
198 <h:outputLink rendered="#{Session.canCreate}" 198 <h:outputLink rendered="#{Session.canCreate}"
199 value="#{ApplicationBean1.root}/public/publicCodices.xhtml">Codices marked as public</h:outputLink> 199 value="#{ApplicationBean1.root}/public/publicCodices.xhtml">Codices marked as public</h:outputLink>
200 200
201 <!-- 201 <h:outputLink rendered="#{Session.admin}"
202 <h:outputLink rendered="#{Session.canCreate}"
203 value="#{ApplicationBean1.root}/search/biographies.xhtml">Biographies</h:outputLink> 202 value="#{ApplicationBean1.root}/search/biographies.xhtml">Biographies</h:outputLink>
204 -->
205 203
206 <!-- 204 <!--
207 <h:outputLink rendered="#{Session.admin}" 205 <h:outputLink rendered="#{Session.admin}"
208 value="#{ApplicationBean1.root}/imageServer/displayDigiList.xhtml">Image Server</h:outputLink> 206 value="#{ApplicationBean1.root}/imageServer/displayDigiList.xhtml">Image Server</h:outputLink>
209 --> 207 -->