Diff for /loncom/interface/lonsimplepage.pm between versions 1.97 and 1.98

version 1.97, 2010/10/27 01:00:38 version 1.98, 2011/05/03 21:38:40
Line 113  sub handler { Line 113  sub handler {
 # --------------------------------------------------------- The syllabus fields  # --------------------------------------------------------- The syllabus fields
     my %syllabusfields=&Apache::lonlocal::texthash(      my %syllabusfields=&Apache::lonlocal::texthash(
        'aaa_title'         => 'Page Title',         'aaa_title'         => 'Page Title',
        'bbb_content'       => 'Content',         'bbb_content'       => ($target eq 'tex'?'':'Content'),
        'ccc_webreferences' => 'Web References');         'ccc_webreferences' => 'Web References');
     if ($group ne '') {      if ($group ne '') {
         $syllabusfields{'abb_links'} = &mt('Available Group Tools');          $syllabusfields{'abb_links'} = &mt('Available Group Tools');

Removed from v.1.97  
changed lines
  Added in v.1.98


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