diff options
| author | jeff <jeff> | 2009-11-20 17:39:40 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2009-11-20 17:39:40 +0000 |
| commit | c1d9ee594c7a950e44c0bc6d7e4e25b3d62b9f7b (patch) | |
| tree | cc87c769ccd6830e6289135a3f15b5e824ca985f /httemplate/edit/pkg_category.html | |
| parent | 9229bcb6a2a0ef85af50bfa243bba8fdc85eba6d (diff) | |
invoice formatting: add sections for usage, add sections per svc_phone, add folding like line items into one #6592
Diffstat (limited to 'httemplate/edit/pkg_category.html')
| -rw-r--r-- | httemplate/edit/pkg_category.html | 10 |
1 files changed, 7 insertions, 3 deletions
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 = @_; + </%init> |
