Subversion Repositories SmartDukaan

Rev

Rev 2126 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
  xmlns:mail='urn:import:in.shop2020.catalog.dashboard.client'>
  
  <g:DockLayoutPanel>
    <g:center>
      <g:HorizontalPanel>
        <g:Button ui:field="addItem">Add New Item</g:Button>
        <g:Button ui:field="phaseoutItem">Mark as PHASED OUT</g:Button>
        <g:Button ui:field="activateItem">Mark as ACTIVE</g:Button>
      </g:HorizontalPanel>
    </g:center>
  </g:DockLayoutPanel>
  
</ui:UiBinder>