|
|
% if ($Group) {
<&|/l&>Group Membership&> |
<&|/l&>Action Permissions&> |
<&|/l&>Other Users&>:
|
|
<&|/l&>Current Members&>:
|
|
|
|
|
|
<&|/l&>Component Permissions&> |
|
<&|/l&>Data Field Settings&> |
<&|/l&>Category&>:
<&|/l&>Table Name&>
|
<&|/l&>Field Permissions&> |
% foreach my $table (@tables) {
% my $is_chosen = ($Table eq $table);
% my $color = $is_chosen ? '#ffffcc' : '#ffffff';
% my $overcolor = $is_chosen ? '#ffffcc' : '#cbeded';
<% $CF->{tables}{$table}{description} %> |
% }
|
% if ($Table) {
<&|/l&>Other Fields&>
|
|
<&|/l&>Accessible Fields&>
|
|
|
|
% } else {
|
<&|/l&>Please select a table on the left side to modify.&>
% }
|
|
% } else {
|
<&|/l&>Please select a group on the left side to modify.&>
% }
|