Diff for /loncom/interface/loncreateuser.pm between versions 1.234 and 1.236

version 1.234, 2008/01/21 01:45:04 version 1.236, 2008/03/07 11:19:16
Line 1321  ENDBADAUTH Line 1321  ENDBADAUTH
                 $outcome .= <<ENDNOPRIV;                  $outcome .= <<ENDNOPRIV;
 <h3>$lt{'ccld'}</h3>  <h3>$lt{'ccld'}</h3>
 $lt{'yodo'} $lt{'ifch'}: $ccdomain  $lt{'yodo'} $lt{'ifch'}: $ccdomain
   <input type="hidden" name="login" value="nochange" />
 ENDNOPRIV  ENDNOPRIV
             }              }
         }          }
Line 2555  sub custom_role_editor { Line 2556  sub custom_role_editor {
     'crl'  => "Course Level",      'crl'  => "Course Level",
                     'dml'  => "Domain Level",                      'dml'  => "Domain Level",
                     'ssl'  => "System Level");                      'ssl'  => "System Level");
     $r->print('Select a Template<br />');      $r->print(&mt('Select a Template').'<br />');
     $r->print('<form action="">');      $r->print('<form action="">');
     $r->print($button_code);      $r->print($button_code);
     $r->print('</form>');      $r->print('</form>');

Removed from v.1.234  
changed lines
  Added in v.1.236


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