Diff for /loncom/interface/loncommon.pm between versions 1.948.2.20 and 1.948.2.22

version 1.948.2.20, 2010/12/30 21:44:51 version 1.948.2.22, 2011/01/03 14:58:05
Line 4496  Returns: HTML div with $content Line 4496  Returns: HTML div with $content
 sub head_subbox {  sub head_subbox {
     my ($content)=@_;      my ($content)=@_;
     my $output =      my $output =
         '<div id="LC_head_subbox">'          '<div class="LC_head_subbox">'
        .$content         .$content
        .'</div>'         .'</div>'
 }  }
Line 5164  td.LC_table_cell_checkbox { Line 5164  td.LC_table_cell_checkbox {
   display:none;    display:none;
 }  }
   
 #LC_head_subbox {  .LC_head_subbox {
   clear:both;    clear:both;
   background: #F8F8F8; /* $sidebg; */    background: #F8F8F8; /* $sidebg; */
   border: 1px solid $sidebg;    border: 1px solid $sidebg;
Line 9091  sub check_for_upload { Line 9091  sub check_for_upload {
                   &mt('Unable to upload [_1]. (size = [_2] bytes)',                    &mt('Unable to upload [_1]. (size = [_2] bytes)',
                       '<span class="LC_filename">'.$fname.'</span>',                        '<span class="LC_filename">'.$fname.'</span>',
                       $filesize).'<br />'.                        $filesize).'<br />'.
                   &mt('Either the file you uploaded was empty, or your web browser was unable to read its contents.').'<br />';                    &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'<br />';
                   '</span>';                    '</span>';
         return ('zero_bytes',$msg);          return ('zero_bytes',$msg);
     }      }

Removed from v.1.948.2.20  
changed lines
  Added in v.1.948.2.22


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