X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpkg_category.html;h=296acb5f517b4590b990760fa7a58df934a87245;hb=4d2fa2a3ad94d7c61c9429156ea121067b717d1a;hp=20bf1a8dfbe63db6ad476328fd527c4a28e6eb06;hpb=f13afe5e228a220311557e1ca6dacbf847c26baf;p=freeside.git diff --git a/httemplate/browse/pkg_category.html b/httemplate/browse/pkg_category.html index 20bf1a8df..296acb5f5 100644 --- a/httemplate/browse/pkg_category.html +++ b/httemplate/browse/pkg_category.html @@ -3,15 +3,15 @@ 'html_init' => $html_init, 'name' => 'package categories', 'disableable' => 1, - 'disabled_statuspos' => 2, + 'disabled_statuspos' => 3, 'query' => { 'table' => 'pkg_category', 'hashref' => {}, 'extra_sql' => 'ORDER BY categorynum', }, 'count_query' => $count_query, - 'header' => [ '#', 'Category' ], - 'fields' => [ 'categorynum', 'categoryname' ], - 'links' => [ $link, $link ], + 'header' => [ '#', 'Category', 'Weight', 'Condense' ], + 'fields' => [ 'categorynum', 'categoryname', 'weight', 'condense' ], + 'links' => [ $link, $link, $link, $link ], ) %>