Diff for /loncom/interface/loncommon.pm between versions 1.954 and 1.956

version 1.954, 2010/03/17 19:35:56 version 1.956, 2010/03/18 09:00:35
Line 6172  ul.LC_TabContentBigger li { Line 6172  ul.LC_TabContentBigger li {
   color: #737373;    color: #737373;
 }  }
   
   
 ul.LC_TabContentBigger li a {  ul.LC_TabContentBigger li a {
   background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat;    background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat;
   height: 30px;    height: 30px;
Line 6182  ul.LC_TabContentBigger li a { Line 6181  ul.LC_TabContentBigger li a {
   text-decoration: none;    text-decoration: none;
 }  }
   
 ul.LC_TabContentBigger li:hover a,  
 ul.LC_TabContentBigger li.active a {  ul.LC_TabContentBigger li.active a {
   background:url('/adm/lonIcons/tabbgleft.gif') left top no-repeat;    background:url('/adm/lonIcons/tabbgleft.gif') left top no-repeat;
   color:$font;    color:$font;
   text-decoration: underline;  
 }  }
   
   
 ul.LC_TabContentBigger li b {  ul.LC_TabContentBigger li b {
   background: url('/adm/lonIcons/tabbgright.gif') no-repeat right bottom;    background: url('/adm/lonIcons/tabbgright.gif') no-repeat right bottom;
   display: block;    display: block;
Line 6197  ul.LC_TabContentBigger li b { Line 6193  ul.LC_TabContentBigger li b {
   padding: 0 30px;    padding: 0 30px;
 }  }
   
 ul.LC_TabContentBigger li:hover b,  ul.LC_TabContentBigger li:hover b {
     color:$button_hover;
   }
   
 ul.LC_TabContentBigger li.active b {  ul.LC_TabContentBigger li.active b {
   background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat;    background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat;
   color:$font;    color:$font;
   border-bottom: 1px solid #FFFFFF;    border-bottom: 1px solid #FFFFFF;
     cursor:default;
 }  }
   
   
Line 10209  sub construct_course { Line 10209  sub construct_course {
  $cenv{'url'}=$oldcenv{'url'};   $cenv{'url'}=$oldcenv{'url'};
 # Restore title  # Restore title
  $cenv{'description'}=$oldcenv{'description'};   $cenv{'description'}=$oldcenv{'description'};
   # Restore creation date, creator and creation context.
           $cenv{'internal.created'}=$oldcenv{'internal.created'};
           $cenv{'internal.creator'}=$oldcenv{'internal.creator'};
           $cenv{'internal.creationcontext'}=$oldcenv{'internal.creationcontext'};
 # Mark as cloned  # Mark as cloned
  $cenv{'clonedfrom'}=$cloneid;   $cenv{'clonedfrom'}=$cloneid;
 # Need to clone grading mode  # Need to clone grading mode

Removed from v.1.954  
changed lines
  Added in v.1.956


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