Subversion Repositories SmartDukaan

Rev

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

Rev 18048 Rev 18150
Line 111... Line 111...
111
		}
111
		}
112
 
112
 
113
		.textlabel {
113
		.textlabel {
114
		border-top: 2px solid #99bbe8;
114
		border-top: 2px solid #99bbe8;
115
		text-align: center;
115
		text-align: center;
-
 
116
		}
-
 
117
		
-
 
118
		.bulkPricingTable {
-
 
119
		float: left;
-
 
120
		border: 1px solid #99bbe8;
-
 
121
		padding-bottom:10px
116
		}		
122
		}		
117
	</ui:style>
123
	</ui:style>
118
 
124
 
119
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
125
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
120
		<g:center>
126
		<g:center>
Line 426... Line 432...
426
									</g:customCell>
432
									</g:customCell>
427
									<g:customCell>
433
									<g:customCell>
428
										<g:CheckBox ui:field="isCodOnDeal"></g:CheckBox>
434
										<g:CheckBox ui:field="isCodOnDeal"></g:CheckBox>
429
									</g:customCell>
435
									</g:customCell>
430
								</g:row>
436
								</g:row>
-
 
437
								<g:row>
-
 
438
									<g:customCell>
-
 
439
										<g:Label styleName='{style.blueLabel}'>Quantity Step:</g:Label>
-
 
440
									</g:customCell>
-
 
441
									<g:customCell width='6'>
-
 
442
										<g:TextBox styleName='{style.numeric-box}' ui:field="quantityStep"></g:TextBox>
-
 
443
									</g:customCell>
-
 
444
								</g:row>
431
							</g:Grid>
445
							</g:Grid>
432
						</g:cell>
446
						</g:cell>
433
						<g:cell>
447
						<g:cell>
434
							<g:Grid>
448
							<g:Grid>
435
								<g:row>
449
								<g:row>
Line 511... Line 525...
511
									</g:customCell>
525
									</g:customCell>
512
									<g:customCell>
526
									<g:customCell>
513
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealRank"></g:TextBox>
527
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealRank"></g:TextBox>
514
									</g:customCell>
528
									</g:customCell>
515
								</g:row>
529
								</g:row>
516
									<g:row>
530
								<g:row>
517
									<g:customCell>
531
									<g:customCell>
518
										<g:Label styleName='{style.blueLabel}'>Is Deal Active</g:Label>
532
										<g:Label styleName='{style.blueLabel}'>Is Deal Active</g:Label>
519
									</g:customCell>
533
									</g:customCell>
520
									<g:customCell>
534
									<g:customCell>
521
										<g:CheckBox ui:field="isDealActive"></g:CheckBox>
535
										<g:CheckBox ui:field="isDealActive"></g:CheckBox>
522
									</g:customCell>
536
									</g:customCell>
523
								</g:row>
537
								</g:row>
-
 
538
								<g:row>
-
 
539
									<g:customCell>
-
 
540
										<g:Label styleName='{style.blueLabel}'>Minimum Buy Qty:</g:Label>
-
 
541
									</g:customCell>
-
 
542
									<g:customCell width='6'>
-
 
543
										<g:TextBox styleName='{style.numeric-box}' ui:field="minimumBuyQuantity"></g:TextBox>
-
 
544
									</g:customCell>
-
 
545
								</g:row>
524
							</g:Grid>
546
							</g:Grid>
525
						</g:cell>
547
						</g:cell>
526
						<g:cell>
548
						<g:cell>
527
							<g:Grid>
549
							<g:Grid>
528
								<g:row>
550
								<g:row>
Line 630... Line 652...
630
							<g:FlexTable ui:field='headerAvailability' styleName='{style.header}'
652
							<g:FlexTable ui:field='headerAvailability' styleName='{style.header}'
631
								cellSpacing='0' cellPadding='0' />
653
								cellSpacing='0' cellPadding='0' />
632
							<g:FlexTable ui:field='availabilityTable' styleName='{style.table}'
654
							<g:FlexTable ui:field='availabilityTable' styleName='{style.table}'
633
								cellSpacing='0' cellPadding='0' />
655
								cellSpacing='0' cellPadding='0' />
634
						</g:VerticalPanel>
656
						</g:VerticalPanel>
-
 
657
						<g:VerticalPanel styleName='{style.bulkPricingTable}'>
-
 
658
							<g:Label styleName='{style.textlabel}'>Bulk Pricing</g:Label>
-
 
659
							<g:FlexTable ui:field='headerBulkPricing' styleName='{style.header}'
-
 
660
								cellSpacing='0' cellPadding='0' />
-
 
661
							<g:FlexTable ui:field='tableBulkPricing' styleName='{style.table}'
-
 
662
								cellSpacing='0' cellPadding='0' />
-
 
663
						</g:VerticalPanel>
635
						<g:VerticalPanel>
664
						<g:VerticalPanel>
636
							<g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
665
							<g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
637
							<g:FlexTable ui:field='headerVendorItemKey'
666
							<g:FlexTable ui:field='headerVendorItemKey'
638
								styleName='{style.header}' cellSpacing='0' cellPadding='0' />
667
								styleName='{style.header}' cellSpacing='0' cellPadding='0' />
639
							<g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}'
668
							<g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}'