"; echo ''; echo '
 
'; echo ''; echo ''; echo ''; exit; } } $table->width = '98%'; $table->data = array (); $table->data[0][0] = __('Name'); $table->data[0][1] = html_print_input_text ('name', $name, '', 35, 100, true); echo''; 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 '
'; ?>