Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13591 anikendra 1
<div class="mobileappsettings form">
2
<?php echo $this->Form->create('Mobileappsetting'); ?>
3
	<fieldset>
4
		<legend><?php echo __('Add Mobileappsetting'); ?></legend>
5
	<?php
6
		echo $this->Form->input('setting');
7
		echo $this->Form->input('value');
8
		echo $this->Form->input('creted');
9
	?>
10
	</fieldset>
11
<?php echo $this->Form->end(__('Submit')); ?>
12
</div>
13
<div class="actions">
14
	<h3><?php echo __('Actions'); ?></h3>
15
	<ul>
16
 
17
		<li><?php echo $this->Html->link(__('List Mobileappsettings'), array('action' => 'index')); ?></li>
18
	</ul>
19
</div>