Subversion Repositories SmartDukaan

Rev

Rev 20052 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20052 Rev 20069
Line 21... Line 21...
21
		<td><?php echo h($callhistory['Callhistory']['id']); ?>&nbsp;</td>
21
		<td><?php echo h($callhistory['Callhistory']['id']); ?>&nbsp;</td>
22
		<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>&nbsp;
22
		<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>&nbsp;
23
			
23
			
24
		</td>
24
		</td>
25
		<td>
25
		<td>
26
			<?php echo h($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") "); ?>
26
			<?php //echo h($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") "); ?>
27
 
-
 
-
 
27
			<?php echo $this->Html->link($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") ", array('controller' => 'Callhistories', 'action' => 'index', $callhistory['Callhistory']['agent_id'])); ?>
28
		</td>
28
		</td>
29
		<td><?php echo h(substr($callhistory['Callhistory']['mobile_number'], 0, 4) . str_repeat("X", strlen($callhistory['Callhistory']['mobile_number']) - 6) . substr($callhistory['Callhistory']['mobile_number'], -2)); ?>&nbsp;</td>
29
		<td><?php echo h(substr($callhistory['Callhistory']['mobile_number'], 0, 4) . str_repeat("X", strlen($callhistory['Callhistory']['mobile_number']) - 6) . substr($callhistory['Callhistory']['mobile_number'], -2)); ?>&nbsp;</td>
30
		
30
		
31
		<!-- <td><?php echo h($callhistory['Callhistory']['mobile_number']); ?>&nbsp;</td> -->
31
		<!-- <td><?php echo h($callhistory['Callhistory']['mobile_number']); ?>&nbsp;</td> -->
32
		<td><?php echo h($callhistory['Callhistory']['call_type']); ?>&nbsp;</td>
32
		<td><?php echo h($callhistory['Callhistory']['call_type']); ?>&nbsp;</td>