| Line 15... |
Line 15... |
| 15 |
// echo $this->Form->input('endDate');
|
15 |
// echo $this->Form->input('endDate');
|
| 16 |
echo $this->Form->input('affiliate_offer_id',array('type'=>'text'));
|
16 |
echo $this->Form->input('affiliate_offer_id',array('type'=>'text'));
|
| 17 |
echo $this->Form->input('app_name');
|
17 |
echo $this->Form->input('app_name');
|
| 18 |
echo $this->Form->input('downloads');
|
18 |
echo $this->Form->input('downloads');
|
| 19 |
echo $this->Form->input('ratings');
|
19 |
echo $this->Form->input('ratings');
|
| 20 |
echo $this->Form->input('retailer_tagline');
|
20 |
// echo $this->Form->input('retailer_tagline');
|
| 21 |
echo $this->Form->input('customer_tagline');
|
21 |
// echo $this->Form->input('customer_tagline');
|
| 22 |
echo $this->Form->input('offer_price');
|
22 |
echo $this->Form->input('offer_price');
|
| 23 |
echo $this->Form->input('user_payout');
|
23 |
echo $this->Form->input('user_payout');
|
| 24 |
echo $this->Form->input('override_payout');
|
24 |
echo $this->Form->input('override_payout');
|
| 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',array('type'=>'textarea'));
|
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',array('type'=>'textarea'));
|
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');
|
| 38 |
echo $this->Form->input('promoImage');
|
38 |
echo $this->Form->input('promoImage');
|
| - |
|
39 |
echo $this->Form->input('offerCondition');
|
| 39 |
?>
|
40 |
?>
|
| 40 |
</fieldset>
|
41 |
</fieldset>
|
| 41 |
<?php echo $this->Form->end(__('Submit')); ?>
|
42 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 42 |
</div>
|
43 |
</div>
|
| 43 |
</div>
|
44 |
</div>
|