Subversion Repositories SmartDukaan

Rev

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

Rev 2068 Rev 2105
Line 171... Line 171...
171
    						<g:row>
171
    						<g:row>
172
    							<g:customCell>
172
    							<g:customCell>
173
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
173
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
174
    							</g:customCell>
174
    							</g:customCell>
175
    							<g:customCell>
175
    							<g:customCell>
176
    								<g:Label styleName='{style.greenLabel}' ui:field="category"></g:Label>
176
    								<g:Label styleName='{style.greenLabel}' ui:field="contentCategory"></g:Label>
177
    							</g:customCell>
177
    							</g:customCell>
178
    						</g:row>
178
    						</g:row>
179
    						<g:row>
179
    						<g:row>
180
    							<g:customCell>
180
    							<g:customCell>
181
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
181
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
Line 320... Line 320...
320
    				</g:cell>
320
    				</g:cell>
321
    			</g:HorizontalPanel>
321
    			</g:HorizontalPanel>
322
                
322
                
323
                <g:VerticalPanel>
323
                <g:VerticalPanel>
324
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
324
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
325
                                <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
325
                        <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
326
                                <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
326
                        <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
327
                    </g:VerticalPanel>
327
                    </g:VerticalPanel>
328
                    <g:VerticalPanel styleName='{style.vendorTable}'>
328
                    <g:VerticalPanel styleName='{style.vendorTable}'>
329
                                <g:FlexTable ui:field='headerPricing' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
329
                        <g:FlexTable ui:field='headerVendorM' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
-
 
330
                        <g:FlexTable ui:field='vendorTableM' cellSpacing='0' cellPadding='0' />
-
 
331
                    </g:VerticalPanel>
-
 
332
                    <g:VerticalPanel styleName='{style.vendorTable}'>
-
 
333
                        <g:FlexTable ui:field='headerVendor' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
330
                                <g:FlexTable ui:field='pricingTable' cellSpacing='0' cellPadding='0' />
334
                        <g:FlexTable ui:field='vendorTable' cellSpacing='0' cellPadding='0' />
331
                    </g:VerticalPanel>
335
                    </g:VerticalPanel>
332
                </g:VerticalPanel>
336
                </g:VerticalPanel>
333
                <g:VerticalPanel styleName='{style.buttonContainer}'>
337
                <g:VerticalPanel styleName='{style.buttonContainer}'>
334
                    <g:Button ui:field="submit">Update Item</g:Button>
338
                    <g:Button ui:field="submit">Update Item</g:Button>
335
                </g:VerticalPanel>
339
                </g:VerticalPanel>