--- loncom/interface/londocs.pm 2009/02/10 12:20:18 1.338 +++ loncom/interface/londocs.pm 2009/02/10 14:23:18 1.339 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.338 2009/02/10 12:20:18 ehlerst Exp $ +# $Id: londocs.pm,v 1.339 2009/02/10 14:23:18 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2888,7 +2888,7 @@ HIDDENFORM } # --------------------------------------------------------- Main tab structure my $activeClass = 1; - $r->print('
'); # --------------------------------------------------------- Standard documents if (($standard) && ($allowed) && (!$forcesupplement)) { my $active = 'style="display: none;"'; @@ -3166,6 +3166,7 @@ $r->print('
'); $active = 'style="display: block;"'; } $r->print('
'); + &changewarning($r); my $folder=$env{'form.folder'}; unless ($folder=~/^supplemental/) { $folder='supplemental'; @@ -3365,6 +3366,7 @@ sub generate_edit_table { $form .= '
  • '.&mt($orderhash{$name}).'
  • '; } } + $form .= ''; $form .= '
    '; foreach my $field (keys(%namehash)){ $form .= '';