Diff for /loncom/interface/loncreateuser.pm between versions 1.125.2.1 and 1.125.2.2

version 1.125.2.1, 2006/06/29 17:40:16 version 1.125.2.2, 2006/06/29 17:48:21
Line 1586  sub custom_role_editor { Line 1586  sub custom_role_editor {
     }      }
     my %lt=&Apache::lonlocal::texthash(      my %lt=&Apache::lonlocal::texthash(
     'prv'  => "Privilege",      'prv'  => "Privilege",
     'crl'  => "Course/Group Level",      'crl'  => "Course Level",
                     'dml'  => "Domain Level",                      'dml'  => "Domain Level",
                     'ssl'  => "System Level"                      'ssl'  => "System Level"
        );         );
Line 1736  sub course_level_table { Line 1736  sub course_level_table {
             'new'  => "Define new section",              'new'  => "Define new section",
             'ssd'  => "Set Start Date",              'ssd'  => "Set Start Date",
             'sed'  => "Set End Date",              'sed'  => "Set End Date",
             'crl'  => "Course/Group Level",              'crl'  => "Course Level",
             'act'  => "Activate",              'act'  => "Activate",
             'rol'  => "Role",              'rol'  => "Role",
             'ext'  => "Extent",              'ext'  => "Extent",

Removed from v.1.125.2.1  
changed lines
  Added in v.1.125.2.2


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