| Line 37... |
Line 37... |
| 37 |
echo $this->Form->input('offer',array('value'=>$data['offer']));
|
37 |
echo $this->Form->input('offer',array('value'=>$data['offer']));
|
| 38 |
echo $this->Form->input('tagline',array('value'=>$data['tagline']));
|
38 |
echo $this->Form->input('tagline',array('value'=>$data['tagline']));
|
| 39 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
|
39 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
|
| 40 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['buyBoxFlag']));
|
40 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['buyBoxFlag']));
|
| 41 |
echo $this->Form->input('coupon',array('value'=>$data['coupon']));
|
41 |
echo $this->Form->input('coupon',array('value'=>$data['coupon']));
|
| 42 |
+ echo $this->Form->input('codAvailable',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['codAvailable']));
|
42 |
echo $this->Form->input('codAvailable',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['codAvailable']));
|
| 43 |
echo $this->Form->input('multi',array('type'=>'checkbox'));
|
43 |
echo $this->Form->input('multi',array('type'=>'checkbox'));
|
| 44 |
?>
|
44 |
?>
|
| 45 |
</fieldset>
|
45 |
</fieldset>
|
| 46 |
<?php echo $this->Form->end(__('Submit')); ?>
|
46 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 47 |
</div>
|
47 |
</div>
|