Subversion Repositories SmartDukaan

Rev

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

Rev 4762 Rev 5118
Line 251... Line 251...
251
    						<g:row>
251
    						<g:row>
252
    							<g:customCell>
252
    							<g:customCell>
253
    								<g:Label styleName='{style.blueLabel}'>Preferred Warehouse:</g:Label>
253
    								<g:Label styleName='{style.blueLabel}'>Preferred Warehouse:</g:Label>
254
    							</g:customCell>
254
    							</g:customCell>
255
    							<g:customCell>
255
    							<g:customCell>
256
    								<g:TextBox styleName='{style.numeric-box}' ui:field="preferredWarehouse"></g:TextBox>
256
    								<g:ListBox ui:field="preferredWarehouse"></g:ListBox>
257
    							</g:customCell>
257
    							</g:customCell>
258
    						</g:row>
258
    						</g:row>
259
    						<g:row>
259
    						<g:row>
260
    							<g:customCell>
260
    							<g:customCell>
261
    								<g:Label styleName='{style.blueLabel}'>Default Warehouse:</g:Label>
261
    								<g:Label styleName='{style.blueLabel}'>Default Warehouse:</g:Label>
262
    							</g:customCell>
262
    							</g:customCell>
263
    							<g:customCell>
263
    							<g:customCell>
264
    								<g:TextBox styleName='{style.numeric-box}' ui:field="defaultWarehouse"></g:TextBox>
264
    								<g:ListBox ui:field="defaultWarehouse"></g:ListBox>
265
    							</g:customCell>
265
    							</g:customCell>
266
    						</g:row>
266
    						</g:row>
267
    						<g:row>
267
    						<g:row>
268
                                <g:customCell>
268
                                <g:customCell>
269
                                    <g:Label styleName='{style.blueLabel}'>Is Warehouse Preference Sticky:</g:Label>
269
                                    <g:Label styleName='{style.blueLabel}'>Is Warehouse Preference Sticky:</g:Label>
Line 388... Line 388...
388
                </g:VerticalPanel> -->
388
                </g:VerticalPanel> -->
389
            </g:VerticalPanel>
389
            </g:VerticalPanel>
390
            </g:ScrollPanel>
390
            </g:ScrollPanel>
391
		</g:center>
391
		</g:center>
392
	</g:DockLayoutPanel>
392
	</g:DockLayoutPanel>
393
</ui:UiBinder> 
-
 
394
393
</ui:UiBinder> 
-
 
394