Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="mobileappsettings view">
<h2><?php echo __('Mobileappsetting'); ?></h2>
        <dl>
                <dt><?php echo __('Id'); ?></dt>
                <dd>
                        <?php echo h($mobileappsetting['Mobileappsetting']['id']); ?>
                        &nbsp;
                </dd>
                <dt><?php echo __('Setting'); ?></dt>
                <dd>
                        <?php echo h($mobileappsetting['Mobileappsetting']['setting']); ?>
                        &nbsp;
                </dd>
                <dt><?php echo __('Value'); ?></dt>
                <dd>
                        <?php echo h($mobileappsetting['Mobileappsetting']['value']); ?>
                        &nbsp;
                </dd>
                <dt><?php echo __('Creted'); ?></dt>
                <dd>
                        <?php echo h($mobileappsetting['Mobileappsetting']['creted']); ?>
                        &nbsp;
                </dd>
        </dl>
</div>
<div class="actions">
        <h3><?php echo __('Actions'); ?></h3>
        <ul>
                <li><?php echo $this->Html->link(__('Edit Mobileappsetting'), array('action' => 'edit', $mobileappsetting['Mobileappsetting']['id'])); ?> </li>
                <li><?php echo $this->Form->postLink(__('Delete Mobileappsetting'), array('action' => 'delete', $mobileappsetting['Mobileappsetting']['id']), null, __('Are you sure you want to delete # %s?', $mobileappsetting['Mobileappsetting']['id'])); ?> </li>
                <li><?php echo $this->Html->link(__('List Mobileappsettings'), array('action' => 'index')); ?> </li>
                <li><?php echo $this->Html->link(__('New Mobileappsetting'), array('action' => 'add')); ?> </li>
        </ul>
</div>