Diff for /loncom/interface/lonhelpmenu.pm between versions 1.43 and 1.44

version 1.43, 2013/12/30 00:34:49 version 1.44, 2014/01/05 21:33:58
Line 241  sub helpmenu_items { Line 241  sub helpmenu_items {
     my %help_submenu = (      my %help_submenu = (
                            manuals_web => [                             manuals_web => [
                                             ['/adm/help/course.manual.access.hlp','Course Coordination','course'],                                              ['/adm/help/course.manual.access.hlp','Course Coordination','course'],
                                             ['/adm/help/course.manual.access.hlp','Authoring','author'],                                              ['/adm/help/author.manual.access.hlp','Authoring','author'],
                                           ],                                            ],
                            manuals_pdf => [                             manuals_pdf => [
                                             ['/adm/help/course.manual.pdf','Course Coordination','course'],                                              ['/adm/help/course.manual.pdf','Course Coordination','course'],
                                             ['/adm/help/course.manual.pdf','Authoring','author'],                                              ['/adm/help/author.manual.pdf','Authoring','author'],
                                           ],                                            ],
                        );                         );
     my @order = ('general');      my @order = ('general');

Removed from v.1.43  
changed lines
  Added in v.1.44


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