Subversion Repositories SmartDukaan

Rev

Rev 2105 | Rev 2359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2105 Rev 2126
Line 4... Line 4...
4
  
4
  
5
  <g:DockLayoutPanel>
5
  <g:DockLayoutPanel>
6
    <g:center>
6
    <g:center>
7
      <g:HorizontalPanel>
7
      <g:HorizontalPanel>
8
        <g:Button ui:field="addItem">Add New Item</g:Button>
8
        <g:Button ui:field="addItem">Add New Item</g:Button>
-
 
9
        <g:Button ui:field="updateItem">Update Item</g:Button>
9
        <g:Button ui:field="phaseoutItem">Mark as PHASED OUT</g:Button>
10
        <g:Button ui:field="phaseoutItem">Mark as PHASED OUT</g:Button>
-
 
11
        <g:Button ui:field="markAliveItem">Mark PHASED OUT item as IN PROCESS</g:Button>
-
 
12
        <g:Button ui:field="pauseItem">Mark ACTIVE item as PAUSED</g:Button>
10
        <g:Button ui:field="activateItem">Mark as ACTIVE</g:Button>
13
        <g:Button ui:field="activateItem">Mark PAUSED item as ACTIVE</g:Button>
-
 
14
        
11
      </g:HorizontalPanel>
15
      </g:HorizontalPanel>
12
    </g:center>
16
    </g:center>
13
  </g:DockLayoutPanel>
17
  </g:DockLayoutPanel>
14
  
18
  
15
</ui:UiBinder>
19
</ui:UiBinder>
-
 
20
 
-
 
21