Skip to content

Commit

Permalink
re-apply IQSS#9892
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Oct 13, 2023
1 parent ec32efa commit f0db66b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/webapp/guestbook-terms-popup-fragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
xmlns:o="http://omnifaces.org/ui"
xmlns:jsf="http://xmlns.jcp.org/jsf"
xmlns:iqbs="http://xmlns.jcp.org/jsf/composite/iqbs">


<ui:fragment rendered="#{DatasetPage.editMode != 'CREATE'}">
<o:importFunctions type="edu.harvard.iq.dataverse.util.MarkupChecker" />
<p:focus context="guestbookUIFragment"/>
<ui:fragment rendered="#{termsGuestbookPopupAction != bundle.download}">
Expand Down Expand Up @@ -321,4 +322,5 @@

<button type="button" class="btn btn-default" onclick="PF('guestbookAndTermsPopup').hide();PF('blockDatasetForm').hide();" value="#{bundle.cancel}">#{bundle.cancel}</button>
</div>
</ui:fragment>
</ui:composition>

0 comments on commit f0db66b

Please sign in to comment.