#!/usr/local/bin/perl # copy_group_form.cgi # Display a form for copying some group's quotas to others require './quota-lib.pl'; &ReadParse(); $access{'filesys'} eq "*" || &error($text{'cgform_ecannot'}); &can_edit_group($in{'group'}) || &error($text{'cgform_egroup'}); &ui_print_header(undef, $text{'cgform_title'}, "", "copy_group"); print "
\n"; print "\n"; &ui_print_footer("group_filesys.cgi?group=$in{'group'}", $text{'cgform_return'});