Diff for /loncom/interface/lonannounce.pm between versions 1.28 and 1.29

version 1.28, 2004/06/12 01:04:10 version 1.29, 2004/07/03 20:45:23
Line 47  sub editfield { Line 47  sub editfield {
     my $enddateform = &Apache::lonhtmlcommon::date_setter('anno',      my $enddateform = &Apache::lonhtmlcommon::date_setter('anno',
                                                           'enddate',                                                            'enddate',
                                                           $end);                                                            $end);
     my $help=&Apache::loncommon::help_open_topic('Calendar_Add_Announcement').      my $help=&Apache::loncommon::help_open_menu('','Calendar Add Announcement','Calendar_Add_Announcement','',274,'Communication Tools');
  &Apache::loncommon::help_open_faq(274).  
  &Apache::loncommon::help_open_bug('Communication Tools');  
     $r->print(<<ENDFORM);      $r->print(<<ENDFORM);
 $help  $help
 <form name="anno" method="post">  <form name="anno" method="post">

Removed from v.1.28  
changed lines
  Added in v.1.29


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