| Line 32... |
Line 32... |
| 32 |
echo $this->Form->input('longDescription');
|
32 |
echo $this->Form->input('longDescription');
|
| 33 |
// echo $this->Form->input('FinalLongDescription',array('type'=>'textarea'));
|
33 |
// echo $this->Form->input('FinalLongDescription',array('type'=>'textarea'));
|
| 34 |
echo $this->Form->input('link');
|
34 |
echo $this->Form->input('link');
|
| 35 |
echo $this->Form->input('offer_active');
|
35 |
echo $this->Form->input('offer_active');
|
| 36 |
echo $this->Form->input('offerCategory');
|
36 |
echo $this->Form->input('offerCategory');
|
| 37 |
echo $this->Form->input('priority');
|
37 |
// echo $this->Form->input('priority');
|
| 38 |
echo $this->Form->input('show');
|
38 |
echo $this->Form->input('show');
|
| 39 |
echo $this->Form->input('promoImage');
|
39 |
echo $this->Form->input('promoImage');
|
| 40 |
echo $this->Form->input('location');
|
40 |
echo $this->Form->input('location');
|
| 41 |
echo $this->Form->input('offerCondition',array('label'=>'Offer Text'));
|
41 |
echo $this->Form->input('offerCondition',array('label'=>'Offer Text'));
|
| 42 |
?>
|
42 |
?>
|