Form->create('Signature');?>
Form->hidden('event_id'); echo $this->Form->input('type'); echo $this->Form->input('to_ids', array( 'checked' => true, 'after' => ' Can we make an IDS signature based on this attribute ?', )); echo $this->Form->input('value', array( 'error' => array('escape' => false), )); echo $this->Form->input('batch_import', array( 'type' => 'checkbox', 'after' => ' When selected each line in the value field will be an attribute.', )); ?>
Form->end(__('Submit'));?>