-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved style/format for message block and info popup for privacy-pr…
…eserving preview on dataset pg. [ref #4233]
- Loading branch information
Showing
8 changed files
with
64 additions
and
39 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
doc/sphinx-guides/source/_static/installation/files/root/external-tools/psi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<ui:composition xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://java.sun.com/jsf/html" | ||
xmlns:f="http://java.sun.com/jsf/core" | ||
xmlns:ui="http://java.sun.com/jsf/facelets" | ||
xmlns:c="http://java.sun.com/jsp/jstl/core" | ||
xmlns:p="http://primefaces.org/ui" | ||
xmlns:o="http://omnifaces.org/ui" | ||
xmlns:jsf="http://xmlns.jcp.org/jsf" | ||
xmlns:iqbs="http://xmlns.jcp.org/jsf/composite/iqbs"> | ||
|
||
<p class="help-block"> | ||
<h:outputText styleClass="text-left" value=" #{configureFragmentBean.configurePopupTool.description}" escape="false"/> | ||
</p> | ||
|
||
<div class="button-block"> | ||
<!-- This calls the alert in dataset page and works, but probably should be somewhere else --> | ||
<p:commandLink type="button" styleClass="btn btn-default" | ||
action="#{configureFragmentBean.psiExternalAlert()}" | ||
value="#{bundle['continue']}" | ||
onclick="PF('configureToolPopup').hide();window.open('#{configureFragmentBean.configurePopupTool.toolUrl}', '_blank')" | ||
update=":messagePanel"> | ||
</p:commandLink> | ||
<button type="button" class="btn btn-default" onclick="PF('configureToolPopup').hide();PF('blockDatasetForm').hide();" value="#{bundle.cancel}">#{bundle.cancel}</button> | ||
</div> | ||
</ui:composition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters