--- loncom/interface/Attic/londropadd.pm 2007/03/03 01:40:28 1.157 +++ loncom/interface/Attic/londropadd.pm 2007/04/17 15:45:03 1.158 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.157 2007/03/03 01:40:28 albertel Exp $ +# $Id: londropadd.pm,v 1.158 2007/04/17 15:45:03 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -949,9 +949,9 @@ sub get_student_username_domain_form { <input type="hidden" name="state" value="gotusername" /> <h3>$lt{'eos'}</h3> <table> -<tr><th>$lt{'usr'}:</th> +<tr><th><label for="cuname">$lt{'usr'}</label>:</th> <td><input type="text" name="cuname" size="15" /></td></tr> -<tr><th>$lt{'dom'}:</th> +<tr><th><label for="cudomain">$lt{'dom'}</label>:</th> <td>$domform</td></tr> <tr><th> </th> <td> @@ -1022,17 +1022,17 @@ sub print_enroll_single_student_form { $user_data_html = <<END; <h3>$lt{'udf'} $username\@$domain</h3> <table> -<tr><th>$lt{'fn'}:</th> +<tr><th><label for="cfirst">$lt{'fn'}</label>:</th> <td><input type="text" name="cfirst" size="15"></td></tr> -<tr><th>$lt{'mn'}:</th> +<tr><th><label for="cmiddle">$lt{'mn'}</label>:</th> <td><input type="text" name="cmiddle" size="15"></td></tr> -<tr><th>$lt{'ln'}:</th> +<tr><th><label for="clast">$lt{'ln'}</label>:</th> <td><input type="text" name="clast" size="15"></td></tr> -<tr><th>$lt{'gen'}:</th> +<tr><th><label for="cgen">$lt{'gen'}</label>:</th> <td><input type="text" name="cgen" size="5"> </td></tr> -<tr><th>$lt{'hs'}:</th> +<tr><th><label for="lcserver">$lt{'hs'}</label>:</th> <td>$homeserver_form</td></tr> -<tr><th>$lt{'mail'}:</th> +<tr><th><label for="emailaddress">$lt{'mail'}</label>:</th> <td><input type="text" name="emailaddress" size="20" /></td></tr> </table> <h3>$lt{'pswd'}</h3> @@ -1062,23 +1062,23 @@ END <h3>$lt{'udf'} $username\@$domain</h3> <input type="hidden" name="lcserver" value="default" /> <table> -<tr><th>$lt{'fn'}:</th> +<tr><th><label for="cfirst">$lt{'fn'}</label>:</th> <td> <input type="text" name="cfirst" value="$uenv{'firstname'}" size="15" /> </td></tr> -<tr><th>$lt{'mn'}:</th> +<tr><th><label for="cmiddle">$lt{'mn'}</label>:</th> <td> <input type="text" name="cmiddle" value="$uenv{'middlename'}" size="15" /> </td></tr> -<tr><th>$lt{'ln'}:</th> +<tr><th><label for="clast">$lt{'ln'}</label>:</th> <td> <input type="text" name="clast"value="$uenv{'lastname'}" size="15" /> </td></tr> -<tr><th>$lt{'gen'}:</th> +<tr><th><label for="cgen">$lt{'gen'}</label>:</th> <td> <input type="text" name="cgen" value="$uenv{'generation'}" size="5" /> </td></tr> -<tr><th>$lt{'mail'}:</th> +<tr><th><label for="emailaddress">$lt{'mail'}</label>:</th> <td> <input type="text" name="emailaddress" value="$uenv{'permanentemail'}" size="20" /> </td></tr>