Commit b2ef196c by Tuukka Kivilahti

asdf

1 parent 7a2db040
Showing with 2 additions and 2 deletions
...@@ -74,14 +74,14 @@ ...@@ -74,14 +74,14 @@
</h:form> </h:form>
<!-- TODO: button --> <!-- TODO: button -->
<p:outputPanel rendered="#{!placeGroupView.useEticket && !empty placeGroupView.groupMemberships}" > <p:outputPanel rendered="#{!placeGroupView.useEticket and !empty placeGroupView.groupMemberships}" >
<p> <p>
<input type="button" onclick="location.replace('#{request.contextPath}/PlaceGroupPdf');" value="#{i18n['placegroup.printPdf']}" /> <input type="button" onclick="location.replace('#{request.contextPath}/PlaceGroupPdf');" value="#{i18n['placegroup.printPdf']}" />
</p> </p>
</p:outputPanel> </p:outputPanel>
<p:outputPanel rendered="#{!placeGroupView.useEticket && empty placeGroupView.groupMemberships}" > <p:outputPanel rendered="#{!placeGroupView.useEticket and empty placeGroupView.groupMemberships}" >
<p> <p>
#{i18n['placegroup.noPlacegroups']} #{i18n['placegroup.noPlacegroups']}
</p> </p>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!