| Line 25... |
Line 25... |
| 25 |
echo $this->Form->input('FeaturedDeal.rankDetails.3',array('type'=>'number','label'=>'Mobiles Rank','class' => 'categoryRank'));
|
25 |
echo $this->Form->input('FeaturedDeal.rankDetails.3',array('type'=>'number','label'=>'Mobiles Rank','class' => 'categoryRank'));
|
| 26 |
echo $this->Form->input('FeaturedDeal.rankDetails.5',array('type'=>'number','label'=>'Tablets Rank','class'=>'categoryRank','disabled'=>true));
|
26 |
echo $this->Form->input('FeaturedDeal.rankDetails.5',array('type'=>'number','label'=>'Tablets Rank','class'=>'categoryRank','disabled'=>true));
|
| 27 |
echo $this->Form->input('startDate',array('type'=>'datetime','timeFormat'=>24));
|
27 |
echo $this->Form->input('startDate',array('type'=>'datetime','timeFormat'=>24));
|
| 28 |
echo $this->Form->input('endDate',array('type'=>'datetime','timeFormat'=>24));
|
28 |
echo $this->Form->input('endDate',array('type'=>'datetime','timeFormat'=>24));
|
| 29 |
echo $this->Form->input('thresholdPrice',array('type'=>'number'));
|
29 |
echo $this->Form->input('thresholdPrice',array('type'=>'number'));
|
| - |
|
30 |
echo $this->Form->input('multi',array('type'=>'checkbox'));
|
| 30 |
?>
|
31 |
?>
|
| 31 |
</fieldset>
|
32 |
</fieldset>
|
| 32 |
<?php echo $this->Form->end(__('Submit')); ?>
|
33 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 33 |
</div>
|
34 |
</div>
|
| 34 |
</div>
|
35 |
</div>
|