Diff for /loncom/interface/lontrackstudent.pm between versions 1.32 and 1.33

version 1.32, 2010/06/06 21:34:23 version 1.33, 2011/12/21 21:25:40
Line 592  sub handler { Line 592  sub handler {
                   '<input type="text" name="status" size="60" value="" readonly="readonly" />').                    '<input type="text" name="status" size="60" value="" readonly="readonly" />').
               '</div>');                '</div>');
     $r->rflush();      $r->rflush();
     my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin      my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r);
         ($r,&mt('Student Activity Retrieval'),  
          &mt('Student Activity Retrieval'),undef,'inline',undef,  
          'trackstudent','status');  
     &Apache::lonhtmlcommon::Update_PrgWin      &Apache::lonhtmlcommon::Update_PrgWin
         ($r,\%prog_state,&mt('Contacting course home server'));          ($r,\%prog_state,&mt('Contacting course home server'));
     #      #

Removed from v.1.32  
changed lines
  Added in v.1.33


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