& /Admin/Elements/Header, Title => $title &> <& /Elements/Tabs &> <& /Elements/ListActions, actions => \@results &>
<%INIT> Abort("No form group id found") unless $id; my $form_group_attribute = RT::Attribute->new($session{'CurrentUser'}); my ($ok, $msg) = $form_group_attribute->Load($id); unless ( $ok ) { Abort("Unable to load form with id $id"); } my @results = ProcessACLs( \%ARGS ); my $title = loc('Modify group rights for Form [_1]', $form_group_attribute->Description); # Principal collections my @principals = GetPrincipalsMap($form_group_attribute, qw(System Groups)); %INIT> <%ARGS> $id => undef %ARGS>