summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-access_group.html
blob: 299a66a45fd05a4919cc01b95820fcadeb05f8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% 
%  my( $groupnum, %opt ) = @_;
%
%  %opt{'records'} = delete $opt{'access_group'}
%    if $opt{'access_group'};
%
%
<% include( '/elements/select-table.html',
                 'table'       => 'access_group',
                 'name_col'    => 'groupname',
                 'value'       => $groupnum,
                 'empty_label' => '(none)',
                 #'hashref'     => { 'disabled' => '' },
                 %opt,
             )
%>