summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-access_group.html
blob: b05f565ea9437f05196feaa25c12e7f4f4cb3a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% 
  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,
             )
%>