Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.220 and 1.222

version 1.220, 2009/06/04 16:33:08 version 1.222, 2009/06/08 18:04:45
Line 1833  sub topic_bar { Line 1833  sub topic_bar {
     return '<div class="LC_topic_bar">'      return '<div class="LC_topic_bar">'
           .'<img src="/res/adm/pages/bl_step'.$imgnum.'.gif"'            .'<img src="/res/adm/pages/bl_step'.$imgnum.'.gif"'
           .' alt="'.&mt('Step [_1]',$imgnum).'" />'            .' alt="'.&mt('Step [_1]',$imgnum).'" />'
           .$title            .' '.$title
           .'</div>';            .'</div>';
 }  }
   
Line 2214  sub generate_menu { Line 2214  sub generate_menu {
         push @categories,           push @categories, 
             $div->($h3->(mt($$category{categorytitle}), {class=>"LC_hcell"}).              $div->($h3->(mt($$category{categorytitle}), {class=>"LC_hcell"}).
             $ul->(join('' ,@links),  {class =>"LC_ListStyleNormal" }),              $ul->(join('' ,@links),  {class =>"LC_ListStyleNormal" }),
             {class=>"LC_ContentBoxSpecial LC_400Box"}) if scalar(@links);              {class=>"LC_Box LC_400Box"}) if scalar(@links);
     }      }
   
     # wrap the joined @categories in another <div> (column layout)      # wrap the joined @categories in another <div> (column layout)

Removed from v.1.220  
changed lines
  Added in v.1.222


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