Subversion Repositories SmartDukaan

Rev

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

Rev 35768 Rev 35769
Line 94... Line 94...
94
                        <button class="btn btn-primary show-lead" type="button"
94
                        <button class="btn btn-primary show-lead" type="button"
95
                        >Submit
95
                        >Submit
96
                        </button>
96
                        </button>
97
                    </div>
97
                    </div>
98
 
98
 
99
                    <div class="col-lg-2">
99
                    <div class="col-lg-4">
100
 
100
 
101
                        #if($leadDate)
101
                        #if($startDate)
102
                            <input type="date" id="dateWiseLead" placeholder=""
102
                            <input type="date" id="startDate" placeholder="Start Date"
103
                                   value="$leadDate" name="">
103
                                   value="$startDate" name="">
104
                        #else
104
                        #else
-
 
105
                            <input type="date" id="startDate" placeholder="Start Date" name="">
-
 
106
                        #end
-
 
107
 
-
 
108
                        #if($endDate)
-
 
109
                            <input type="date" id="endDate" placeholder="End Date"
-
 
110
                                   value="$endDate" name="">
-
 
111
                        #else
105
                            <input type="date" id="dateWiseLead" placeholder="" name="">
112
                            <input type="date" id="endDate" placeholder="End Date" name="">
106
                        #end
113
                        #end
107
 
114
 
108
                        <button type="button" class="btn btn-default submitDateWiseLead">
115
                        <button type="button" class="btn btn-default submitDateWiseLead">
109
                            submit
116
                            submit
110
                        </button>
117
                        </button>
Line 540... Line 547...
540
                                        <option value="$stateName">$stateName</option>
547
                                        <option value="$stateName">$stateName</option>
541
                                    #end
548
                                    #end
542
                                </select>
549
                                </select>
543
                            </div>
550
                            </div>
544
 
551
 
-
 
552
                            <div class="col-lg-2 form-group">
-
 
553
                                <select class="form-control input-sm" id="editSource" name="editSource"
-
 
554
                                        placeholder="Source">
-
 
555
                                    <option value="" disabled selected>Source</option>
-
 
556
                                    <option value="SELF">SELF</option>
-
 
557
                                    <option value="NEWSPAPER">NEWSPAPER</option>
-
 
558
                                    <option value="INTERNET">INTERNET</option>
-
 
559
                                    <option value="PARTNER">PARTNER</option>
-
 
560
                                    <option value="WEBINAR">WEBINAR</option>
-
 
561
                                </select>
-
 
562
                            </div>
-
 
563
 
545
 
564
 
546
                        </div>
565
                        </div>
547
                    </div>
566
                    </div>
548
                </div>
567
                </div>
549
 
568