Skip to content

Commit

Permalink
#72 Add message for export control during re-publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
haarli committed Oct 5, 2023
1 parent b7c6593 commit 82ec88b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,9 @@
<p class="text-warning">
<span class="glyphicon glyphicon-warning-sign" /> #{bundle['dataset.republish.tip']}
</p>
<p class="text-warning">
<h:outputText value="#{bundle['dataset.publish.exportControl.tip']}" escape="false"/>
</p>
</ui:fragment>
<ui:fragment rendered="#{releaseBoth}">
<div class="form-group">
Expand Down

0 comments on commit 82ec88b

Please sign in to comment.