| Line 13... |
Line 13... |
| 13 |
echo $this->Form->input('message');
|
13 |
echo $this->Form->input('message');
|
| 14 |
echo $this->Form->input('url');
|
14 |
echo $this->Form->input('url');
|
| 15 |
echo $this->Form->input('type', array('type' => 'select'));
|
15 |
echo $this->Form->input('type', array('type' => 'select'));
|
| 16 |
echo $this->Form->input('popup_display_count',array('disabled'=>true));
|
16 |
echo $this->Form->input('popup_display_count',array('disabled'=>true));
|
| 17 |
echo $this->Form->input('popup_display_interval',array('disabled'=>true,'label'=>'Popup Display Interval (in minutes)'));
|
17 |
echo $this->Form->input('popup_display_interval',array('disabled'=>true,'label'=>'Popup Display Interval (in minutes)'));
|
| - |
|
18 |
echo $this->Form->input('popup_type',array('disabled'=>true,'label'=>'Popup Type','type'=>'select','options'=>$popup_types));
|
| 18 |
echo $this->Form->input('starttime');
|
19 |
echo $this->Form->input('starttime');
|
| 19 |
echo $this->Form->input('endtime');
|
20 |
echo $this->Form->input('endtime');
|
| 20 |
?>
|
21 |
?>
|
| 21 |
</fieldset>
|
22 |
</fieldset>
|
| 22 |
<?php echo $this->Form->end(__('Submit')); ?>
|
23 |
<?php echo $this->Form->end(__('Submit')); ?>
|