Skip to content

Commit

Permalink
Fixed scroll bar issue with Publish Dataset popups on dataset pg. [ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mheppler committed Feb 29, 2016
1 parent 1789c2d commit bd5941b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
</p:dialog>

<!-- Publish/Submit for Review Dialogs -->
<p:dialog styleClass="largePopUp" header="#{bundle['dataset.publish.header']}" widgetVar="publishConfirm" modal="true">
<p:dialog width="70%" header="#{bundle['dataset.publish.header']}" widgetVar="publishConfirm" modal="true">
<ui:fragment rendered="#{DatasetPage.dataset.globalIdCreateTime == null}">
<p class="text-danger">
<span class="glyphicon glyphicon-warning-sign"/> #{bundle['dataset.unregistered.tip']}
Expand All @@ -1274,7 +1274,7 @@
</div>
</p:dialog>

<p:dialog header="#{bundle['dataset.publish.header']}" widgetVar="publishParent" modal="true">
<p:dialog width="70%" header="#{bundle['dataset.publish.header']}" widgetVar="publishParent" modal="true">
<ui:fragment rendered="#{DatasetPage.dataset.globalIdCreateTime == null}">
<p class="text-danger">
<span class="glyphicon glyphicon-warning-sign"/> #{bundle['dataset.unregistered.tip']}
Expand All @@ -1299,7 +1299,7 @@
</div>
</p:dialog>

<p:dialog header="#{bundle['dataset.publish.header']}" widgetVar="releaseDraft" modal="true">
<p:dialog width="70%" header="#{bundle['dataset.publish.header']}" widgetVar="releaseDraft" modal="true">
<p class="text-danger">
<span class="glyphicon glyphicon-warning-sign"/> #{bundle['dataset.republish.tip']}
</p>
Expand Down

0 comments on commit bd5941b

Please sign in to comment.