uncommented

This commit is contained in:
Francesco Mangiacrapa 2024-02-05 14:20:10 +01:00
parent 3518c43ab7
commit 103eda2642
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!-- <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui"
xmlns:g="urn:import:com.google.gwt.user.client.ui"> xmlns:g="urn:import:com.google.gwt.user.client.ui">
@ -101,12 +101,12 @@
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
Alert blocks for info/errors <!-- Alert blocks for info/errors -->
<b:AlertBlock type="INFO" animation="true" <b:AlertBlock type="INFO" animation="true"
visible="false" close="false" ui:field="infoBlock" visible="false" close="false" ui:field="infoBlock"
styleName="{style.block-alert-style}"></b:AlertBlock> styleName="{style.block-alert-style}"></b:AlertBlock>
Add resource button <!-- Add resource button -->
<b:Button title="Add resource" ui:field="addResourceButton" <b:Button title="Add resource" ui:field="addResourceButton"
type="PRIMARY">Add</b:Button> type="PRIMARY">Add</b:Button>
@ -122,4 +122,4 @@
type="LINK" visible="true"></b:Button> type="LINK" visible="true"></b:Button>
</g:FlowPanel> </g:FlowPanel>
</g:HTMLPanel> </g:HTMLPanel>
</ui:UiBinder> --> </ui:UiBinder>