| Line 12... |
Line 12... |
| 12 |
echo $this->Form->input('startDate',array('type'=>'datetime','timeFormat'=>24));
|
12 |
echo $this->Form->input('startDate',array('type'=>'datetime','timeFormat'=>24));
|
| 13 |
echo $this->Form->input('endDate',array('type'=>'datetime','timeFormat'=>24));
|
13 |
echo $this->Form->input('endDate',array('type'=>'datetime','timeFormat'=>24));
|
| 14 |
echo $this->Form->input('source_id',array('type'=>'select','options'=>$sources));
|
14 |
echo $this->Form->input('source_id',array('type'=>'select','options'=>$sources));
|
| 15 |
echo $this->Form->input('dealType',array('type'=>'hidden','value'=>1));
|
15 |
echo $this->Form->input('dealType',array('type'=>'hidden','value'=>1));
|
| 16 |
echo $this->Form->input('dealDescription',array('type'=>'hidden','value'=>'Lightning Deal'));
|
16 |
echo $this->Form->input('dealDescription',array('type'=>'hidden','value'=>'Lightning Deal'));
|
| - |
|
17 |
echo $this->Form->input('multi',array('type'=>'checkbox'));
|
| 17 |
?>
|
18 |
?>
|
| 18 |
</fieldset>
|
19 |
</fieldset>
|
| 19 |
<?php echo $this->Form->end(__('Submit')); ?>
|
20 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 20 |
</div>
|
21 |
</div>
|
| 21 |
</div>
|
22 |
</div>
|