Form->create('Event', array('enctype' => 'multipart/form-data'));?>
Form->hidden('target_id'); echo $this->Form->input('source_id', array( 'type' => 'text', 'label' => __('Event id to copy the attributes from'), 'error' => array('escape' => false), 'div' => 'input clear', 'class' => 'input' )); ?>
Form->input('to_ids', array( 'type' => 'checkbox', 'checked' => false, 'label' => __('copy only IDS attributes'), )); ?>
Form->button(__('Merge'), array('class' => 'btn btn-primary')); echo $this->Form->end(); ?>
request->data['Event']['target_id']; echo $this->element('/genericElements/SideMenu/side_menu', array('menuList' => 'event', 'menuItem' => 'merge', 'event' => $event)); ?>