Subversion Repositories SmartDukaan

Rev

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

Rev 31249 Rev 31371
Line 343... Line 343...
343
            <div class="modal-content">
343
            <div class="modal-content">
344
                <div class="modal-header">
344
                <div class="modal-header">
345
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
345
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
346
                    <h4 class="modal-title">Edit Lead</h4>
346
                    <h4 class="modal-title">Edit Lead</h4>
347
                </div>
347
                </div>
348
                <div class="modal-body">
348
                <div class="modal-body" style="height:500px; overflow:auto">
349
                    <div id="lead-edit-request">
349
                    <div id="lead-edit-request">
-
 
350
                    
-
 
351
                    
350
                        <div class="row">
352
                         <div class="row">
-
 
353
                            <div class="col-lg-3">
-
 
354
                                <div class="input-group">
-
 
355
									 <input placeholder="Outlet Name" id="outletName" name="outletName"
-
 
356
									          type="text" value="" class="form-control input-sm">                             
-
 
357
                                       
-
 
358
                                </div>
-
 
359
                            </div>
-
 
360
 
-
 
361
                            <div class="col-lg-4 form-group">
-
 
362
                            <label style="font-weight:bold">Front</label>
-
 
363
                                 <input type="hidden" class="frontp" value="">
-
 
364
			                            <input type="file" class="frontp" placeholder="Front" id = "frontp" name="frontp"
-
 
365
			                                   value="">
-
 
366
                            </div>
-
 
367
                            
-
 
368
                            <div class="col-lg-4 form-group">
-
 
369
                             <label style="font-weight:bold">Internal With Market</label>
-
 
370
                           
-
 
371
                                 <input type="hidden" class="internalMarket" value="">
-
 
372
			                            <input type="file" class="internalMarket" placeholder="Internal With Market" id = "internalMarket"  name="internalMarket"
-
 
373
			                                   value="">
-
 
374
                            </div>
-
 
375
                            
-
 
376
                           <div class="col-lg-4 form-group">
-
 
377
                            <label style="font-weight:bold">Internal Long Shot</label>
-
 
378
                           
-
 
379
                                 <input type="hidden" class="leftShot" value="">
-
 
380
			                            <input type="file" class="leftShot" placeholder="Internal Long Shot"   id = "leftShot"  name="leftShot"
-
 
381
			                                   value="">
-
 
382
                            </div>
-
 
383
                             
-
 
384
                             <div class="col-lg-4 form-group">
-
 
385
                               <label style="font-weight:bold">Internal Left Wall</label>
-
 
386
                                 <input type="hidden" class="leftWall" value="">
-
 
387
			                            <input type="file" class="leftWall" placeholder="Internal Left Wall" id = "leftWall"   name="leftWall"
-
 
388
			                                   value="">
-
 
389
                            </div>
-
 
390
                            
-
 
391
                            
-
 
392
                           
-
 
393
                           <div class="col-lg-4 form-group">
-
 
394
                            <label style="font-weight:bold">Internal Right Wall</label>
-
 
395
                           
-
 
396
                                 <input type="hidden" class="rightWall" value="">
-
 
397
			                            <input type="file" class="rightWall" placeholder="Internal Right Wall" id = "rightWall"   name="rightWall"
-
 
398
			                                   value="">
-
 
399
                            </div>
-
 
400
 
-
 
401
                 
-
 
402
                  
-
 
403
 
-
 
404
                            <div class="col-lg-3 form-group">
-
 
405
                                <input id="counterSize" placeholder="Counter Size"
-
 
406
                                       name="counterSize" type="text" value=""
-
 
407
                                       class="form-control input-sm">
-
 
408
                            </div>
-
 
409
                            
-
 
410
                           <div class="col-lg-5 form-group">
-
 
411
                       
-
 
412
                            <table class="table table-border table-condensed table-bordered" id = "brandtable">
-
 
413
                            <tr>
-
 
414
                              <th>Brand</th>
-
 
415
                            <th>Value</th>
-
 
416
                            </tr>
-
 
417
                            
-
 
418
                              #foreach( $brand in $brands )
-
 
419
                              <tr>
-
 
420
                              <td>$brand</td>
-
 
421
                              <td>     <input type="number" class="$brand" placeholder="Value"  name="$brand"
-
 
422
			                                   value="0"> </td>
-
 
423
                              </tr>
-
 
424
                            
-
 
425
                            
-
 
426
                               #end
-
 
427
                               </table>
-
 
428
                               </div>
-
 
429
                                <div class="col-lg-2 form-group">
-
 
430
                         
-
 
431
                               <button type="button" class="btn btn-default lead-detail-entry">Submit</button>
-
 
432
                               </div>
-
 
433
                           
-
 
434
                        </div>
-
 
435
                       <div class="row">
351
                            <div class="col-lg-3">
436
                            <div class="col-lg-3">
352
                                <div class="input-group">
437
                                <div class="input-group">
353
                                    <select class="form-control input-sm" id="assignTo"
438
                                    <select class="form-control input-sm" id="assignTo"
354
                                            name="assignTo" placeholder="Assign">
439
                                            name="assignTo" placeholder="Assign">
355
                                        <option value="" disabled selected>Assign To</option>
440
                                        <option value="" disabled selected>Assign To</option>