Diff for /loncom/interface/loncommon.pm between versions 1.1121 and 1.1122

version 1.1121, 2013/04/11 15:30:37 version 1.1122, 2013/04/11 16:30:37
Line 7813  sub LCprogressbar { Line 7813  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.1121  
changed lines
  Added in v.1.1122


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