request->data['Event']['user_id'] == $me['id']) || ($isAclModifyOrg && $this->request->data['Event']['orgc_id'] == $me['org_id'])); $mayPublish = ($isAclPublish && $this->request->data['Event']['orgc_id'] == $me['org_id']); ?>
Form->create('Event');?>
Form->value('Event.id'); ?>

You are about to contact the organization that reported event Form->value('Event.id'); ?>.
Feel free to add a custom message that will be sent to the reporting organization.
Your email address and details about the event will be added automagically to the message.

Form->input('message', array( 'type' => 'textarea', 'class' => 'input-xxlarge', )); ?>
Form->input('person', array( 'label' => __('Submit only to the person that created the event', true), 'type' => 'checkbox', 'class' => 'clear', // 'after' => $this->Html->div('forminfo', __('By selecting this box you will contact the creator of the event only.', true)), )); ?>
Form->button('Submit', array('class' => 'btn btn-primary')); echo $this->Form->end(); ?>
data; echo $this->element('side_menu', array('menuList' => 'event', 'menuItem' => 'contact', 'event' => $event)); ?>