#!/usr/local/bin/perl # edit_global.cgi # Edit global majordomo options require './majordomo-lib.pl'; &ReadParse(); $conf = &get_config(); %access = &get_module_acl(); $access{'global'} || &error($text{'global_ecannot'}); &ui_print_header(undef, $text{'global_title'}, ""); local $bcss=' style="display: box; float: left; padding: 10px;"'; print "
\n"; $saved = $text{'global_saved'} if $in{'saved'}; print "\n"; &ui_print_footer("", $text{'index_return'}); # hide "saved" after klick print <<'EOF'; EOF