Diff for /loncom/interface/loncommon.pm between versions 1.1123 and 1.1125

version 1.1123, 2013/04/24 02:43:59 version 1.1125, 2013/05/03 14:28:35
Line 6480  div.LC_edit_problem_saves { Line 6480  div.LC_edit_problem_saves {
   padding-bottom: 5px;    padding-bottom: 5px;
 }  }
   
   .LC_edit_opt {
     padding-left: 1em;
     white-space: nowrap;
   }
   
 img.stift {  img.stift {
   border-width: 0;    border-width: 0;
   vertical-align: middle;    vertical-align: middle;
Line 10204  sub upload_embedded { Line 10209  sub upload_embedded {
             } else {              } else {
                 $output .= &mt('Uploaded [_1]','<span class="LC_filename">'.                  $output .= &mt('Uploaded [_1]','<span class="LC_filename">'.
                            $path.$fname.'</span>').'<br />';                             $path.$fname.'</span>').'<br />';
                 &Apache::lonnet::make_public_indefinitely($result);                  if ($context eq 'syllabus') {
                       &Apache::lonnet::make_public_indefinitely($result);
                   }
             }              }
         } else {          } else {
 # Save the file  # Save the file

Removed from v.1.1123  
changed lines
  Added in v.1.1125


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