diff options
Diffstat (limited to 'httemplate/edit/elements/category_Common.html')
-rw-r--r-- | httemplate/edit/elements/category_Common.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/httemplate/edit/elements/category_Common.html b/httemplate/edit/elements/category_Common.html deleted file mode 100644 index 8bbdcd15b..000000000 --- a/httemplate/edit/elements/category_Common.html +++ /dev/null @@ -1,24 +0,0 @@ -<% include( 'edit.html', - 'fields' => [ - 'categoryname', - 'weight', - { field=>'disabled', type=>'checkbox', value=>'Y', }, - ], - 'labels' => { - 'categorynum' => 'Category number', - 'categoryname' => 'Category name', - 'weight' => 'Weight', - 'disabled' => 'Disable category', - }, - 'viewall_dir' => 'browse', - %opt, - ) -%> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); - -my %opt = @_; - -</%init> |