Subversion Repositories SmartDukaan

Rev

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

Rev 2252 Rev 2359
Line 2... Line 2...
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"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
4
    xmlns:dp="urn:import:com.google.gwt.user.datepicker.client">
4
    xmlns:dp="urn:import:com.google.gwt.user.datepicker.client">
5
    
5
    
6
    <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
6
    <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
7
    
7
        
8
	<ui:style type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
8
	<ui:style type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
9
		.outer {
9
		.outer {
10
			border-left: 1px solid #999;
10
			border-left: 1px solid #999;
11
			border-bottom: 1px solid #999;
11
			border-bottom: 1px solid #999;
12
			cursor: pointer;
12
			cursor: pointer;
Line 166... Line 166...
166
    						</g:row>
166
    						</g:row>
167
    					</g:Grid>
167
    					</g:Grid>
168
    				</g:cell>
168
    				</g:cell>
169
    				<g:cell>
169
    				<g:cell>
170
    					<g:Grid>
170
    					<g:Grid>
-
 
171
                            <g:row>
-
 
172
                                <g:customCell>
-
 
173
                                    <g:Label styleName='{style.blueLabel}'>Status Description</g:Label>
-
 
174
                                </g:customCell>
-
 
175
                                <g:customCell>
-
 
176
                                    <g:TextBox styleName='{style.greenLabel}' ui:field="statusDesc"></g:TextBox>
-
 
177
                                </g:customCell>
-
 
178
                            </g:row>
171
    						<g:row>
179
    						<g:row>
172
    							<g:customCell>
180
    							<g:customCell>
173
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
181
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
174
    							</g:customCell>
182
    							</g:customCell>
175
    							<g:customCell>
183
    							<g:customCell>
Line 319... Line 327...
319
                            <g:row>
327
                            <g:row>
320
                                <g:customCell>
328
                                <g:customCell>
321
                                    <g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
329
                                    <g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
322
                                </g:customCell>
330
                                </g:customCell>
323
                                <g:customCell>
331
                                <g:customCell>
324
                                    <g:CheckBox ui:field="risky"></g:CheckBox>
332
                                    <g:CheckBox ui:field="risky" enabled='false'></g:CheckBox>
325
                                </g:customCell>
333
                                </g:customCell>
326
                            </g:row>
334
                            </g:row>
327
    					</g:Grid>
335
    					</g:Grid>
328
    				</g:cell>
336
    				</g:cell>
329
    			</g:HorizontalPanel>
337
    			</g:HorizontalPanel>
330
                
338
                
331
                <g:VerticalPanel>
339
                <g:VerticalPanel>
332
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
340
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
333
                        <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
341
                        <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
334
                        <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
342
                        <g:FlexTable ui:field='availabilityTable' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
335
                    </g:VerticalPanel>
343
                    </g:VerticalPanel>
336
                    <g:VerticalPanel>
344
                    <g:VerticalPanel>
-
 
345
                        <g:Label>Vendor Keys</g:Label>
337
                        <g:FlexTable ui:field='headerVendorM' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
346
                        <g:FlexTable ui:field='headerVendorM' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
338
                        <g:FlexTable ui:field='vendorTableM' cellSpacing='0' cellPadding='0' />
347
                        <g:FlexTable ui:field='vendorTableM' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
-
 
348
                        <g:Label></g:Label>
339
                    </g:VerticalPanel>
349
                    </g:VerticalPanel>
340
                    <g:VerticalPanel styleName='{style.vendorTable}'>
350
                    <g:VerticalPanel>
-
 
351
                        <g:Label>Vendor Prices</g:Label>
341
                        <g:FlexTable ui:field='headerVendor' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
352
                        <g:FlexTable ui:field='headerVendor' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
342
                        <g:FlexTable ui:field='vendorTable' cellSpacing='0' cellPadding='0' />
353
                        <g:FlexTable ui:field='vendorTable' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
343
                    </g:VerticalPanel>
354
                    </g:VerticalPanel>
344
                </g:VerticalPanel>
355
                </g:VerticalPanel>
345
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
356
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
346
                    <g:Button ui:field="submit">Update Item</g:Button>
357
                    <g:Button ui:field="submit">Update Item</g:Button>
347
                </g:VerticalPanel> -->
358
                </g:VerticalPanel> -->