Subversion Repositories SmartDukaan

Rev

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

Rev 13532 Rev 13698
Line 4... Line 4...
4
		<dt><?php echo __('Id'); ?></dt>
4
		<dt><?php echo __('Id'); ?></dt>
5
		<dd>
5
		<dd>
6
			<?php echo h($gcmUser['GcmUser']['id']); ?>
6
			<?php echo h($gcmUser['GcmUser']['id']); ?>
7
			&nbsp;
7
			&nbsp;
8
		</dd>
8
		</dd>
9
		<dt><?php echo __('User'); ?></dt>
9
		<dt><?php echo __('User Id'); ?></dt>
10
		<dd>
10
		<dd>
11
			<?php echo $this->Html->link($gcmUser['User']['username'], array('controller' => 'users', 'action' => 'view', $gcmUser['User']['id'])); ?>
11
			<?php echo h($gcmUser['GcmUser']['user_id']); ?>
12
			&nbsp;
12
			&nbsp;
13
		</dd>
13
		</dd>
14
		<dt><?php echo __('Gcm Regid'); ?></dt>
14
		<dt><?php echo __('Gcm Regid'); ?></dt>
15
		<dd>
15
		<dd>
16
			<?php echo h($gcmUser['GcmUser']['gcm_regid']); ?>
16
			<?php echo h($gcmUser['GcmUser']['gcm_regid']); ?>
Line 28... Line 28...
28
	<ul>
28
	<ul>
29
		<li><?php echo $this->Html->link(__('Edit Gcm User'), array('action' => 'edit', $gcmUser['GcmUser']['id'])); ?> </li>
29
		<li><?php echo $this->Html->link(__('Edit Gcm User'), array('action' => 'edit', $gcmUser['GcmUser']['id'])); ?> </li>
30
		<li><?php echo $this->Form->postLink(__('Delete Gcm User'), array('action' => 'delete', $gcmUser['GcmUser']['id']), null, __('Are you sure you want to delete # %s?', $gcmUser['GcmUser']['id'])); ?> </li>
30
		<li><?php echo $this->Form->postLink(__('Delete Gcm User'), array('action' => 'delete', $gcmUser['GcmUser']['id']), null, __('Are you sure you want to delete # %s?', $gcmUser['GcmUser']['id'])); ?> </li>
31
		<li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?> </li>
31
		<li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?> </li>
32
		<li><?php echo $this->Html->link(__('New Gcm User'), array('action' => 'add')); ?> </li>
32
		<li><?php echo $this->Html->link(__('New Gcm User'), array('action' => 'add')); ?> </li>
33
		<li><?php echo $this->Html->link(__('List Users'), array('controller' => 'users', 'action' => 'index')); ?> </li>
-
 
34
		<li><?php echo $this->Html->link(__('New User'), array('controller' => 'users', 'action' => 'add')); ?> </li>
-
 
35
	</ul>
33
	</ul>
36
</div>
34
</div>