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