--- loncom/interface/lonsupportreq.pm 2007/09/05 05:46:19 1.44
+++ loncom/interface/lonsupportreq.pm 2010/11/29 13:36:43 1.55.6.1
@@ -1,5 +1,5 @@
#
-# $Id: lonsupportreq.pm,v 1.44 2007/09/05 05:46:19 raeburn Exp $
+# $Id: lonsupportreq.pm,v 1.55.6.1 2010/11/29 13:36:43 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -99,7 +99,8 @@ sub print_request_form {
rdes => 'You must include a description',
name => 'Name',
subm => 'Submit Request',
- emad => 'E-mail address',
+ emad => 'Your e-mail address',
+ emac => 'Cc',
unme => 'username',
doma => 'domain',
entu => 'Enter the username you use to log-in to LON-CAPA',
@@ -171,11 +172,8 @@ END
my ($sec,$grp) = split(/:/,$section);
$groupid{$sec} = $grp;
}
- my $codedom = $Apache::lonnet::perlvar{'lonDefDomain'};
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['codedom']);
- if (exists($env{'form.codedom'})) {
- $codedom = $env{'form.codedom'};
- }
+ my $codedom = &get_domain();
my $details_title;
if ($codedom) {
$details_title = '
('.$codedom.')';
@@ -197,9 +195,6 @@ function initialize_codes() {
return;
}
|;
- if ($cdom) {
- $codedom = $cdom;
- }
if ($cnum) {
$coursecodes{$cnum} = $ccode;
if ($ccode eq '') {
@@ -243,9 +238,12 @@ function initialize_codes() {
if ($r->uri eq '/adm/helpdesk') {
&print_header($r,$origurl);
}
+ my @css = ('LC_evenrow_value','LC_oddrow_value');
+ my $num = 1;
+ my $i = $num%2;
$r->print('