--- loncom/interface/loncreateuser.pm 2004/01/17 18:12:05 1.77 +++ loncom/interface/loncreateuser.pm 2004/02/01 20:42:01 1.78 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.77 2004/01/17 18:12:05 www Exp $ +# $Id: loncreateuser.pm,v 1.78 2004/02/01 20:42:01 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -263,6 +263,7 @@ ENDFORMINFO 'hs' => "Home Server", 'lg' => "Login Data" ); + my $genhelp=&Apache::loncommon::help_open_topic('Generation'); $r->print(<<ENDNEWUSER); $dochead <h1>$lt{'cnu'}</h1> @@ -281,7 +282,7 @@ $loginscript <td><input type='text' name='cmiddle' size='15' /></td></tr> <tr><td>$lt{'ln'} </td> <td><input type='text' name='clast' size='15' /></td></tr> -<tr><td>$lt{'gen'} </td> +<tr><td>$lt{'gen'}$genhelp</td> <td><input type='text' name='cgen' size='5' /></td></tr> </table> $lt{'idsn'} <input type='text' name='cstid' size='15' /></p>