Subversion Repositories SmartDukaan

Rev

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

Rev 3359 Rev 3558
Line 342... Line 342...
342
                    <g:VerticalPanel>
342
                    <g:VerticalPanel>
343
                        <g:Label>Vendor Prices</g:Label>
343
                        <g:Label>Vendor Prices</g:Label>
344
                        <g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
344
                        <g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
345
                        <g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
345
                        <g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
346
                    </g:VerticalPanel>
346
                    </g:VerticalPanel>
-
 
347
                    <g:VerticalPanel>
-
 
348
                        <g:Label>Source Prices</g:Label>
-
 
349
                        <g:FlexTable ui:field='headerSourcePrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
-
 
350
                        <g:FlexTable ui:field='tableSourcePrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
-
 
351
                    </g:VerticalPanel>
347
                </g:VerticalPanel>
352
                </g:VerticalPanel>
348
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
353
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
349
                    <g:Button ui:field="submit">Update Item</g:Button>
354
                    <g:Button ui:field="submit">Update Item</g:Button>
350
                </g:VerticalPanel> -->
355
                </g:VerticalPanel> -->
351
            </g:VerticalPanel>
356
            </g:VerticalPanel>