comparison src/main/webapp/clean/components/nonpublicReference.xhtml @ 191:fb7cf0b3d775

render make-public button in show-non-public action.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 09 Nov 2018 15:43:39 +0100
parents b36a57a452a6
children 3fdd5e191d30
comparison
equal deleted inserted replaced
190:b36a57a452a6 191:fb7cf0b3d775
14 <h:panelGrid columns="3" styleClass="displayPanel" 14 <h:panelGrid columns="3" styleClass="displayPanel"
15 columnClasses="displayPanelColumn01,displayPanelColumn02"> 15 columnClasses="displayPanelColumn01,displayPanelColumn02">
16 16
17 <a4j:commandButton value="show non-public references" 17 <a4j:commandButton value="show non-public references"
18 actionListener="#{Session.nonpublicEntities.actionFindNonpublicReferences}" 18 actionListener="#{Session.nonpublicEntities.actionFindNonpublicReferences}"
19 render="showRefPanel" /> 19 render="showRefPanel,pubButton" />
20 <h:outputText/> 20 <h:outputText/>
21 <h:outputText/> 21 <h:outputText/>
22 22
23 </h:panelGrid> 23 </h:panelGrid>
24 24
141 </h:column> 141 </h:column>
142 142
143 143
144 </h:panelGrid> 144 </h:panelGrid>
145 145
146 <h:panelGrid columns="3" styleClass="displayPanel" 146 <h:panelGrid columns="3" styleClass="displayPanel" id="pubButton"
147 columnClasses="displayPanelColumn01,displayPanelColumn02"> 147 columnClasses="displayPanelColumn01,displayPanelColumn02">
148 148
149 <a4j:commandButton value="make all these references public" 149 <a4j:commandButton value="make all these references public"
150 rendered="#{!empty Session.nonpublicEntities.browseBean.entities}" 150 rendered="#{!empty Session.nonpublicEntities.browseBean.entities}"
151 actionListener="#{Session.nonpublicEntities.actionMakeSelectedEntitiesPublic}" 151 actionListener="#{Session.nonpublicEntities.actionMakeSelectedEntitiesPublic}"