Diff for /loncom/auth/lonroles.pm between versions 1.113 and 1.114

version 1.113, 2004/12/03 05:15:30 version 1.114, 2004/12/03 05:34:04
Line 605  ENDHEADER Line 605  ENDHEADER
       &mt('Recent Roles')."</td>");        &mt('Recent Roles')."</td>");
     $r->print($output);      $r->print($output);
     $r->print("</tr>");      $r->print("</tr>");
               $doheaders ++;
  }   }
     }      }
   
Line 848  function verifyCoursePick(caller) { Line 849  function verifyCoursePick(caller) {
             }              }
         }          }
         else {          else {
             alert("You must use the 'Select Course' link to open a separate pick course window which you can use to select the course you wish to enter");              alert("Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter.");
         }          }
     }      }
     else {      else {

Removed from v.1.113  
changed lines
  Added in v.1.114


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