Diff for /loncom/interface/loncommon.pm between versions 1.1127 and 1.1128

version 1.1127, 2013/05/10 16:09:58 version 1.1128, 2013/05/10 21:37:54
Line 7818  sub LCprogressbar { Line 7818  sub LCprogressbar {
     $LCcurrentid=$$.'_'.$LCidcnt;      $LCcurrentid=$$.'_'.$LCidcnt;
     my $starting=&mt('Starting');      my $starting=&mt('Starting');
     my $content=(<<ENDPROGBAR);      my $content=(<<ENDPROGBAR);
 <p>  
   <div id="progressbar$LCcurrentid">    <div id="progressbar$LCcurrentid">
     <span class="pblabel">$starting</span>      <span class="pblabel">$starting</span>
   </div>    </div>
 </p>  
 ENDPROGBAR  ENDPROGBAR
     &r_print($r,$content.&LCprogressbar_script($LCcurrentid));      &r_print($r,$content.&LCprogressbar_script($LCcurrentid));
 }  }

Removed from v.1.1127  
changed lines
  Added in v.1.1128


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