--- loncom/interface/lonannounce.pm 2004/01/14 16:07:18 1.24 +++ loncom/interface/lonannounce.pm 2004/01/15 01:43:43 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network # Announce # -# $Id: lonannounce.pm,v 1.24 2004/01/14 16:07:18 www Exp $ +# $Id: lonannounce.pm,v 1.25 2004/01/15 01:43:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,14 +47,17 @@ sub editfield { my $enddateform = &Apache::lonhtmlcommon::date_setter('anno', 'enddate', $end); - my $help=&Apache::loncommon::help_open_topic('Calendar_Add_Announcement'); + my $help=&Apache::loncommon::help_open_topic('Calendar_Add_Announcement'). + &Apache::loncommon::help_open_faq(274). + &Apache::loncommon::help_open_bug('Communication Tools'); $r->print(<
Starting date:$startdateform
Ending date:$enddateform
-$help
+
ENDFORM }