%s

', $missingTldLists); } ?> Form->create('Attribute', array('url' => $baseurl . '/events/saveFreeText/' . $event['Event']['id'], 'class' => 'mainForm')); if ($isSiteAdmin) { echo $this->Form->input('force', array( 'checked' => false, 'label' => __('Proposals instead of attributes'), )); } echo $this->Form->input('JsonObject', array( 'label' => false, 'type' => 'text', 'style' => 'display:none;', 'value' => '', )); echo $this->Form->input('default_comment', array( 'label' => false, 'type' => 'text', 'style' => 'display:none;', 'value' => $importComment, )); echo $this->Form->end(); ?> $item): ?> Form->input('Attribute' . $k . 'Save', array( 'label' => false, 'style' => 'display:none;', 'value' => 1, )); echo $this->Form->input('Attribute' . $k . 'Data', array( 'label' => false, 'type' => 'hidden', 'value' => isset($item['data']) ? $item['data'] : false, )); echo $this->Form->input('Attribute' . $k . 'DataIsHandled', array( 'label' => false, 'type' => 'hidden', 'value' => isset($item['data_is_handled']) ? h($item['data_is_handled']) : false, )); ?> $element) { $temp = $group; unset($temp[$k]); if (!isset($optionsRearranged[$element])) $optionsRearranged[$element] = array(); $optionsRearranged[$element] = array_merge($optionsRearranged[$element], $temp); } } ?>
Form->input('Attribute' . $k . 'Value', array( 'label' => false, 'value' => $item['value'], 'style' => 'padding:0px;height:20px;margin-bottom:0px;width:90%;min-width:400px;', 'div' => false )); ?> $relation['Event']['id'], 'Event Info' => $relation['Event']['info'], 'Category' => $relation['Attribute']['category'], 'Type' => $relation['Attribute']['type'], 'Value' => $relation['Attribute']['value'], 'Comment' => $relation['Attribute']['comment'], ); $popoverHTML = ''; foreach ($popover as $key => $popoverElement) { $popoverHTML .= '' . $key . ': ' . h($popoverElement) . '
'; } ?> 10 ? sprintf('
%s
', __('10 +more')) : ''; ?>
>
class="idsCheckbox"> class="dcCheckbox">
> >

element('/genericElements/SideMenu/side_menu', array('menuList' => 'event', 'menuItem' => 'freetextResults'));