Diff for /loncom/interface/loncommon.pm between versions 1.948.2.24 and 1.948.2.26

version 1.948.2.24, 2011/01/12 04:58:54 version 1.948.2.26, 2011/01/14 00:25:44
Line 4769  sub bodytag { Line 4769  sub bodytag {
         $dc_info = qq|<span class="LC_cusr_subheading">($dc_info)</span>|;          $dc_info = qq|<span class="LC_cusr_subheading">($dc_info)</span>|;
     }      }
   
     $bodytag .= qq|<div id="LC_nav_bar">$name $role</div>      unless ($env{'form.inhibitmenu'}) {
             <ol class="LC_primary_menu LC_right">          $bodytag .= qq|<div id="LC_nav_bar">$name $role</div>
                 <li>$menu</li>                         <ol class="LC_primary_menu LC_right">
             </ol><div id="LC_realm"> $realm $dc_info</div>| unless $env{'form.inhibitmenu'};                         <li>$menu</li>
                          </ol><div id="LC_realm"> $realm $dc_info</div>|;
       }
   
     return(<<ENDBODY);      return(<<ENDBODY);
 $bodytag  $bodytag
 <table id="LC_title_bar" class="LC_with_remote">  <table id="LC_title_bar" class="LC_with_remote">
Line 6177  ol.LC_primary_menu { Line 6180  ol.LC_primary_menu {
   background-color: $pgbg_or_bgcolor;    background-color: $pgbg_or_bgcolor;
 }  }
   
 span.LC_new_message{  ol.LC_primary_menu a.LC_new_message {
   font-weight:bold;    font-weight:bold;
   color: darkred;    color: darkred;
 }  }

Removed from v.1.948.2.24  
changed lines
  Added in v.1.948.2.26


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