Subversion Repositories SmartDukaan

Rev

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

Rev 7261 Rev 7291
Line 174... Line 174...
174
    							</g:customCell>
174
    							</g:customCell>
175
    							<g:customCell>
175
    							<g:customCell>
176
    								<g:ListBox ui:field="preferredInsurer"></g:ListBox>
176
    								<g:ListBox ui:field="preferredInsurer"></g:ListBox>
177
    							</g:customCell>
177
    							</g:customCell>
178
    						</g:row>
178
    						</g:row>
-
 
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>
179
    						
187
    						
180
    					</g:Grid>
188
    					</g:Grid>
181
    				</g:cell>
189
    				</g:cell>
182
    				<g:cell>
190
    				<g:cell>
183
    					<g:Grid>
191
    					<g:Grid>
Line 428... Line 436...
428
                                </g:customCell>
436
                                </g:customCell>
429
                                <g:customCell>
437
                                <g:customCell>
430
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="numOfDaysStock"></g:TextBox>
438
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="numOfDaysStock"></g:TextBox>
431
                                </g:customCell>
439
                                </g:customCell>
432
                            </g:row>
440
                            </g:row>
-
 
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
    					
433
    					</g:Grid>
459
    					</g:Grid>
434
    				</g:cell>
460
    				</g:cell>
435
    			</g:HorizontalPanel>
461
    			</g:HorizontalPanel>
436
                
462
                
437
                <g:VerticalPanel>
463
                <g:VerticalPanel>