Diff for /loncom/publisher/lonrights.pm between versions 1.10 and 1.11

version 1.10, 2003/09/22 15:39:53 version 1.11, 2003/10/13 22:12:55
Line 163  sub handler { Line 163  sub handler {
   my $token;    my $token;
   my $rulecounter=0;    my $rulecounter=0;
   my $colzero=&mt($constructmode?'Edit action':'Rule');    my $colzero=&mt($constructmode?'Edit action':'Rule');
 my %lt=&Apache::loncommon::texthash('ef' => 'Effect',    my %lt=&Apache::lonlocal::texthash('ef' => 'Effect',
     'do' => 'Domain',       'do' => 'Domain',
     'co' => 'Course',       'co' => 'Course',
     'se' => 'Section/Group',       'se' => 'Section/Group',
     'ro' => 'Role');       'ro' => 'Role');
 # ---------------------------------------------------------- Start table output  # ---------------------------------------------------------- Start table output
   $r->print(<<ENDSTARTTABLE);    $r->print(<<ENDSTARTTABLE);
 <table border="2">  <table border="2">

Removed from v.1.10  
changed lines
  Added in v.1.11


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