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.
news-feed/2.8/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/SharePostDialog.ui.xml

23 lines
752 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:style>
.important {
font-weight: bold;
}
</ui:style>
<g:HTMLPanel>
<b:Modal ui:field="modalWindow" title="Share this post"
backdrop="STATIC" keyboard="true" animation="true">
<b:Form type="VERTICAL">
<b:ListBox alternateSize="XLARGE" ui:field="input"></b:ListBox>
</b:Form>
<b:ModalFooter>
<b:Button ui:field="cancel">Cancel</b:Button>
<b:Button ui:field="sharePostButton" type="PRIMARY">Send Invite</b:Button>
</b:ModalFooter>
</b:Modal>
</g:HTMLPanel>
</ui:UiBinder>