communigate provisioning phase 2: Domain:Account Defaults:Settings: RulesAllowed...
[freeside.git] / httemplate / edit / pkg_category.html
index a07dc58..20e1093 100644 (file)
@@ -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 = @_;
+
 </%init>