Blame | Last modification | View Log | RSS feed
<div class="mobileappsettings form"><?php echo $this->Form->create('Mobileappsetting'); ?><fieldset><legend><?php echo __('Add Mobileappsetting'); ?></legend><?phpecho $this->Form->input('setting');echo $this->Form->input('value');echo $this->Form->input('creted');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('List Mobileappsettings'), array('action' => 'index')); ?></li></ul></div>