Diff for /loncom/interface/lonbulletin.pm between versions 1.2 and 1.3

version 1.2, 2002/09/10 20:53:36 version 1.3, 2002/09/11 13:36:50
Line 33  use Apache::Constants qw(:common); Line 33  use Apache::Constants qw(:common);
 use Apache::loncommon;  use Apache::loncommon;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::lontexconvert;  use Apache::lontexconvert;
   use Apache::lonxml;
   
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;
Line 141  ENDDOCUMENT Line 142  ENDDOCUMENT
                  $r->print('<blockquote>'.                   $r->print('<blockquote>'.
                         $message.'</blockquote>');                          $message.'</blockquote>');
                  if ($allowed) {                   if ($allowed) {
                 $r->print('<br /><textarea cols="80" rows="20" name="'.$_.'">'.                  $r->print('<br /><textarea cols="80" rows="10" name="'.$_.'">'.
    $syllabus{$_}.     $syllabus{$_}.
            '</textarea><input type="submit" name="storesyl" value="Store" />');             '</textarea><input type="submit" name="storesyl" value="Store" />');
         }          }

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>