Subversion Repositories SmartDukaan

Rev

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

Rev 13532 Rev 13698
Line 13... Line 13...
13
<div class="actions">
13
<div class="actions">
14
	<h3><?php echo __('Actions'); ?></h3>
14
	<h3><?php echo __('Actions'); ?></h3>
15
	<ul>
15
	<ul>
16
 
16
 
17
		<li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?></li>
17
		<li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?></li>
18
		<li><?php echo $this->Html->link(__('List Users'), array('controller' => 'users', 'action' => 'index')); ?> </li>
-
 
19
		<li><?php echo $this->Html->link(__('New User'), array('controller' => 'users', 'action' => 'add')); ?> </li>
-
 
20
	</ul>
18
	</ul>
21
</div>
19
</div>