Subversion Repositories PEEPS

Rev

Rev 31 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 40
Line 193... Line 193...
193
   ])
193
   ])
194
  );
194
  );
Line 195... Line 195...
195
 
195
 
Line 196... Line 196...
196
  print $actionbutton;
196
  print $actionbutton;
Line 197... Line 197...
197
  
197
  
198
  return unless $leagueAdmin or inArray ($R->{$primary} ,[keys %{$org}]) or $ORCUSER->{SYSADMIN};
198
  return unless $leagueAdmin or inArray ($R->{$primary} ,[keys %{$org}]) or $user->{SYSADMIN} or $user->{SANCTIONING};
199
  
199
  
200
  my @role_section = ($h->div ({ class=>"rTableRow" },[ $h->div ({ class=>"rTableHead", style=>"font-size: smaller;" }, qw(Role Count) ) ]));
200
  my @role_section = ($h->div ({ class=>"rTableRow" },[ $h->div ({ class=>"rTableHead", style=>"font-size: smaller;" }, qw(Role Count) ) ]));