Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="socialProfiles form">
<?php echo $this->Form->create('SocialProfile'); ?>
        <fieldset>
                <legend><?php echo __('Add Social Profile'); ?></legend>
        <?php
                echo $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>