Diff for /loncom/auth/lonroles.pm between versions 1.231.4.5 and 1.231.4.7

version 1.231.4.5, 2010/01/02 18:41:56 version 1.231.4.7, 2010/01/02 18:50:52
Line 663  ENDHEADER Line 663  ENDHEADER
             } else {              } else {
         $r->print(          $r->print(
  '<h3><span class="LC_error">'.   '<h3><span class="LC_error">'.
  &mt('You need to choose another user role or enter a specific course or community for this function').'</span></h3>');   &mt('You need to choose another user role or enter a specific course or community for this function.').
    '</span></h3>');
     }      }
         }          }
     }      }
Line 1097  sub roletable_headers { Line 1098  sub roletable_headers {
 }  }
   
 sub roletypes {  sub roletypes {
     my @types = ('Domain','Construction Space','Course','Unavailable','System');      my @types = ('Domain','Construction Space','Course','Community','Unavailable','System');
     return @types;       return @types; 
 }  }
   

Removed from v.1.231.4.5  
changed lines
  Added in v.1.231.4.7


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