summaryrefslogtreecommitdiff
path: root/httemplate/edit/pkg_category.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/pkg_category.html')
-rw-r--r--httemplate/edit/pkg_category.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html
deleted file mode 100644
index 3be74c7..0000000
--- a/httemplate/edit/pkg_category.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<% include( 'elements/edit.html',
- 'name_singular' => 'Package Category',
- 'table' => 'pkg_category',
- 'fields' => [
- 'categoryname',
- 'weight',
- { field=>'condense', type=>'checkbox', value=>'Y', },
- { field=>'disabled', type=>'checkbox', value=>'Y', },
- ],
- 'labels' => {
- 'categorynum' => 'Category number',
- 'categoryname' => 'Category name',
- 'weight' => 'Weight',
- 'condense' => 'Collapse identical items to one',
- 'disabled' => 'Disable category',
- },
- 'viewall_dir' => 'browse',
- %opt,
- )
-%>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
-
-my %opt = @_;
-
-</%init>