diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 13:25:58 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 13:25:58 -0700 |
commit | f926513f6aa8cc228f62f8b1f582bb823c021cdc (patch) | |
tree | 9d7d1225112db4e3767899b52fbb1ef772bd1e28 /httemplate/browse/pkg_category.html | |
parent | c6c8d0ffa48f07b5c1b7df7981bc28322d47cf70 (diff) |
installers, RT#16584
Diffstat (limited to 'httemplate/browse/pkg_category.html')
-rw-r--r-- | httemplate/browse/pkg_category.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/browse/pkg_category.html b/httemplate/browse/pkg_category.html index 2c181a3db..67ee03501 100644 --- a/httemplate/browse/pkg_category.html +++ b/httemplate/browse/pkg_category.html @@ -9,9 +9,9 @@ 'order_by' => 'ORDER BY categorynum', }, 'count_query' => $count_query, - 'header' => [ '#', 'Category', 'Weight', 'Condense' ], - 'fields' => [ 'categorynum', 'categoryname', 'weight', 'condense' ], - 'links' => [ $link, $link, $link, $link ], + 'header' => [ 'Category', 'Weight', 'Ticketing', 'Condense' ], + 'fields' => [ 'categoryname', 'weight', 'ticketing_queue', 'condense' ], + 'links' => [ $link, '', '', '', ] ) %> |