'; echo ''; echo '
 
'; echo ''; echo ''; echo ''; exit; } } $table->width = '100%'; $table->class = 'databox filters'; $table->style[0] = 'font-weight: bold'; $table->data = []; $table->data[0][0] = __('Name'); $table->data[0][1] = html_print_input_text('name', $name, '', 35, 100, true); echo ''; if (is_metaconsole()) { echo '
'; } else { echo ''; } html_print_table($table); echo '
'; if ($id_group) { html_print_input_hidden('update_group', 1); html_print_input_hidden('id_group', $id_group); html_print_submit_button(__('Update'), 'updbutton', false, 'class="sub upd"'); } else { html_print_input_hidden('create_group', 1); html_print_submit_button(__('Create'), 'crtbutton', false, 'class="sub wand"'); } echo '
'; echo '
'; enterprise_hook('close_meta_frame');