| Line 25... |
Line 25... |
| 25 |
echo $this->Form->input('overriden_payout');
|
25 |
echo $this->Form->input('overriden_payout');
|
| 26 |
echo $this->Form->input('package_name');
|
26 |
echo $this->Form->input('package_name');
|
| 27 |
echo $this->Form->input('image_url');
|
27 |
echo $this->Form->input('image_url');
|
| 28 |
echo $this->Form->input('description');
|
28 |
echo $this->Form->input('description');
|
| 29 |
echo $this->Form->input('shortDescription');
|
29 |
echo $this->Form->input('shortDescription');
|
| 30 |
echo $this->Form->input('FinalShortDescription');
|
30 |
echo $this->Form->input('FinalShortDescription',array('type'=>'textarea'));
|
| 31 |
echo $this->Form->input('longDescription');
|
31 |
echo $this->Form->input('longDescription');
|
| 32 |
echo $this->Form->input('FinalLongDescription');
|
32 |
echo $this->Form->input('FinalLongDescription',array('type'=>'textarea'));
|
| 33 |
echo $this->Form->input('link');
|
33 |
echo $this->Form->input('link');
|
| 34 |
echo $this->Form->input('offer_active');
|
34 |
echo $this->Form->input('offer_active');
|
| 35 |
echo $this->Form->input('offerCategory');
|
35 |
echo $this->Form->input('offerCategory');
|
| 36 |
echo $this->Form->input('priority');
|
36 |
echo $this->Form->input('priority');
|
| 37 |
echo $this->Form->input('show');
|
37 |
echo $this->Form->input('show');
|