| 2105 |
ankur.sing |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
|
|
3 |
xmlns:mail='urn:import:in.shop2020.catalog.dashboard.client'>
|
|
|
4 |
|
|
|
5 |
<g:DockLayoutPanel>
|
|
|
6 |
<g:center>
|
|
|
7 |
<g:HorizontalPanel>
|
|
|
8 |
<g:Button ui:field="addItem">Add New Item</g:Button>
|
| 2126 |
ankur.sing |
9 |
<g:Button ui:field="updateItem">Update Item</g:Button>
|
| 2359 |
ankur.sing |
10 |
<g:Button ui:field="pushItemToProd">Push Prices to Production</g:Button>
|
| 2105 |
ankur.sing |
11 |
<g:Button ui:field="phaseoutItem">Mark as PHASED OUT</g:Button>
|
| 2126 |
ankur.sing |
12 |
<g:Button ui:field="markAliveItem">Mark PHASED OUT item as IN PROCESS</g:Button>
|
| 12523 |
amit.gupta |
13 |
<g:Button ui:field="partiallyActive">Mark as PARTIALLY ACTIVE</g:Button>
|
| 2126 |
ankur.sing |
14 |
<g:Button ui:field="pauseItem">Mark ACTIVE item as PAUSED</g:Button>
|
|
|
15 |
<g:Button ui:field="activateItem">Mark PAUSED item as ACTIVE</g:Button>
|
| 2359 |
ankur.sing |
16 |
<g:Button ui:field="markRisky">Mark Risky</g:Button>
|
|
|
17 |
<g:Button ui:field="unmarkRisky">Unmark Risky</g:Button>
|
|
|
18 |
<g:Button ui:field="generateMasterSheet">Generate Master Sheet</g:Button>
|
| 2105 |
ankur.sing |
19 |
</g:HorizontalPanel>
|
|
|
20 |
</g:center>
|
|
|
21 |
</g:DockLayoutPanel>
|
|
|
22 |
|
|
|
23 |
</ui:UiBinder>
|
| 2126 |
ankur.sing |
24 |
|
|
|
25 |
|