pad LDAP base64-encoded md5 and sha1 passwords to 4 byte boundries with =, RT#13192
[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 %
8 <% include( '/elements/select-table.html',
9                  'table'       => 'access_group',
10                  'name_col'    => 'groupname',
11                  'value'       => $groupnum,
12                  'empty_label' => '(none)',
13                  #'hashref'     => { 'disabled' => '' },
14                  %opt,
15              )
16 %>