Diff for /loncom/interface/lonannounce.pm between versions 1.73 and 1.74

version 1.73, 2008/10/13 15:33:02 version 1.74, 2008/10/14 13:52:23
Line 53  sub editfield { Line 53  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_menu('Calendar Add Announcement','Calendar_Add_Announcement',274,'Communication Tools');      #my $help=&Apache::loncommon::help_open_menu('Calendar Add Announcement','Calendar_Add_Announcement',274,'Communication Tools');
       my $help=&Apache::loncommon::help_open_topic('Calendar_Add_Announcement');
       
     my %lt=&Apache::lonlocal::texthash('annon' => 'Course Announcements',      my %lt=&Apache::lonlocal::texthash('annon' => 'Course Announcements',
                                        'post' => 'Post Announcement',                                         'post' => 'Post Announcement',
        'start' => 'Starting date',         'start' => 'Starting date',

Removed from v.1.73  
changed lines
  Added in v.1.74


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