Subversion Repositories SmartDukaan

Rev

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

Rev 9844 Rev 10484
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
-
 
4
    xmlns:dp="urn:import:com.google.gwt.user.datepicker.client">
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:dp="urn:import:com.google.gwt.user.datepicker.client">
5
    
4
 
6
    <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
5
	<ui:image field='gradient' src='gradient_bg_dark.png'
-
 
6
		repeatStyle='Horizontal' />
-
 
7
 
7
        
8
	<ui:style
8
	<ui:style type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
9
		type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
9
		.outer {
10
		.outer {
10
			border-left: 1px solid #999;
11
		border-left: 1px solid #999;
11
			border-bottom: 1px solid #999;
12
		border-bottom: 1px solid #999;
12
			cursor: pointer;
13
		cursor: pointer;
13
			cursor: hand;
14
		cursor: hand;
14
		}
15
		}
15
		
16
 
16
		.blueLabel {
17
		.blueLabel {
17
			color: white;
18
		color: white;
18
			font: bold 12px tahoma, arial, helvetica, sans-serif;
19
		font: bold 12px tahoma, arial, helvetica, sans-serif;
19
			border: 1px solid #99bbe8;
20
		border: 1px solid #99bbe8;
20
			padding: 5px;
21
		padding: 5px;
21
			background-color: blue
22
		background-color: blue
22
		}
23
		}
23
		
24
 
24
		.greenLabel {
25
		.greenLabel {
25
			width: 100px;
26
		width: 100px;
26
			color: black;
27
		color: black;
27
			font: bold 12px tahoma, arial, helvetica, sans-serif;
28
		font: bold 12px tahoma, arial, helvetica, sans-serif;
28
			border: 1px solid #99bbe8;
29
		border: 1px solid #99bbe8;
29
			padding: 5px;
30
		padding: 5px;
30
			background-color: #66ff99;
31
		background-color: #66ff99;
31
		}
32
		}
32
		
33
 
33
		.fieldChanged {
34
		.fieldChanged {
34
			color: white;
35
		color: white;
35
			font: bold 12px tahoma, arial, helvetica, sans-serif;
36
		font: bold 12px tahoma, arial, helvetica, sans-serif;
36
			border: 1px solid #99bbe8;
37
		border: 1px solid #99bbe8;
37
			padding: 5px;
38
		padding: 5px;
38
			background-color: red;
39
		background-color: red;
39
		}
40
		}
40
		
41
 
41
		.outer {
42
		.outer {
42
            border-left: 1px solid #999;
43
		border-left: 1px solid #999;
43
            border-bottom: 1px solid #999;
44
		border-bottom: 1px solid #999;
44
            cursor: pointer;
45
		cursor: pointer;
45
            cursor: hand;
46
		cursor: hand;
46
        }
47
		}
47
        
48
 
48
        @sprite .header {
49
		@sprite .header {
49
            gwt-image: 'gradient';
50
		gwt-image: 'gradient';
50
            background-color: #d3d6dd;
51
		background-color: #d3d6dd;
51
            table-layout: fixed;
52
		table-layout: fixed;
52
            width: 100%;
53
		width: 100%;
53
            height: 100%;
54
		height: 100%;
54
        }
55
		}
55
        
56
 
56
        .header td {
57
		.header td {
57
            font-weight: bold;
58
		font-weight: bold;
58
            text-shadow: #fff 0 2px 2px;
59
		text-shadow: #fff 0 2px 2px;
59
            padding: 2px 0 1px 10px;
60
		padding: 2px 0 1px 10px;
60
            border-top: 1px solid #999;
61
		border-top: 1px solid #999;
61
            border-bottom: 1px solid #999;
62
		border-bottom: 1px solid #999;
62
        }
63
		}
63
        
64
 
64
        .table {
65
		.table {
65
            table-layout: fixed;
66
		table-layout: fixed;
66
            width: 100%;
67
		width: 100%;
67
        }
68
		}
68
        
69
 
69
        .table td {
70
		.table td {
70
            border-top: 1px solid #fff;
71
		border-top: 1px solid #fff;
71
            border-bottom: 1px solid #fff;
72
		border-bottom: 1px solid #fff;
72
            padding: 2px 0 2px 10px;
73
		padding: 2px 0 2px 10px;
73
        }
74
		}
74
        .numeric-box{
75
		.numeric-box{
75
        	width: 80px;
76
		width: 80px;
76
        	text-align: right;
77
		text-align: right;
77
        	color: black;
78
		color: black;
78
			font: bold 12px tahoma, arial, helvetica, sans-serif;
79
		font: bold 12px tahoma, arial, helvetica, sans-serif;
79
			border: 1px solid #99bbe8;
80
		border: 1px solid #99bbe8;
80
			padding: 5px;
81
		padding: 5px;
81
			background-color: #66ff99;
82
		background-color: #66ff99;
82
        }
83
		}
83
        
84
 
84
        .vendorTable {
85
		.vendorTable {
85
        	float: right;
86
		float: right;
86
			border: 1px solid #99bbe8;
87
		border: 1px solid #99bbe8;
87
			padding-top:10px
88
		padding-top:10px
88
       	}
89
		}
89
		
90
 
90
		.inventoryTable {
91
		.inventoryTable {
91
			float: left;
92
		float: left;
92
			border: 1px solid #99bbe8;
93
		border: 1px solid #99bbe8;
93
			padding-bottom:10px
94
		padding-bottom:10px
94
		}
-
 
95
		
-
 
96
		.buttonContainer	{
-
 
97
			width: 100%;
-
 
98
			padding-top: 40px;
-
 
99
			padding-left: 370px;
-
 
100
		}
95
		}
-
 
96
 
-
 
97
		.buttonContainer {
-
 
98
		width: 100%;
-
 
99
		padding-top: 40px;
-
 
100
		padding-left: 370px;
101
		
101
		}
-
 
102
 
102
		.textlabel {
103
		.textlabel {
103
	      border-top: 2px solid #99bbe8;
104
		border-top: 2px solid #99bbe8;
104
	      text-align: center;
105
		text-align: center;
105
	    }		
106
		}		
106
	</ui:style>
107
	</ui:style>
107
 
108
 
108
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
109
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
109
		<g:center>
110
		<g:center>
110
        <g:ScrollPanel>
111
			<g:ScrollPanel>
111
            <g:VerticalPanel>
112
				<g:VerticalPanel>
112
    			<g:HorizontalPanel>
113
					<g:HorizontalPanel>
113
    				<g:cell>
114
						<g:cell>
114
    					<g:Grid>
115
							<g:Grid>
115
    						<g:row>
116
								<g:row>
116
    							<g:customCell>
117
									<g:customCell>
117
    								<g:Label styleName='{style.blueLabel}'>Item id:</g:Label>
118
										<g:Label styleName='{style.blueLabel}'>Item id:</g:Label>
118
    							</g:customCell>
119
									</g:customCell>
119
    							<g:customCell>
120
									<g:customCell>
120
    								<g:Label styleName='{style.greenLabel}' ui:field="itemId"></g:Label>
121
										<g:Label styleName='{style.greenLabel}' ui:field="itemId"></g:Label>
121
    							</g:customCell>
122
									</g:customCell>
122
    						</g:row>
123
								</g:row>
123
                            <g:row>
124
								<g:row>
124
                                <g:customCell>
125
									<g:customCell>
125
                                    <g:Label styleName='{style.blueLabel}'>Item Status:</g:Label>
126
										<g:Label styleName='{style.blueLabel}'>Item Status:</g:Label>
126
                                </g:customCell>
127
									</g:customCell>
127
                                <g:customCell>
128
									<g:customCell>
128
                                    <g:Label styleName='{style.greenLabel}' ui:field="itemStatus"></g:Label>
129
										<g:Label styleName='{style.greenLabel}' ui:field="itemStatus"></g:Label>
129
                                </g:customCell>
130
									</g:customCell>
130
                            </g:row>
131
								</g:row>
131
    						<g:row>
132
								<g:row>
132
    							<g:customCell>
133
									<g:customCell>
133
    								<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
134
										<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
134
    							</g:customCell>
135
									</g:customCell>
135
    							<g:customCell>
136
									<g:customCell>
136
    								<g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
137
										<g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
137
    							</g:customCell>
138
									</g:customCell>
138
    						</g:row>
139
								</g:row>
139
    						<g:row>
140
								<g:row>
140
    							<g:customCell>
141
									<g:customCell>
141
    								<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
142
										<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
142
    							</g:customCell>
143
									</g:customCell>
143
    							<g:customCell>
144
									<g:customCell>
144
    								<g:TextBox styleName="{style.greenLabel}" ui:field="brand"></g:TextBox>
145
										<g:TextBox styleName="{style.greenLabel}" ui:field="brand"></g:TextBox>
145
    							</g:customCell>
146
									</g:customCell>
146
    						</g:row>
147
								</g:row>
147
    						<g:row>
148
								<g:row>
148
    							<g:customCell>
149
									<g:customCell>
149
    								<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
150
										<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
150
    							</g:customCell>
151
									</g:customCell>
151
    							<g:customCell>
152
									<g:customCell>
152
    								<g:TextBox styleName="{style.greenLabel}" ui:field="modelNumber"></g:TextBox>
153
										<g:TextBox styleName="{style.greenLabel}" ui:field="modelNumber"></g:TextBox>
153
    							</g:customCell>
154
									</g:customCell>
154
    						</g:row>
155
								</g:row>
155
    						<g:row>
156
								<g:row>
156
    							<g:customCell>
157
									<g:customCell>
157
    								<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
158
										<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
158
    							</g:customCell>
159
									</g:customCell>
159
    							<g:customCell>
160
									<g:customCell>
160
    								<g:TextBox styleName="{style.greenLabel}" ui:field="modelName"></g:TextBox>
161
										<g:TextBox styleName="{style.greenLabel}" ui:field="modelName"></g:TextBox>
161
    							</g:customCell>
162
									</g:customCell>
162
    						</g:row>
163
								</g:row>
163
    						<g:row>
164
								<g:row>
164
    							<g:customCell>
165
									<g:customCell>
165
    								<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
166
										<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
166
    							</g:customCell>
167
									</g:customCell>
167
    							<g:customCell>
168
									<g:customCell>
168
    								<g:TextBox styleName="{style.greenLabel}" ui:field="color"></g:TextBox>
169
										<g:TextBox styleName="{style.greenLabel}" ui:field="color"></g:TextBox>
169
    							</g:customCell>
170
									</g:customCell>
170
    						</g:row>
171
								</g:row>
171
    						<g:row>
172
								<g:row>
172
    							<g:customCell>
173
									<g:customCell>
173
    								<g:Label styleName='{style.blueLabel}'>Preferred Insurer:</g:Label>
174
										<g:Label styleName='{style.blueLabel}'>Preferred Insurer:</g:Label>
174
    							</g:customCell>
175
									</g:customCell>
175
    							<g:customCell>
176
									<g:customCell>
176
    								<g:ListBox ui:field="preferredInsurer"></g:ListBox>
177
										<g:ListBox ui:field="preferredInsurer"></g:ListBox>
177
    							</g:customCell>
178
									</g:customCell>
178
    						</g:row>
179
								</g:row>
179
    						<g:row>
180
								<g:row>
180
    							<g:customCell>
181
									<g:customCell>
181
    								<g:Label styleName='{style.blueLabel}'>ASIN:</g:Label>
182
										<g:Label styleName='{style.blueLabel}'>ASIN:</g:Label>
182
    							</g:customCell>
183
									</g:customCell>
183
    							<g:customCell>
184
									<g:customCell>
184
    								<g:TextBox ui:field="asin"></g:TextBox>
185
										<g:TextBox ui:field="asin"></g:TextBox>
185
    							</g:customCell>
186
									</g:customCell>
186
    						</g:row>
187
								</g:row>
187
    						<g:row>
188
								<g:row>
188
    							<g:customCell>
189
									<g:customCell>
189
    								<g:Label styleName='{style.blueLabel}'>Website N-Day Sale:</g:Label>
190
										<g:Label styleName='{style.blueLabel}'>Website N-Day Sale:</g:Label>
190
    							</g:customCell>
191
									</g:customCell>
191
    							<g:customCell>
192
									<g:customCell>
192
    								<g:TextBox styleName='{style.greenLabel}' ui:field="websiteLastNdaySale"></g:TextBox>
193
										<g:TextBox styleName='{style.greenLabel}' ui:field="websiteLastNdaySale"></g:TextBox>
193
    							</g:customCell>
194
									</g:customCell>
194
    						</g:row>    						
195
								</g:row>
195
    					</g:Grid>
196
							</g:Grid>
196
    				</g:cell>
197
						</g:cell>
197
    				<g:cell>
198
						<g:cell>
198
    					<g:Grid>
199
							<g:Grid>
199
                            <g:row>
200
								<g:row>
200
                                <g:customCell>
201
									<g:customCell>
201
                                    <g:Label styleName='{style.blueLabel}'>Status Description</g:Label>
202
										<g:Label styleName='{style.blueLabel}'>Status Description</g:Label>
202
                                </g:customCell>
203
									</g:customCell>
203
                                <g:customCell>
204
									<g:customCell>
204
                                    <g:TextBox styleName='{style.greenLabel}' ui:field="statusDesc"></g:TextBox>
205
										<g:TextBox styleName='{style.greenLabel}' ui:field="statusDesc"></g:TextBox>
205
                                </g:customCell>
206
									</g:customCell>
206
                            </g:row>
207
								</g:row>
207
    						<g:row>
208
								<g:row>
208
    							<g:customCell>
209
									<g:customCell>
209
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
210
										<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
210
    							</g:customCell>
211
									</g:customCell>
211
    							<g:customCell>
212
									<g:customCell>
212
    								<g:Label styleName='{style.greenLabel}' ui:field="contentCategory"></g:Label>
213
										<g:Label styleName='{style.greenLabel}' ui:field="contentCategory"></g:Label>
213
    							</g:customCell>
214
									</g:customCell>
214
    						</g:row>
215
								</g:row>
215
    						<g:row>
216
								<g:row>
216
    							<g:customCell>
217
									<g:customCell>
217
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
218
										<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
218
    							</g:customCell>
219
									</g:customCell>
219
    							<g:customCell>
220
									<g:customCell>
220
    								<g:TextBox styleName='{style.greenLabel}' ui:field="comments"></g:TextBox>
221
										<g:TextBox styleName='{style.greenLabel}' ui:field="comments"></g:TextBox>
221
    							</g:customCell>
222
									</g:customCell>
222
    						</g:row>
223
								</g:row>
223
    						<g:row>
224
								<g:row>
224
    							<g:customCell>
225
									<g:customCell>
225
    								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
226
										<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
226
    							</g:customCell>
227
									</g:customCell>
227
    							<g:customCell>
228
									<g:customCell>
228
    								<g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
229
										<g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
229
    							</g:customCell>
230
									</g:customCell>
230
    						</g:row>
231
								</g:row>
231
    						<g:row>
232
								<g:row>
232
    							<g:customCell>
233
									<g:customCell>
233
    								<g:Label styleName='{style.blueLabel}'>Preferred Vendor:</g:Label>
234
										<g:Label styleName='{style.blueLabel}'>Preferred Vendor:</g:Label>
234
    							</g:customCell>
235
									</g:customCell>
235
    							<g:customCell>
236
									<g:customCell>
236
    								<g:ListBox ui:field="preferredVendor"></g:ListBox>
237
										<g:ListBox ui:field="preferredVendor"></g:ListBox>
237
    							</g:customCell>
238
									</g:customCell>
238
    						</g:row>
239
								</g:row>
239
    						<g:row>
240
								<g:row>
240
    							<g:customCell>
241
									<g:customCell>
241
    								<g:Button ui:field="comingSoonButton" text="Coming Soon"></g:Button>
242
										<g:Button ui:field="comingSoonButton" text="Coming Soon"></g:Button>
242
    							</g:customCell>
243
									</g:customCell>
243
    						</g:row>
244
								</g:row>
244
						 <g:row>
245
								<g:row>
245
					          <g:customCell>
246
									<g:customCell>
246
					            <g:Label styleName='{style.blueLabel}'>Coming Soon Start Date</g:Label>
247
										<g:Label styleName='{style.blueLabel}'>Coming Soon Start Date</g:Label>
247
					          </g:customCell>
248
									</g:customCell>
248
					          <g:customCell>
249
									<g:customCell>
249
					             <dp:DateBox styleName='{style.greenLabel}' ui:field="comingSoonStartDate" enabled="false"></dp:DateBox>
250
										<dp:DateBox styleName='{style.greenLabel}'
250
					          </g:customCell>
251
											ui:field="comingSoonStartDate" enabled="false"></dp:DateBox>
251
						</g:row>
252
									</g:customCell>
252
						 <g:row>
253
								</g:row>
253
					          <g:customCell>
254
								<g:row>
254
					            <g:Label styleName='{style.blueLabel}'>Expected Arrival Date</g:Label>
255
									<g:customCell>
255
					          </g:customCell>
256
										<g:Label styleName='{style.blueLabel}'>Expected Arrival Date</g:Label>
256
					          <g:customCell>
257
									</g:customCell>
257
					            <dp:DateBox styleName='{style.greenLabel}' ui:field="expectedArrivalDate"  enabled="false"></dp:DateBox>
258
									<g:customCell>
258
					          </g:customCell>
259
										<dp:DateBox styleName='{style.greenLabel}'
259
						</g:row>
260
											ui:field="expectedArrivalDate" enabled="false"></dp:DateBox>
260
						    <g:row>
261
									</g:customCell>
261
    							<g:customCell>
262
								</g:row>
262
    								<g:Label styleName='{style.blueLabel}'>Amazon N-Day Sale:</g:Label>
263
								<g:row>
263
    							</g:customCell>
264
									<g:customCell>
264
    							<g:customCell>
265
										<g:Label styleName='{style.blueLabel}'>Amazon N-Day Sale:</g:Label>
265
    								<g:TextBox styleName='{style.greenLabel}' ui:field="amazonLastNdaySale"></g:TextBox>
266
									</g:customCell>
266
    							</g:customCell>
267
									<g:customCell>
267
    						</g:row>    						
268
										<g:TextBox styleName='{style.greenLabel}' ui:field="amazonLastNdaySale"></g:TextBox>
268
    					</g:Grid>
269
									</g:customCell>
269
    				</g:cell>
270
								</g:row>
270
    				<g:cell>
271
							</g:Grid>
271
    					<g:Grid>
272
						</g:cell>
272
    						<g:row>
273
						<g:cell>
273
    							<g:customCell>
274
							<g:Grid>
274
    								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
275
								<g:row>
275
    							</g:customCell>
276
									<g:customCell>
276
    							<g:customCell width='6'>
277
										<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
277
    								<g:TextBox styleName='{style.numeric-box}' ui:field="mrp"></g:TextBox>
278
									</g:customCell>
278
    							</g:customCell>
279
									<g:customCell width='6'>
279
    						</g:row>
280
										<g:TextBox styleName='{style.numeric-box}' ui:field="mrp"></g:TextBox>
280
    						<g:row>
281
									</g:customCell>
281
    							<g:customCell>
282
								</g:row>
282
    								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
283
								<g:row>
283
    							</g:customCell>
284
									<g:customCell>
284
    							<g:customCell size='6'>
285
										<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
285
    								<g:TextBox styleName='{style.numeric-box}' ui:field="sellingPrice"></g:TextBox>
286
									</g:customCell>
286
    							</g:customCell>
287
									<g:customCell size='6'>
287
    						</g:row>
288
										<g:TextBox styleName='{style.numeric-box}' ui:field="sellingPrice"></g:TextBox>
288
    						<g:row>
289
									</g:customCell>
289
    							<g:customCell>
290
								</g:row>
290
    								<g:Label styleName='{style.blueLabel}'>Weight(in kg):</g:Label>
291
								<g:row>
291
    							</g:customCell>
292
									<g:customCell>
292
    							<g:customCell>
293
										<g:Label styleName='{style.blueLabel}'>Weight(in kg):</g:Label>
293
    								<g:TextBox styleName='{style.numeric-box}' ui:field="weight"></g:TextBox>
294
									</g:customCell>
294
    							</g:customCell>
295
									<g:customCell>
295
    						</g:row>
296
										<g:TextBox styleName='{style.numeric-box}' ui:field="weight"></g:TextBox>
296
    						<g:row>
297
									</g:customCell>
297
    							<g:customCell>
298
								</g:row>
298
    								<g:Label styleName='{style.blueLabel}'>Expected Delay(Days):</g:Label>
299
								<g:row>
299
    							</g:customCell>
300
									<g:customCell>
300
    							<g:customCell>
301
										<g:Label styleName='{style.blueLabel}'>Expected Delay(Days):</g:Label>
301
    								<g:TextBox styleName='{style.numeric-box}' ui:field="expectedDelay"></g:TextBox>
302
									</g:customCell>
302
    							</g:customCell>
303
									<g:customCell>
303
    						</g:row>
304
										<g:TextBox styleName='{style.numeric-box}' ui:field="expectedDelay"></g:TextBox>
304
    						<g:row>
305
									</g:customCell>
305
                                <g:customCell>
306
								</g:row>
306
                                    <g:Label styleName='{style.blueLabel}'>Is Warehouse Preference Sticky:</g:Label>
307
								<g:row>
307
                                </g:customCell>
308
									<g:customCell>
308
                                <g:customCell>
309
										<g:Label styleName='{style.blueLabel}'>Is Warehouse Preference Sticky:</g:Label>
309
                                    <g:CheckBox ui:field="warehouseStickiness"></g:CheckBox>
310
									</g:customCell>
310
                                </g:customCell>
311
									<g:customCell>
311
                            </g:row>
312
										<g:CheckBox ui:field="warehouseStickiness"></g:CheckBox>
312
                            <g:row>
313
									</g:customCell>
313
    							<g:customCell>
314
								</g:row>
314
    								<g:Label styleName='{style.blueLabel}'>Has Serial Number:</g:Label>
315
								<g:row>
315
    							</g:customCell>
316
									<g:customCell>
316
    							<g:customCell>
317
										<g:Label styleName='{style.blueLabel}'>Has Serial Number:</g:Label>
317
    								<g:CheckBox ui:field="itemType"></g:CheckBox>
318
									</g:customCell>
318
    							</g:customCell>
319
									<g:customCell>
319
    						</g:row>
320
										<g:CheckBox ui:field="itemType"></g:CheckBox>
320
                            <g:row>
321
									</g:customCell>
321
    							<g:customCell>
322
								</g:row>
322
    								<g:Label styleName='{style.blueLabel}'>Show Selling Price</g:Label>
323
								<g:row>
323
    							</g:customCell>
324
									<g:customCell>
324
    							<g:customCell>
325
										<g:Label styleName='{style.blueLabel}'>Show Selling Price</g:Label>
325
    								<g:CheckBox ui:field="showSellingPrice" enabled="false"></g:CheckBox>
326
									</g:customCell>
326
    							</g:customCell>
327
									<g:customCell>
327
    						</g:row>
328
										<g:CheckBox ui:field="showSellingPrice" enabled="false"></g:CheckBox>
328
    						<g:row>
329
									</g:customCell>
329
    							<g:customCell>
330
								</g:row>
330
    								<g:Label styleName='{style.blueLabel}'>Hold Override</g:Label>
331
								<g:row>
331
    							</g:customCell>
332
									<g:customCell>
332
    							<g:customCell>
333
										<g:Label styleName='{style.blueLabel}'>Hold Override</g:Label>
333
    								<g:CheckBox ui:field="holdOverride"></g:CheckBox>
334
									</g:customCell>
334
    							</g:customCell>
335
									<g:customCell>
335
    						</g:row>
336
										<g:CheckBox ui:field="holdOverride"></g:CheckBox>
336
    						<g:row>
337
									</g:customCell>
337
    							<g:customCell>
338
								</g:row>
338
    								<g:Label styleName='{style.blueLabel}'>Best Deals Details Text:</g:Label>
339
								<g:row>
339
    							</g:customCell>
340
									<g:customCell>
340
    							<g:customCell>
341
										<g:Label styleName='{style.blueLabel}'>Best Deals Details Text:</g:Label>
341
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsText"></g:TextBox>
342
									</g:customCell>
342
    							</g:customCell>
343
									<g:customCell>
343
    						</g:row>
344
										<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsText"></g:TextBox>
344
    						<g:row>
345
									</g:customCell>
345
    							<g:customCell>
346
								</g:row>
346
    								<g:Label styleName='{style.blueLabel}'>Ebay N-Day Sale:</g:Label>
347
								<g:row>
347
    							</g:customCell>
348
									<g:customCell>
348
    							<g:customCell>
349
										<g:Label styleName='{style.blueLabel}'>Ebay N-Day Sale:</g:Label>
349
    								<g:TextBox styleName='{style.greenLabel}' ui:field="ebayLastNdaySale"></g:TextBox>
350
									</g:customCell>
350
    							</g:customCell>
351
									<g:customCell>
351
    						</g:row>    						
352
										<g:TextBox styleName='{style.greenLabel}' ui:field="ebayLastNdaySale"></g:TextBox>
352
    					</g:Grid>
353
									</g:customCell>
353
    				</g:cell>
354
								</g:row>
354
    				<g:cell>
355
							</g:Grid>
355
    					<g:Grid>
356
						</g:cell>
356
    						<g:row>
357
						<g:cell>
357
    							<g:customCell>
358
							<g:Grid>
358
    								<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
359
								<g:row>
359
    							</g:customCell>
360
									<g:customCell>
360
    							<g:customCell>
361
										<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
361
    								<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
362
									</g:customCell>
362
    							</g:customCell>
363
									<g:customCell>
363
    						</g:row>
364
										<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
364
    						<g:row>
365
									</g:customCell>
365
    							<g:customCell>
366
								</g:row>
366
    								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
367
								<g:row>
367
    							</g:customCell>
368
									<g:customCell>
368
    							<g:customCell>
369
										<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
369
    								<dp:DateBox styleName='{style.greenLabel}' ui:field="startDate"></dp:DateBox>
370
									</g:customCell>
370
    							</g:customCell>
371
									<g:customCell>
371
    						</g:row>
372
										<dp:DateBox styleName='{style.greenLabel}'
372
    						<g:row>
373
											ui:field="startDate"></dp:DateBox>
373
    							<g:customCell>
374
									</g:customCell>
374
    								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
375
								</g:row>
375
    							</g:customCell>
376
								<g:row>
376
    							<g:customCell>
377
									<g:customCell>
377
    								<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
378
										<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
378
    							</g:customCell>
379
									</g:customCell>
379
    						</g:row>
380
									<g:customCell>
380
    						<g:row>
381
										<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
381
    							<g:customCell>
382
									</g:customCell>
382
    								<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
383
								</g:row>
383
    							</g:customCell>
384
								<g:row>
384
    							<g:customCell>
385
									<g:customCell>
385
    								<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
386
										<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
386
    							</g:customCell>
387
									</g:customCell>
387
    						</g:row>
388
									<g:customCell>
388
    						<g:row>
389
										<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
389
                                <g:customCell>
390
									</g:customCell>
390
                                    <g:Label styleName='{style.blueLabel}'>Has Item Number:</g:Label>
391
								</g:row>
391
                                </g:customCell>
392
								<g:row>
392
                                <g:customCell>
393
									<g:customCell>
393
                                    <g:CheckBox ui:field="hasItemNo"></g:CheckBox>
394
										<g:Label styleName='{style.blueLabel}'>Has Item Number:</g:Label>
394
                                </g:customCell>
395
									</g:customCell>
395
                            </g:row>
396
									<g:customCell>
396
                            <g:row>
397
										<g:CheckBox ui:field="hasItemNo"></g:CheckBox>
397
    							<g:customCell>
398
									</g:customCell>
398
    								<g:Label styleName='{style.blueLabel}'>Best Deals Details Link:</g:Label>
399
								</g:row>
399
    							</g:customCell>
400
								<g:row>
400
    							<g:customCell>
401
									<g:customCell>
401
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsLink"></g:TextBox>
402
										<g:Label styleName='{style.blueLabel}'>Best Deals Details Link:</g:Label>
402
    							</g:customCell>
403
									</g:customCell>
403
    						</g:row>
404
									<g:customCell>
404
    						<g:row>
405
										<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsLink"></g:TextBox>
405
    							<g:customCell>
406
									</g:customCell>
406
    								<g:Label styleName='{style.blueLabel}'>Freebie ItemId:</g:Label>
407
								</g:row>
407
    							</g:customCell>
408
								<g:row>
408
    							<g:customCell>
409
									<g:customCell>
409
    								<g:TextBox styleName='{style.greenLabel}' ui:field="freebieItemId"></g:TextBox>
410
										<g:Label styleName='{style.blueLabel}'>Freebie ItemId:</g:Label>
410
    							</g:customCell>
411
									</g:customCell>
411
    						</g:row>
412
									<g:customCell>
412
    						<g:row>
413
										<g:TextBox styleName='{style.greenLabel}' ui:field="freebieItemId"></g:TextBox>
413
    							<g:customCell>
414
									</g:customCell>
414
    								<g:Label styleName='{style.blueLabel}'>Last N Day Sale:</g:Label>
415
								</g:row>
415
    							</g:customCell>
416
								<g:row>
416
    							<g:customCell>
417
									<g:customCell>
417
    								<g:TextBox styleName='{style.greenLabel}' ui:field="lastNdaySale"></g:TextBox>
418
										<g:Label styleName='{style.blueLabel}'>Last N Day Sale:</g:Label>
418
    							</g:customCell>
419
									</g:customCell>
419
    						</g:row>
420
									<g:customCell>
420
    						<g:row>
421
										<g:TextBox styleName='{style.greenLabel}' ui:field="lastNdaySale"></g:TextBox>
421
    							<g:customCell>
422
									</g:customCell>
422
    								<g:Label styleName='{style.blueLabel}'>Snapdeal N-Day Sale:</g:Label>
423
								</g:row>
423
    							</g:customCell>
424
								<g:row>
424
    							<g:customCell>
425
									<g:customCell>
425
    								<g:TextBox styleName='{style.greenLabel}' ui:field="snapdealLastNdaySale"></g:TextBox>
426
										<g:Label styleName='{style.blueLabel}'>Snapdeal N-Day Sale:</g:Label>
426
    							</g:customCell>
427
									</g:customCell>
427
    						</g:row>    						
428
									<g:customCell>
428
    					</g:Grid>
429
										<g:TextBox styleName='{style.greenLabel}' ui:field="snapdealLastNdaySale"></g:TextBox>
429
    				</g:cell>
430
									</g:customCell>
430
    				<g:cell>
431
								</g:row>
431
    					<g:Grid>
432
							</g:Grid>
432
    						<g:row>
433
						</g:cell>
433
    							<g:customCell>
434
						<g:cell>
434
    								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
435
							<g:Grid>
435
    							</g:customCell>
436
								<g:row>
436
    							<g:customCell>
437
									<g:customCell>
437
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsText"></g:TextBox>
438
										<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
438
    							</g:customCell>
439
									</g:customCell>
439
    						</g:row>
440
									<g:customCell>
440
    						<g:row>
441
										<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsText"></g:TextBox>
441
    							<g:customCell>
442
									</g:customCell>
442
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
443
								</g:row>
443
    							</g:customCell>
444
								<g:row>
444
    							<g:customCell>
445
									<g:customCell>
445
    								<g:TextBox styleName='{style.numeric-box}' ui:field="bestDealsValue"></g:TextBox>
446
										<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
446
    							</g:customCell>
447
									</g:customCell>
447
    						</g:row>
448
									<g:customCell>
448
                            <g:row>
449
										<g:TextBox styleName='{style.numeric-box}' ui:field="bestDealsValue"></g:TextBox>
449
                                <g:customCell>
450
									</g:customCell>
450
                                    <g:Label styleName='{style.blueLabel}'>Best Selling Rank:</g:Label>
451
								</g:row>
451
                                </g:customCell>
452
								<g:row>
452
                                <g:customCell>
453
									<g:customCell>
453
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="bestSellingRank"></g:TextBox>
454
										<g:Label styleName='{style.blueLabel}'>Best Selling Rank:</g:Label>
454
                                </g:customCell>
455
									</g:customCell>
455
                            </g:row>
456
									<g:customCell>
456
                            <g:row>
457
										<g:TextBox styleName='{style.numeric-box}' ui:field="bestSellingRank"></g:TextBox>
457
                                <g:customCell>
458
									</g:customCell>
458
                                    <g:Label styleName='{style.blueLabel}'>Default for Entity:</g:Label>
459
								</g:row>
459
                                </g:customCell>
460
								<g:row>
460
                                <g:customCell>
461
									<g:customCell>
461
                                    <g:CheckBox ui:field="defaultForEntity"></g:CheckBox>
462
										<g:Label styleName='{style.blueLabel}'>Default for Entity:</g:Label>
462
                                </g:customCell>
463
									</g:customCell>
463
                            </g:row>
464
									<g:customCell>
464
                            <g:row>
465
										<g:CheckBox ui:field="defaultForEntity"></g:CheckBox>
465
                                <g:customCell>
466
									</g:customCell>
466
                                    <g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
467
								</g:row>
467
                                </g:customCell>
468
								<g:row>
468
                                <g:customCell>
469
									<g:customCell>
469
                                    <g:CheckBox ui:field="risky" enabled='false'></g:CheckBox>
470
										<g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
470
                                </g:customCell>
471
									</g:customCell>
471
                            </g:row>
472
									<g:customCell>
472
                            <g:row>
473
										<g:CheckBox ui:field="risky" enabled='false'></g:CheckBox>
473
                                <g:customCell>
474
									</g:customCell>
474
                                    <g:Label styleName='{style.blueLabel}'>Min StockLevel:</g:Label>
475
								</g:row>
475
                                </g:customCell>
476
								<g:row>
476
                                <g:customCell>
477
									<g:customCell>
477
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="minStockLevel"></g:TextBox>
478
										<g:Label styleName='{style.blueLabel}'>Min StockLevel:</g:Label>
478
                                </g:customCell>
479
									</g:customCell>
479
                            </g:row>
480
									<g:customCell>
480
                            <g:row>
481
										<g:TextBox styleName='{style.numeric-box}' ui:field="minStockLevel"></g:TextBox>
481
                                <g:customCell>
482
									</g:customCell>
482
                                    <g:Label styleName='{style.blueLabel}'>min Days Of Stock:</g:Label>
483
								</g:row>
483
                                </g:customCell>
484
								<g:row>
484
                                <g:customCell>
485
									<g:customCell>
485
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="numOfDaysStock"></g:TextBox>
486
										<g:Label styleName='{style.blueLabel}'>min Days Of Stock:</g:Label>
486
                                </g:customCell>
487
									</g:customCell>
487
                            </g:row>
488
									<g:customCell>
488
                            <g:row>
489
										<g:TextBox styleName='{style.numeric-box}' ui:field="numOfDaysStock"></g:TextBox>
489
                                <g:customCell>
490
									</g:customCell>
490
                                    <g:Label styleName='{style.blueLabel}'>Hold Inventory:</g:Label>
491
								</g:row>
491
                                </g:customCell>
492
								<g:row>
492
                                <g:customCell>
493
									<g:customCell>
493
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="holdInventory"></g:TextBox>
494
										<g:Label styleName='{style.blueLabel}'>Hold Inventory:</g:Label>
494
                                </g:customCell>
495
									</g:customCell>
495
                            </g:row>
496
									<g:customCell>
496
                            <g:row>
497
										<g:TextBox styleName='{style.numeric-box}' ui:field="holdInventory"></g:TextBox>
497
                                <g:customCell>
498
									</g:customCell>
498
                                    <g:Label styleName='{style.blueLabel}'>Default Inventory:</g:Label>
499
								</g:row>
499
                                </g:customCell>
500
								<g:row>
500
                                <g:customCell>
501
									<g:customCell>
501
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="defaultInventory"></g:TextBox>
502
										<g:Label styleName='{style.blueLabel}'>Default Inventory:</g:Label>
502
                                </g:customCell>
503
									</g:customCell>
503
                            </g:row>
504
									<g:customCell>
504
    					    <g:row>
505
										<g:TextBox styleName='{style.numeric-box}' ui:field="defaultInventory"></g:TextBox>
505
    							<g:customCell>
506
									</g:customCell>
506
    								<g:Label styleName='{style.blueLabel}'>Flipkart N-Day Sale:</g:Label>
507
								</g:row>
507
    							</g:customCell>
508
								<g:row>
508
    							<g:customCell>
509
									<g:customCell>
509
    								<g:TextBox styleName='{style.greenLabel}' ui:field="flipkartLastNdaySale"></g:TextBox>
510
										<g:Label styleName='{style.blueLabel}'>Flipkart N-Day Sale:</g:Label>
510
    							</g:customCell>
511
									</g:customCell>
511
    						</g:row>    						
512
									<g:customCell>
512
    					
513
										<g:TextBox styleName='{style.greenLabel}' ui:field="flipkartLastNdaySale"></g:TextBox>
513
    					</g:Grid>
514
									</g:customCell>
514
    				</g:cell>
515
								</g:row>
515
    			</g:HorizontalPanel>
516
 
516
                
517
							</g:Grid>
517
                <g:VerticalPanel>
518
						</g:cell>
518
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
519
					</g:HorizontalPanel>
519
                        <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
520
 
520
                        <g:FlexTable ui:field='availabilityTable' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
521
					<g:VerticalPanel>
521
                    </g:VerticalPanel>
522
						<g:VerticalPanel styleName='{style.inventoryTable}'>
522
                    <g:VerticalPanel>
523
							<g:FlexTable ui:field='headerAvailability' styleName='{style.header}'
523
                        <g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
524
								cellSpacing='0' cellPadding='0' />
524
                        <g:FlexTable ui:field='headerVendorItemKey' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
525
							<g:FlexTable ui:field='availabilityTable' styleName='{style.table}'
525
                        <g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
526
								cellSpacing='0' cellPadding='0' />
526
                        <g:Label></g:Label>
527
						</g:VerticalPanel>
527
                    </g:VerticalPanel>
528
						<g:VerticalPanel>
528
                    <g:VerticalPanel>
529
							<g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
529
                        <g:Label styleName='{style.textlabel}'>Vendor Prices</g:Label>
530
							<g:FlexTable ui:field='headerVendorItemKey'
530
                        <g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
531
								styleName='{style.header}' cellSpacing='0' cellPadding='0' />
531
                        <g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
532
							<g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}'
532
                    </g:VerticalPanel>
533
								cellSpacing='0' cellPadding='0' />
533
                    <g:VerticalPanel>
534
							<g:Label></g:Label>
534
                       	<g:Label styleName='{style.textlabel}'>Vouchers</g:Label>
535
						</g:VerticalPanel>
535
                       	<g:FlexTable ui:field='headerVouchers' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
536
						<g:VerticalPanel>
536
                        <g:FlexTable ui:field='tableVouchers' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
537
							<g:Label styleName='{style.textlabel}'>Vendor Prices</g:Label>
537
                    </g:VerticalPanel>
538
							<g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}'
538
                    <g:VerticalPanel>
539
								cellSpacing='0' cellPadding='0' />
539
                        <g:Label styleName='{style.textlabel}'>Source Prices</g:Label>
540
							<g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}'
540
                        <g:FlexTable ui:field='headerSourcePrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
541
								cellSpacing='0' cellPadding='0' />
541
                        <g:FlexTable ui:field='tableSourcePrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
542
						</g:VerticalPanel>
542
                    </g:VerticalPanel>
543
						<g:VerticalPanel>
543
                    <g:VerticalPanel>
544
							<g:Label styleName='{style.textlabel}'>Vouchers</g:Label>
544
                       	<g:Label styleName='{style.textlabel}'>Similar Items</g:Label>
545
							<g:FlexTable ui:field='headerVouchers' styleName='{style.header}'
545
                       	<g:FlexTable ui:field='headerSimilarItems' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
546
								cellSpacing='0' cellPadding='0' />
546
                        <g:FlexTable ui:field='tableSimilarItems' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
547
							<g:FlexTable ui:field='tableVouchers' styleName='{style.table}'
547
                    </g:VerticalPanel>
548
								cellSpacing='0' cellPadding='0' />
548
                </g:VerticalPanel>
549
						</g:VerticalPanel>
549
                <g:VerticalPanel>
550
						<g:VerticalPanel>
550
                       	<g:Label styleName='{style.textlabel}'>Inactive Inventory Sync Warehouses</g:Label>
551
							<g:Label styleName='{style.textlabel}'>Source Prices</g:Label>
551
                       	<g:FlexTable ui:field='headerIgnoredWarehouse' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
552
							<g:FlexTable ui:field='headerSourcePrices' styleName='{style.header}'
552
                        <g:FlexTable ui:field='tableIgnoredWarehouse' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
553
								cellSpacing='0' cellPadding='0' />
553
                </g:VerticalPanel>          
554
							<g:FlexTable ui:field='tableSourcePrices' styleName='{style.table}'
554
                 
555
								cellSpacing='0' cellPadding='0' />
555
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
556
						</g:VerticalPanel>
556
                    <g:Button ui:field="submit">Update Item</g:Button>
557
						<g:VerticalPanel>
557
                </g:VerticalPanel> -->
558
							<g:Label styleName='{style.textlabel}'>VAT Details</g:Label>
558
            </g:VerticalPanel>
559
							<g:FlexTable ui:field='headerVatDetails' styleName='{style.header}'
559
            </g:ScrollPanel>
560
								cellSpacing='0' cellPadding='0' />
-
 
561
							<g:FlexTable ui:field='tableVatDetails' styleName='{style.table}'
-
 
562
								cellSpacing='0' cellPadding='0' />
-
 
563
						</g:VerticalPanel>
-
 
564
						<g:VerticalPanel>
-
 
565
							<g:Label styleName='{style.textlabel}'>Similar Items</g:Label>
-
 
566
							<g:FlexTable ui:field='headerSimilarItems' styleName='{style.header}'
-
 
567
								cellSpacing='0' cellPadding='0' />
-
 
568
							<g:FlexTable ui:field='tableSimilarItems' styleName='{style.table}'
-
 
569
								cellSpacing='0' cellPadding='0' />
-
 
570
						</g:VerticalPanel>
-
 
571
					</g:VerticalPanel>
-
 
572
					<g:VerticalPanel>
-
 
573
						<g:Label styleName='{style.textlabel}'>Inactive Inventory Sync Warehouses</g:Label>
-
 
574
						<g:FlexTable ui:field='headerIgnoredWarehouse'
-
 
575
							styleName='{style.header}' cellSpacing='0' cellPadding='0' />
-
 
576
						<g:FlexTable ui:field='tableIgnoredWarehouse'
-
 
577
							styleName='{style.table}' cellSpacing='0' cellPadding='0' />
-
 
578
					</g:VerticalPanel>
-
 
579
 
-
 
580
					<!-- <g:VerticalPanel styleName='{style.buttonContainer}'> <g:Button 
-
 
581
						ui:field="submit">Update Item</g:Button> </g:VerticalPanel> -->
-
 
582
				</g:VerticalPanel>
-
 
583
			</g:ScrollPanel>
560
		</g:center>
584
		</g:center>
561
	</g:DockLayoutPanel>
585
	</g:DockLayoutPanel>
562
</ui:UiBinder> 
586
</ui:UiBinder>