Diff for /loncom/interface/lonuserutils.pm between versions 1.86 and 1.88

version 1.86, 2009/04/04 21:47:41 version 1.88, 2009/04/22 17:19:10
Line 3399  END Line 3399  END
 </p><p>  </p><p>
 <input type="button" value="$lt{'ca'}" onclick="javascript:checkAll(document.studentform.droplist)" /> &nbsp;  <input type="button" value="$lt{'ca'}" onclick="javascript:checkAll(document.studentform.droplist)" /> &nbsp;
 <input type="button" value="$lt{'ua'}" onclick="javascript:uncheckAll(document.studentform.droplist)" />  <input type="button" value="$lt{'ua'}" onclick="javascript:uncheckAll(document.studentform.droplist)" />
 <p><input type=submit value="$lt{'dp'}" /></p>  <p><input type="submit" value="$lt{'dp'}" /></p>
 END  END
     return;      return;
 }  }
Line 3607  sub upfile_drop_add { Line 3607  sub upfile_drop_add {
         } else {          } else {
             $r->print('<h3>'.&mt('Adding/Modifying Users')."</h3>\n<p>\n");              $r->print('<h3>'.&mt('Adding/Modifying Users')."</h3>\n<p>\n");
         }          }
           $r->rflush;
   
         my %counts = (          my %counts = (
                        user => 0,                         user => 0,
                        auth => 0,                         auth => 0,

Removed from v.1.86  
changed lines
  Added in v.1.88


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