report application view
This commit is contained in:
parent
45ee323a47
commit
74b0cec6b2
@ -79,14 +79,18 @@
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
<!-- <pre>{{statusr | json}}</pre> -->
|
<!-- <pre>{{statusr | json}}</pre> -->
|
||||||
<div class="row" style="text-align: right;">
|
<div class="row" style="text-align: right;">
|
||||||
<div class="col-md-6" style="align:right">
|
<div class="col-md-6">
|
||||||
|
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" />
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6" style="align:right">
|
||||||
<button class="btn btn-success btn-o" ng-click="sendingsms()">Send SMS</button>
|
<button class="btn btn-success btn-o" ng-click="sendingsms()">Send SMS</button>
|
||||||
<button class="btn btn-success btn-o" ng-click="calltracking()">Call Tracking</button>
|
<button class="btn btn-success btn-o" ng-click="calltracking()">Call Tracking</button>
|
||||||
|
|
||||||
|
|
||||||
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="table-responsive" style="margin-top: 20px;">
|
<div class="table-responsive" style="margin-top: 20px;">
|
||||||
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.9em;" ng-controller="studentModalDemoCtrl">
|
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.9em;" ng-controller="studentModalDemoCtrl">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user