summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorjeff <jeff>2009-10-05 00:49:34 +0000
committerjeff <jeff>2009-10-05 00:49:34 +0000
commit947c1f964f1304242f8a6ffabacccf040f1d505e (patch)
treeba3e3a042f40ac4b1b660e944973a2f1b29f80fa /httemplate/edit
parent161eeea92a87e07d071a6c953f2dbd30daeb480c (diff)
leading summary page invoices #RT5086
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/pkg_category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html
index fdc8da638..a07dc5842 100644
--- a/httemplate/edit/pkg_category.html
+++ b/httemplate/edit/pkg_category.html
@@ -3,11 +3,13 @@
'table' => 'pkg_category',
'fields' => [
'categoryname',
+ 'weight',
{ field=>'disabled', type=>'checkbox', value=>'Y', },
],
'labels' => {
'categorynum' => 'Category number',
'categoryname' => 'Category name',
+ 'weight' => 'Weight',
'disabled' => 'Disable category',
},
'viewall_dir' => 'browse',