".__('There was a problem loading group').""; echo ""; include ("general/footer.php"); exit; } } $table->width = '450px'; $table->data = array (); $table->data[0][0] = __('Name'); $table->data[0][1] = print_input_text ('name', $name, '', 35, 100, true); echo''; echo '
'; print_table ($table); echo '
'; if ($id_group) { print_input_hidden ('update_group', 1); print_input_hidden ('id_group', $id_group); print_submit_button (__('Update'), 'updbutton', false, 'class="sub upd"'); } else { print_input_hidden ('create_group', 1); print_submit_button (__('Create'), 'crtbutton', false, 'class="sub wand"'); } echo '
'; echo '
'; ?>