X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpkg_category.html;h=20e1093833b3e42eda626379591ae831676b48f5;hb=20f38e4c256094bd938b732950e8f93319f851a5;hp=a07dc58429b40b92ddfbaae759b23dd49f9c9717;hpb=947c1f964f1304242f8a6ffabacccf040f1d505e;p=freeside.git diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html index a07dc5842..20e109383 100644 --- a/httemplate/edit/pkg_category.html +++ b/httemplate/edit/pkg_category.html @@ -4,21 +4,25 @@ 'fields' => [ 'categoryname', 'weight', + { field=>'condense', type=>'checkbox', value=>'Y', }, { field=>'disabled', type=>'checkbox', value=>'Y', }, ], - 'labels' => { + 'labels' => { 'categorynum' => 'Category number', 'categoryname' => 'Category name', 'weight' => 'Weight', - 'disabled' => 'Disable category', + '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 = @_; +