X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fselect-access_group.html;h=299a66a45fd05a4919cc01b95820fcadeb05f8a1;hp=b05f565ea9437f05196feaa25c12e7f4f4cb3a24;hb=3ce7691203a7737406bf2d4442f7fd84b81f847e;hpb=15e561850b61b10a92a46d8f3e316d53d4970087 diff --git a/httemplate/elements/select-access_group.html b/httemplate/elements/select-access_group.html index b05f565ea..299a66a45 100644 --- a/httemplate/elements/select-access_group.html +++ b/httemplate/elements/select-access_group.html @@ -1,10 +1,11 @@ -<% - my( $groupnum, %opt ) = @_; - - %opt{'records'} = delete $opt{'access_group'} - if $opt{'access_group'}; - -%><%= include( '/elements/select-table.html', +% +% 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,