Form->create('EventBlacklist');?>

Form->input('uuids', array( 'type' => 'textarea', 'div' => 'input clear', 'class' => 'input-xxlarge', 'placeholder' => __('Enter a single or a list of UUIDs') )); echo $this->Form->input('event_orgc', array( 'div' => 'input clear', 'class' => 'input-xxlarge', 'label' => 'Creating organisation', 'placeholder' => __('(Optional) The organisation that the event is associated with') )); echo $this->Form->input('event_info', array( 'type' => 'textarea', 'div' => 'input clear', 'class' => 'input-xxlarge', 'label' => 'Event info', 'placeholder' => __('(Optional) the event info of the event that you would like to block. It\'s best to leave this empty if you are adding a list of UUIDs.') )); echo $this->Form->input('comment', array( 'type' => 'textarea', 'div' => 'input clear', 'class' => 'input-xxlarge', 'placeholder' => __('(Optional) Any comments you would like to add regarding this (or these) entries.') )); ?>
Form->button(__('Add'), array('class' => 'btn btn-primary')); echo $this->Form->end(); ?>
element('side_menu', array('menuList' => 'admin', 'menuItem' => 'eventBlacklistsAdd')); ?>