Diff for /loncom/interface/loncreateuser.pm between versions 1.283 and 1.284

version 1.283, 2009/02/24 12:03:59 version 1.284, 2009/03/05 10:25:10
Line 2056  sub update_user_data { Line 2056  sub update_user_data {
             } else {              } else {
                 $changed{'quota'} = &quota_admin('',\%changeHash);                  $changed{'quota'} = &quota_admin('',\%changeHash);
                 $newportfolioquota = $defquota;                  $newportfolioquota = $defquota;
                 $newisdefault = 1;                   $newisdefault = 1;
             }              }
         } else {          } else {
             $oldisdefault = 1;              $oldisdefault = 1;
Line 2158  sub update_user_data { Line 2158  sub update_user_data {
                 ((keys(%changed) > 0) && $chgresult eq 'ok')) {                  ((keys(%changed) > 0) && $chgresult eq 'ok')) {
             # Tell the user we changed the name              # Tell the user we changed the name
  my %lt=&Apache::lonlocal::texthash(   my %lt=&Apache::lonlocal::texthash(
                              'uic'        => "User Information Changed",                                            'uic'        => 'User Information Changed',
                              'frst'       => "First",                               'frst'       => 'First Name',
                              'mddl'       => "Middle",                               'mddl'       => 'Middle Name',
                              'lst'        => "Last",                               'lst'        => 'Last Name',
      'gen'        => "Generation",                               'gen'        => 'Generation',
                              'id'         => "Student/Employee ID",                               'id'         => 'Student/Employee ID',
                              'mail'       => "Permanent E-mail",                               'mail'       => 'Permanent e-mail address',
                              'disk'       => "Disk space allocated to portfolio files",                               'disk'       => 'Disk space allocated to portfolio files',
                              'blog'       => "Blog Availability",                               'blog'       => 'Blog Availability',
                              'aboutme'    => "Home Page Availability",                               'aboutme'    => 'Personal Information Page Availability',
                              'portfolio'  => "Portfolio Availability",                               'portfolio'  => 'Portfolio Availability',
                              'official'   => "Can Request Official Courses",                               'official'   => 'Can Request Official Courses',
                              'unofficial' => "Can Request Unofficial Courses",                               'unofficial' => 'Can Request Unofficial Courses',
                              'prvs'       => "Previous",                               'prvs'       => 'Previous Value:',
                              'chto'       => "Changed To"                               'chto'       => 'Changed To:'
    );     );
                 $r->print('<h4>'.$lt{'uic'}.'</h4>'.                  $r->print('<h4>'.$lt{'uic'}.'</h4>'.
                           &Apache::loncommon::start_data_table().                            &Apache::loncommon::start_data_table().
Line 2289  END Line 2289  END
             # but we can still tell them what the name and quota and availabilities are                # but we can still tell them what the name and quota and availabilities are  
     my %lt=&Apache::lonlocal::texthash(      my %lt=&Apache::lonlocal::texthash(
                            'id'         => "Student/Employee ID",                             'id'         => "Student/Employee ID",
                            'mail'       => "Permanent e-mail",                             'mail'       => "Permanent e-mail address",
                            'disk'       => "Disk space allocated to user's portfolio files",                             'disk'       => "Disk space allocated to user's portfolio files",
                            'blog'       => "Blog Availability",                             'blog'       => "Blog Availability",
                            'aboutme'    => "Home Page Availability",                             'aboutme'    => "Home Page Availability",

Removed from v.1.283  
changed lines
  Added in v.1.284


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