Blame | Last modification | View Log | RSS feed
<div class="searchAnalytics form"><?php echo $this->Form->create('SearchAnalytic'); ?><fieldset><legend><?php echo __('Add Search Analytic'); ?></legend><?phpecho $this->Form->input('user_id');echo $this->Form->input('sku');echo $this->Form->input('name');echo $this->Form->input('rank');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('List Search Analytics'), array('action' => 'index')); ?></li></ul></div>