Diff for /loncom/interface/loncommon.pm between versions 1.679.2.2 and 1.682

version 1.679.2.2, 2008/09/19 22:52:41 version 1.682, 2008/09/08 19:39:26
Line 1507  sub create_text_file { Line 1507  sub create_text_file {
     $fh = Apache::File->new('>/home/httpd'.$filename);      $fh = Apache::File->new('>/home/httpd'.$filename);
     if (! defined($fh)) {      if (! defined($fh)) {
         $r->log_error("Couldn't open $filename for output $!");          $r->log_error("Couldn't open $filename for output $!");
         $r->print(&mt('Problems occurred in creating the output file. '          $r->print("Problems occured in creating the output file.  ".
                      .'This error has been logged. '                    "This error has been logged.  ".
                      .'Please alert your LON-CAPA administrator.'));                    "Please alert your LON-CAPA administrator.");
     }      }
     return ($fh,$filename)      return ($fh,$filename)
 }  }
Line 4547  table.LC_docs_path td.LC_docs_path_compo Line 4547  table.LC_docs_path td.LC_docs_path_compo
 td.LC_table_cell_checkbox {  td.LC_table_cell_checkbox {
   text-align: center;    text-align: center;
 }  }
   
 table#LC_mainmenu td.LC_mainmenu_column {  table#LC_mainmenu td.LC_mainmenu_column {
     vertical-align: top;      vertical-align: top;
 }  }
Line 4561  table#LC_mainmenu td.LC_mainmenu_column Line 4560  table#LC_mainmenu td.LC_mainmenu_column
 .LC_menubuttons_link {  .LC_menubuttons_link {
   text-decoration: none;    text-decoration: none;
 }  }
   #2008--9-5: new menu style sheet.Changed category
 .LC_menubuttons_category {  .LC_menubuttons_category {
   color: $font;    color: $font;
   background: $pgbg;    background: $pgbg;
Line 5418  img.stift{ Line 5417  img.stift{
   border-width:0;    border-width:0;
   vertical-align:middle;    vertical-align:middle;
 }  }
   
   table#LC_mainmenu{
    margin-top:10px;
    width:80%;
   
   }
   
   table#LC_mainmenu td.LC_mainmenu_col_fieldset{
     vertical-align: top;
     width: 45%;
   }
   .LC_mainmenu_fieldset_category {
     color: $font;
     background: $pgbg;
     font-family: $sans;
     font-size: small;
     font-weight: bold;
   }
   fieldset#LC_mainmenu_fieldset {
     margin:0px 10px 10px 0px;
   
   }
 END  END
 }  }
   

Removed from v.1.679.2.2  
changed lines
  Added in v.1.682


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