changed html for call tracking
This commit is contained in:
parent
c918a764b8
commit
ec5c8b518a
@ -92,17 +92,22 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</form>-->
|
</form>-->
|
||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-12">
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
$("#search").focus();
|
$("#search").focus();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<input class="form-control" type="text" ng-model="search" id="search" autofocus tabindex="1" placeholder="Search Date" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-3">
|
||||||
<input class="form-control" type="text" ng-model="search" id="search" autofocus tabindex="1" placeholder="Search Date,Name ,Mobile" />
|
<input class="form-control" type="text" ng-model="search2" id="search2" autofocus tabindex="1" placeholder="Search Mobile Number" />
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<input class="form-control" type="text" ng-model="search3" id="search3" autofocus tabindex="1" placeholder="Search Student Name" />
|
||||||
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -171,8 +176,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>S.No
|
<th>S.No
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('followupDetails[0].FollowupOn')">Date
|
<th ng-click="sort('followupDetails')">Date
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='followupDetails[0].FollowupOn'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='followupDetails'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('LeadName')">Student Name
|
<th ng-click="sort('LeadName')">Student Name
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='LeadName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='LeadName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
@ -192,10 +197,10 @@
|
|||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:5">
|
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|filter:search3:strict|filter:search2:strict|itemsPerPage:5">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$index+1}}</td>
|
<td>{{$index+1}}</td>
|
||||||
<td><a href="#" class="text-orange" ng-click="setEditId(p);">{{p.followupDetails[0].FollowupOn}}</a></td>
|
<td><a href="#" class="text-orange" ng-click="setEditId(p);">{{p.followupDetails }}</a></td>
|
||||||
<td>{{p.LeadName}}</td>
|
<td>{{p.LeadName}}</td>
|
||||||
<td>{{p.MobileNumber}}</td>
|
<td>{{p.MobileNumber}}</td>
|
||||||
<td>{{p.TrackingID}}</td>
|
<td>{{p.TrackingID}}</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user