Subversion Repositories SmartDukaan

Rev

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

Rev 2027 Rev 2066
Line 67... Line 67...
67
        .table td {
67
        .table td {
68
            border-top: 1px solid #fff;
68
            border-top: 1px solid #fff;
69
            border-bottom: 1px solid #fff;
69
            border-bottom: 1px solid #fff;
70
            padding: 2px 0 2px 10px;
70
            padding: 2px 0 2px 10px;
71
        }
71
        }
-
 
72
        .numeric-box{
-
 
73
        	width: 6;
-
 
74
        	text-align: right;
-
 
75
        	color: black;
-
 
76
			font: bold 12px tahoma, arial, helvetica, sans-serif;
-
 
77
			border: 1px solid #99bbe8;
-
 
78
			padding: 5px;
-
 
79
			background-color: #66ff99;
-
 
80
        }
72
        
81
        
73
        .floatRight {
82
        .vendorTable {
74
        	float: right;
83
        	float: right;
75
        	left-padding: 5px;
-
 
76
        	margin-left: 50px;
-
 
77
			border: 1px solid #99bbe8;
84
			border: 1px solid #99bbe8;
-
 
85
			padding-top:10px
78
       	}
86
       	}
79
		
87
		
80
		.floatLeft {
88
		.inventoryTable {
81
			float: left;
89
			float: left;
82
			border: 1px solid #99bbe8;
90
			border: 1px solid #99bbe8;
-
 
91
			padding-bottom:10px
83
		}
92
		}
84
		
93
		
85
		.buttonContainer	{
94
		.buttonContainer	{
86
			width: 100%;
95
			width: 100%;
87
			padding-top: 40px;
96
			padding-top: 40px;
Line 187... Line 196...
187
    					<g:Grid>
196
    					<g:Grid>
188
    						<g:row>
197
    						<g:row>
189
    							<g:customCell>
198
    							<g:customCell>
190
    								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
199
    								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
191
    							</g:customCell>
200
    							</g:customCell>
192
    							<g:customCell>
201
    							<g:customCell width='6'>
193
    								<g:TextBox styleName='{style.greenLabel}' ui:field="mrp"></g:TextBox>
202
    								<g:TextBox styleName='{style.numeric-box}' ui:field="mrp"></g:TextBox>
194
    							</g:customCell>
203
    							</g:customCell>
195
    						</g:row>
204
    						</g:row>
196
    						<!-- <g:row>
205
    						<!-- <g:row>
197
    							<g:customCell>
206
    							<g:customCell>
198
    								<g:Label styleName='{style.blueLabel}'>MOP:</g:Label>
207
    								<g:Label styleName='{style.blueLabel}'>MOP:</g:Label>
Line 211... Line 220...
211
    						</g:row> -->
220
    						</g:row> -->
212
    						<g:row>
221
    						<g:row>
213
    							<g:customCell>
222
    							<g:customCell>
214
    								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
223
    								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
215
    							</g:customCell>
224
    							</g:customCell>
216
    							<g:customCell>
225
    							<g:customCell size='6'>
217
    								<g:TextBox styleName='{style.greenLabel}' ui:field="sellingPrice"></g:TextBox>
226
    								<g:TextBox styleName='{style.numeric-box}' ui:field="sellingPrice"></g:TextBox>
218
    							</g:customCell>
227
    							</g:customCell>
219
    						</g:row>
228
    						</g:row>
220
                            <!-- <g:row>
229
                            <!-- <g:row>
221
                                <g:customCell>
230
                                <g:customCell>
222
                                    <g:Label styleName='{style.blueLabel}'>Transfer Price:</g:Label>
231
                                    <g:Label styleName='{style.blueLabel}'>Transfer Price:</g:Label>
Line 225... Line 234...
225
                                    <g:TextBox styleName='{style.greenLabel}' ui:field="transferPrice"></g:TextBox>
234
                                    <g:TextBox styleName='{style.greenLabel}' ui:field="transferPrice"></g:TextBox>
226
                                </g:customCell>
235
                                </g:customCell>
227
                            </g:row> -->
236
                            </g:row> -->
228
    						<g:row>
237
    						<g:row>
229
    							<g:customCell>
238
    							<g:customCell>
230
    								<g:Label styleName='{style.blueLabel}'>Weight:</g:Label>
239
    								<g:Label styleName='{style.blueLabel}'>Weight(in kg):</g:Label>
231
    							</g:customCell>
240
    							</g:customCell>
232
    							<g:customCell>
241
    							<g:customCell>
233
    								<g:TextBox styleName='{style.greenLabel}' ui:field="weight"></g:TextBox>
242
    								<g:TextBox styleName='{style.numeric-box}' ui:field="weight"></g:TextBox>
234
    							</g:customCell>
243
    							</g:customCell>
235
    						</g:row>
244
    						</g:row>
236
    					</g:Grid>
245
    					</g:Grid>
237
    				</g:cell>
246
    				</g:cell>
238
    				<g:cell>
247
    				<g:cell>
Line 284... Line 293...
284
    						<g:row>
293
    						<g:row>
285
    							<g:customCell>
294
    							<g:customCell>
286
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
295
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
287
    							</g:customCell>
296
    							</g:customCell>
288
    							<g:customCell>
297
    							<g:customCell>
289
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsValue"></g:TextBox>
298
    								<g:TextBox styleName='{style.numeric-box}' ui:field="bestDealsValue"></g:TextBox>
290
    							</g:customCell>
299
    							</g:customCell>
291
    						</g:row>
300
    						</g:row>
-
 
301
                            <g:row>
-
 
302
                                <g:customCell>
-
 
303
                                    <g:Label styleName='{style.blueLabel}'>Best Selling Rank:</g:Label>
-
 
304
                                </g:customCell>
-
 
305
                                <g:customCell>
-
 
306
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="bestSellingRank"></g:TextBox>
-
 
307
                                </g:customCell>
-
 
308
                            </g:row>
-
 
309
                            <g:row>
-
 
310
                                <g:customCell>
-
 
311
                                    <g:Label styleName='{style.blueLabel}'>Default for Entity:</g:Label>
-
 
312
                                </g:customCell>
-
 
313
                                <g:customCell>
-
 
314
                                    <g:CheckBox ui:field="defaultForEntity"></g:CheckBox>
-
 
315
                                </g:customCell>
-
 
316
                            </g:row>
292
    					</g:Grid>
317
    					</g:Grid>
293
    				</g:cell>
318
    				</g:cell>
294
    			</g:HorizontalPanel>
319
    			</g:HorizontalPanel>
295
                
320
                
296
                <g:HorizontalPanel>
321
                <g:VerticalPanel>
297
                    <g:VerticalPanel styleName='{style.floatLeft}'>
322
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
298
                                <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
323
                                <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
299
                                <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
324
                                <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
300
                    </g:VerticalPanel>
325
                    </g:VerticalPanel>
301
                    <g:VerticalPanel styleName='{style.floatRight}'>
326
                    <g:VerticalPanel styleName='{style.vendorTable}'>
302
                                <g:FlexTable ui:field='headerPricing' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
327
                                <g:FlexTable ui:field='headerPricing' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
303
                                <g:FlexTable ui:field='pricingTable' cellSpacing='0' cellPadding='0' />
328
                                <g:FlexTable ui:field='pricingTable' cellSpacing='0' cellPadding='0' />
304
                    </g:VerticalPanel>
329
                    </g:VerticalPanel>
305
                </g:HorizontalPanel>
330
                </g:VerticalPanel>
306
                <g:VerticalPanel styleName='{style.buttonContainer}'>
331
                <g:VerticalPanel styleName='{style.buttonContainer}'>
307
                    <g:Button ui:field="submit">Update</g:Button>
332
                    <g:Button ui:field="submit">Update Item</g:Button>
308
                </g:VerticalPanel>
333
                </g:VerticalPanel>
309
            </g:VerticalPanel>
334
            </g:VerticalPanel>
310
            </g:ScrollPanel>
335
            </g:ScrollPanel>
311
		</g:center>
336
		</g:center>
312
	</g:DockLayoutPanel>
337
	</g:DockLayoutPanel>