Subversion Repositories SmartDukaan

Rev

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

Rev 19079 Rev 19275
Line 42... Line 42...
42
		?>
42
		?>
43
		<?php endif;?>
43
		<?php endif;?>
44
		<tr>
44
		<tr>
45
		<td align="center">
45
		<td align="center">
46
		<!-- echo $this->Html->link(__(h($key), array('action' => 'show', $key))); -->
46
		<!-- echo $this->Html->link(__(h($key), array('action' => 'show', $key))); -->
47
			<?php echo
47
			<?php echo			
48
		$this->Html->link(__(h($key)), array('action' => 'user', $key));  ?>
48
		$this->Html->link(__(h(explode('_', $key)[0])), array('action' => 'user', explode('_', $key)[0]));  ?>
49
			
49
			
50
		</td>
50
		</td>
51
		<td align="center">
51
		<td align="center">
52
			<?php if(isset($temp['sent'])):?>		
52
			<?php if(isset($temp['sent'])):?>		
53
				<?php echo h($temp['sent']); ?>	
53
				<?php echo h($temp['sent']); ?>