You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
accounting-dashboard/src/main/java/org/gcube/portlets/user/accountingdashboard/client/application/dialog/info/InfoView.ui.xml

32 lines
911 B
XML

<!-- @Author Giancarlo Panichi -->
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:with field="res"
type="org.gcube.portlets.user.accountingdashboard.client.resources.AppResources" />
<!-- styleName="{style.popup}" -->
<g:DialogBox ui:field="dialogBox" styleName="{res.uiDataCss.uiDataPopup}"
glassStyleName="{res.uiDataCss.uiDataPopupGlass}" glassEnabled="true">
<g:caption>
<b>Error</b>
</g:caption>
<g:HTMLPanel>
<b:Container>
<b:Paragraph ui:field="infoMsg">
</b:Paragraph>
</b:Container>
<b:Paragraph styleName="{res.uiDataCss.uiDataParagraphCentered}">
<b:Button ui:field="okBtn">
Ok
</b:Button>
</b:Paragraph>
</g:HTMLPanel>
</g:DialogBox>
</ui:UiBinder>