--- modules/gci/londocsgci.pm 2010/11/16 02:28:10 1.15 +++ modules/gci/londocsgci.pm 2010/11/29 04:33:35 1.16 @@ -2,7 +2,7 @@ # Custom Edit Course Routines for Assembly of Valid Concept Tests from # Geoscience Concept Inventory. # -# $Id: londocsgci.pm,v 1.15 2010/11/16 02:28:10 gci Exp $ +# $Id: londocsgci.pm,v 1.16 2010/11/29 04:33:35 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -219,25 +219,35 @@ sub listresources { } else { $r->print('
'); } my ($crsparms,$ineffect,$parmlev) = ¤t_parms($cdom,$cnum); my $formname = 'datesform'; my $datebutton = &mt('Save'); + my $hide_timezone = 1; my $startform = &Apache::lonhtmlcommon::date_setter($formname,'opendate', - $crsparms->{'opendate'}); + $crsparms->{'opendate'},'','','', + '','','','','',$hide_timezone); my $endform = &Apache::lonhtmlcommon::date_setter($formname,'duedate', - $crsparms->{'duedate'}); + $crsparms->{'duedate'},'','','', + '','','','','',$hide_timezone); + my $includeempty = 1; + my $timezone = &Apache::lonlocal::gettimezone(); + my $tzform = &Apache::loncommon::select_timezone('timezone',$timezone, + undef,$includeempty); $r->print('