Diff for /loncom/interface/Attic/londropadd.pm between versions 1.5 and 1.6

version 1.5, 2000/12/28 16:32:10 version 1.6, 2000/12/28 19:56:31
Line 349  LON-CAPA domain: <input type=text size=1 Line 349  LON-CAPA domain: <input type=text size=1
 <h3>Full Update</h3>  <h3>Full Update</h3>
 <input type=checkbox name=fullup value=yes> Full update   <input type=checkbox name=fullup value=yes> Full update 
 (also dropping students)<p>  (also dropping students)<p>
 <input type=button onClick="verify(this.form)" value="Submit Selection">  <input type=button onClick="verify(this.form)" value="Update Courselist"><br>
   Note: for large courses, this operation might be time consuming.
 ENDPICK  ENDPICK
          } elsif ($ENV{'form.enroll'}) {           } elsif ($ENV{'form.enroll'}) {
          } elsif ($ENV{'form.drop'}) {           } elsif ($ENV{'form.drop'}) {
Line 464  ENDPICK Line 465  ENDPICK
                          unless ($reply eq 'ok') {                           unless ($reply eq 'ok') {
                             $r->print(                              $r->print(
                              "<p><b>Error enrolling $username: $reply</b><p>");                               "<p><b>Error enrolling $username: $reply</b><p>");
  }   } else {
                               $r->print('. ');
                           }
                      } else {                       } else {
                             $r->print(                              $r->print(
                              "<p><b>No password for $username</b><p>");                               "<p><b>No password for $username</b><p>");

Removed from v.1.5  
changed lines
  Added in v.1.6


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