first part of ACL and re-skinning work and some other small stuff
[freeside.git] / httemplate / elements / select-access_group.html
1 <% 
2   my( $groupnum, %opt ) = @_;
3
4   %opt{'records'} = delete $opt{'access_group'}
5     if $opt{'access_group'};
6
7 %><%= include( '/elements/select-table.html',
8                  'table'       => 'access_group',
9                  'name_col'    => 'groupname',
10                  'value'       => $groupnum,
11                  'empty_label' => '(none)',
12                  #'hashref'     => { 'disabled' => '' },
13                  %opt,
14              )
15 %>