Subversion Repositories SmartDukaan

Rev

Rev 7261 | Rev 7972 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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