Subversion Repositories SmartDukaan

Rev

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

Rev 15220 Rev 15226
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
                
-
 
26
            </form>
-
 
27
	
3
	<table cellpadding="0" cellspacing="0" class="table table-striped" >
28
	<table cellpadding="0" cellspacing="0" class="table table-striped" >
4
	<tr>
29
	<tr>
5
			<th><?php echo $this->Paginator->sort('id'); ?></th>
30
			<th><?php echo $this->Paginator->sort('id'); ?></th>
6
			<th><?php echo $this->Paginator->sort('retailer_id'); ?></th>
31
			<th><?php echo $this->Paginator->sort('retailer_id'); ?></th>
7
			<th><?php echo $this->Paginator->sort('agent_id'); ?></th>
32
			<th><?php echo $this->Paginator->sort('agent_id'); ?></th>