Blame | Last modification | View Log | RSS feed
<div class="socialProfiles form"><?php echo $this->Form->create('SocialProfile'); ?><fieldset><legend><?php echo __('Admin Add Social Profile'); ?></legend><?phpecho $this->Form->input('user_id');echo $this->Form->input('type');echo $this->Form->input('social_id');echo $this->Form->input('access_token');echo $this->Form->input('refresh_token');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('List Social Profiles'), array('action' => 'index')); ?></li><li><?php echo $this->Html->link(__('List Users'), array('controller' => 'users', 'action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New User'), array('controller' => 'users', 'action' => 'add')); ?> </li></ul></div>