| Line 1... |
Line 1... |
| 1 |
<div class="callhistories index">
|
1 |
<div class="callhistories index">
|
| 2 |
<h2><?php echo __('Callhistories'); ?></h2>
|
2 |
<h2><?php echo __('Callhistories'); ?></h2>
|
| 3 |
<form class="navbar-form" role="search" method="GET" name="search" action="<?php echo $base_url;?>admin/callhistories/search">
|
- |
|
| 4 |
<!-- <div >
|
- |
|
| 5 |
<input type="radio" id="radio1" name="type" value="date" checked="checked" onchange="check();" />Date
|
- |
|
| 6 |
<input type="radio" id="radio2" name="type" value="agent" checked="checked" onchange="check();"/>Agent
|
- |
|
| 7 |
</div> -->
|
- |
|
| 8 |
<div class="input-group col-xs-6 text-left">
|
- |
|
| 9 |
Date From<input type="date" name="date_from" value="Date"/>
|
- |
|
| 10 |
Date To<input type="date" name="date_to" value="Date"/>
|
- |
|
| 11 |
<!-- Agent Code
|
- |
|
| 12 |
<select name="">
|
- |
|
| 13 |
<option value="volvo">Volvo</option>
|
- |
|
| 14 |
<option value="saab">Saab</option>
|
- |
|
| 15 |
<option value="mercedes">Mercedes</option>
|
- |
|
| 16 |
<option value="audi">Audi</option>
|
- |
|
| 17 |
</select> -->
|
- |
|
| 18 |
</div>
|
- |
|
| 19 |
<!-- <div class="input-group col-xs-6 text-right" id="remote">
|
- |
|
| 20 |
<div class="input-group-btn w25px">
|
- |
|
| 21 |
<input type="submit" value="Submit">
|
- |
|
| 22 |
|
- |
|
| 23 |
</div>
|
- |
|
| 24 |
</div> -->
|
- |
|
| 25 |
<div class="input-group col-xs-6 text-left">
|
- |
|
| 26 |
Search By:
|
- |
|
| 27 |
<input type="radio" name="type" value="agent_name" checked="checked"/>Agent Name
|
- |
|
| 28 |
<input type="radio" name="type" value="agent_id"/>Agent Id
|
- |
|
| 29 |
<input type="radio" name="type" value="agent_role"/>Agent Role
|
- |
|
| 30 |
|
- |
|
| 31 |
</div>
|
- |
|
| 32 |
<div class="input-group col-xs-6 text-right" id="remote">
|
- |
|
| 33 |
<input autocomplete="off" type="text" class="form-control" placeholder="Search for users" name="search" id="srch-term">
|
- |
|
| 34 |
<div class="input-group-btn w25px">
|
- |
|
| 35 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
- |
|
| 36 |
</div>
|
- |
|
| 37 |
</div>
|
- |
|
| 38 |
</form>
|
- |
|
| 39 |
|
3 |
|
| 40 |
<table cellpadding="0" cellspacing="0" class="table table-striped" >
|
4 |
<table cellpadding="0" cellspacing="0" class="table table-striped" >
|
| 41 |
<tr>
|
5 |
<tr>
|
| 42 |
<th><?php echo $this->Paginator->sort('id'); ?></th>
|
6 |
<th><?php echo $this->Paginator->sort('id'); ?></th>
|
| 43 |
<th><?php echo $this->Paginator->sort('retailer_id'); ?></th>
|
7 |
<th><?php echo $this->Paginator->sort('retailer_id'); ?></th>
|