summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-access_group.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-access_group.html')
-rw-r--r--httemplate/elements/tr-select-access_group.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/httemplate/elements/tr-select-access_group.html b/httemplate/elements/tr-select-access_group.html
deleted file mode 100644
index e443ad2..0000000
--- a/httemplate/elements/tr-select-access_group.html
+++ /dev/null
@@ -1,22 +0,0 @@
-%
-% my( $groupnum, %opt ) = @_;
-%
-% $opt{'access_group'} ||= [ qsearch( 'access_group', {} ) ]; # { disabled=>'' } )
-%
-% #warn "***** tr-select-access_group: \n". Dumper(%opt);
-%
-% if ( scalar(@{ $opt{'access_group'} }) == 0 ) {
-
-
- <INPUT TYPE="hidden" NAME="groupnum" VALUE="">
-% } else {
-
-
- <TR>
- <TD ALIGN="right"><% $opt{'label'} || 'Access group' %></TD>
- <TD>
- <% include( '/elements/select-access_group.html', $groupnum, %opt ) %>
- </TD>
- </TR>
-% }
-