Diff for /loncom/interface/loncreateuser.pm between versions 1.105 and 1.106

version 1.105, 2005/06/19 00:41:32 version 1.106, 2005/06/23 21:56:12
Line 156  $lt{'dom'}:</td><td>$domform</td></tr> Line 156  $lt{'dom'}:</td><td>$domform</td></tr>
 </table>  </table>
 <input name="userrole" type="submit" value="$lt{usrr}" />  <input name="userrole" type="submit" value="$lt{usrr}" />
 </form>  </form>
   ENDDOCUMENT
      if (&Apache::lonnet::allowed('mcr','/')) {
          $r->print(<<ENDCUSTOM);
 <form action="/adm/createuser" method="post" name="docustom">  <form action="/adm/createuser" method="post" name="docustom">
 <input type="hidden" name="phase" value="selected_custom_edit">  <input type="hidden" name="phase" value="selected_custom_edit">
 <h2>$lt{'ecrp'}$helpecpr</h2>  <h2>$lt{'ecrp'}$helpecpr</h2>
Line 163  $lt{'nr'}: $choice <input type="text" si Line 166  $lt{'nr'}: $choice <input type="text" si
 <input name="customeditor" type="submit" value="$lt{'cre'}" />  <input name="customeditor" type="submit" value="$lt{'cre'}" />
 </body>  </body>
 </html>  </html>
 ENDDOCUMENT  ENDCUSTOM
      }
 }  }
   
 # =================================================================== Phase two  # =================================================================== Phase two

Removed from v.1.105  
changed lines
  Added in v.1.106


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