Subversion Repositories SmartDukaan

Rev

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

Rev 13532 Rev 13698
Line 15... Line 15...
15
	<h3><?php echo __('Actions'); ?></h3>
15
	<h3><?php echo __('Actions'); ?></h3>
16
	<ul>
16
	<ul>
17
 
17
 
18
		<li><?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $this->Form->value('GcmUser.id')), null, __('Are you sure you want to delete # %s?', $this->Form->value('GcmUser.id'))); ?></li>
18
		<li><?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $this->Form->value('GcmUser.id')), null, __('Are you sure you want to delete # %s?', $this->Form->value('GcmUser.id'))); ?></li>
19
		<li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?></li>
19
		<li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?></li>
20
		<li><?php echo $this->Html->link(__('List Users'), array('controller' => 'users', 'action' => 'index')); ?> </li>
-
 
21
		<li><?php echo $this->Html->link(__('New User'), array('controller' => 'users', 'action' => 'add')); ?> </li>
-
 
22
	</ul>
20
	</ul>
23
</div>
21
</div>