Diff for /loncom/interface/loncommon.pm between versions 1.812 and 1.813

version 1.812, 2009/05/11 17:40:34 version 1.813, 2009/05/14 16:59:21
Line 4370  ENDROLE Line 4370  ENDROLE
  if ($notopbar) {   if ($notopbar) {
     $bodytag .= $titletable;      $bodytag .= $titletable;
  } else {   } else {
         $bodytag .= qq|<div id="head_userinfo">$name ($role) <br/>          $bodytag .= qq|<div id="LC_nav_bar">$name ($role)<br />
             <em>$realm</em>$dc_info</div>|;              <em>$realm</em> $dc_info</div>|;
     if ($env{'request.state'} eq 'construct') {      if ($env{'request.state'} eq 'construct') {
                 $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg,                  $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg,
   $titletable);    $titletable);
Line 5791  ul.LC_TabContent   li:hover a { Line 5791  ul.LC_TabContent   li:hover a {
 }  }
   
 h1 {  h1 {
  padding:5px 10px 5px 20px;   padding: 0;
  line-height:130%;   line-height:130%;
 }  }
   
Line 5844  dl,ul,div,fieldset { Line 5844  dl,ul,div,fieldset {
 /* overflow: hidden; */  /* overflow: hidden; */
 }  }
   
 #head_userinfo {  #LC_nav_bar {
     float: left;      float: left;
     margin: 0;      margin: 0;
 }  }
   
 #head_userinfo em{  #LC_nav_bar em{
     font-weight: bold;      font-weight: bold;
     font-style: normal;      font-style: normal;
 }  }
Line 6547  sub start_page { Line 6547  sub start_page {
  $result = &html_encode($result);   $result = &html_encode($result);
     }      }
   
  #Breadcrumbs      # Preparation for new and consistent functionlist at top of screen
       # if ($args->{'functionlist'}) {
       #            $result .= &build_functionlist();
       #}
   
       # Don't add anything more if only_body wanted
       return $result if $args->{'only_body'};
   
       #Breadcrumbs
     if (exists($args->{'bread_crumbs'}) or exists($args->{'bread_crumbs_component'})) {      if (exists($args->{'bread_crumbs'}) or exists($args->{'bread_crumbs_component'})) {
  &Apache::lonhtmlcommon::clear_breadcrumbs();   &Apache::lonhtmlcommon::clear_breadcrumbs();
  #if any br links exists, add them to the breadcrumbs   #if any br links exists, add them to the breadcrumbs

Removed from v.1.812  
changed lines
  Added in v.1.813


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