Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('NotificationRule'); ?><fieldset><legend><?php echo __('Admin Edit Notification Rule'); ?></legend><?phpecho $this->Form->input('id');echo $this->Form->input('name');echo $this->Form->input('sql');echo $this->Form->input('message');echo $this->Form->input('url');$options = array('active'=>'Active','paused'=>'Paused','deleted'=>'Deleted');echo $this->Form->input('status',array('type'=>'select','options'=>$options));echo $this->Form->input('starttime');echo $this->Form->input('endtime');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div>