Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16659 anikendra 1
<div class="searchAnalytics form">
2
<?php echo $this->Form->create('SearchAnalytic'); ?>
3
	<fieldset>
4
		<legend><?php echo __('Add Search Analytic'); ?></legend>
5
	<?php
6
		echo $this->Form->input('user_id');
7
		echo $this->Form->input('sku');
8
		echo $this->Form->input('name');
9
		echo $this->Form->input('rank');
10
	?>
11
	</fieldset>
12
<?php echo $this->Form->end(__('Submit')); ?>
13
</div>
14
<div class="actions">
15
	<h3><?php echo __('Actions'); ?></h3>
16
	<ul>
17
 
18
		<li><?php echo $this->Html->link(__('List Search Analytics'), array('action' => 'index')); ?></li>
19
	</ul>
20
</div>