Rev 13532 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="gcmUsers form"><?php echo $this->Form->create('GcmUser'); ?><fieldset><legend><?php echo __('Admin Add Gcm User'); ?></legend><?phpecho $this->Form->input('user_id');echo $this->Form->input('gcm_regid');echo $this->Form->input('created_at');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('List Gcm Users'), array('action' => 'index')); ?></li></ul></div>