diff --git a/pandora_console/operation/events/events_list.php b/pandora_console/operation/events/events_list.php index 921f396163..5c26c0baae 100644 --- a/pandora_console/operation/events/events_list.php +++ b/pandora_console/operation/events/events_list.php @@ -334,7 +334,7 @@ if(!defined("METACONSOLE")) true, true, true, '', false, 'width: 120px; height: 70px;') . '
'; else $data[0] = html_print_select ($tags_select_with, 'select_with', '', '', '', 0, - true, true, true, '', false, 'width: 250px; height: 70px;') . '
'; + true, true, true, '', false, 'width: auto; height: 70px;') . '
'; $data[1] = html_print_image('images/darrowright.png', true, array('id' => 'button-add_with', 'style' => 'cursor: pointer;', 'title' => __('Add'))); $data[1] .= html_print_input_hidden('tag_with', $tag_with_base64, true); $data[1] .= '

' . html_print_image('images/darrowleft.png', true, array('id' => 'button-remove_with', 'style' => 'cursor: pointer;', 'title' => __('Remove'))); @@ -343,7 +343,7 @@ if(!defined("METACONSOLE")) 0, true, true, true, '', false, "width: 120px; height: 70px;"); else $data[2] = html_print_select ($tag_with_temp, 'tag_with_temp', array(), '', '', - 0, true, true, true, '', false, "width: 250px; height: 70px;"); + 0, true, true, true, '', false, "width: auto; height: 70px;"); $tabletags_with->data[] = $data; $tabletags_with->rowclass[] = ''; @@ -368,7 +368,7 @@ if(!defined("METACONSOLE")) true, true, true, '', false, 'width: 120px; height: 70px;') . '
'; else $data[0] = html_print_select ($tags_select_without, 'select_without', '', '', '', 0, - true, true, true, '', false, 'width: 250px; height: 70px;') . '
'; + true, true, true, '', false, 'width: auto; height: 70px;') . '
'; $data[1] = html_print_image('images/darrowright.png', true, array('id' => 'button-add_without', 'style' => 'cursor: pointer;', 'title' => __('Add'))); $data[1] .= html_print_input_hidden('tag_without', $tag_without_base64, true); @@ -379,7 +379,7 @@ if(!defined("METACONSOLE")) 0, true, true, true, '', false, "width: 120px; height: 70px;"); else $data[2] = html_print_select ($tag_without_temp, 'tag_without_temp', array(), '', '', - 0, true, true, true, '', false, "width: 250px; height: 70px;"); + 0, true, true, true, '', false, "width: auto; height: 70px;"); $tabletags_without->data[] = $data; $tabletags_without->rowclass[] = '';