X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg_summary.html;h=18a5690d04b96e5b3f3ee72f8f1e4c1bdabdf895;hp=a0ef47210f9985a891e67135e2e30b6f61790d9c;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 diff --git a/httemplate/search/cust_pkg_summary.html b/httemplate/search/cust_pkg_summary.html index a0ef47210..18a5690d0 100644 --- a/httemplate/search/cust_pkg_summary.html +++ b/httemplate/search/cust_pkg_summary.html @@ -1,4 +1,4 @@ -<% include( '/elements/header.html', 'Package Summary Report' ) %> +<& /elements/header.html, 'Package Summary Report' &>
@@ -10,7 +10,12 @@ - <% include ('/elements/tr-input-beginning_ending.html') %> + <& /elements/tr-input-beginning_ending.html &> + + <& /elements/tr-select-pkg_class.html, + 'pre_options' => [ '0' => 'all' ], + 'empty_label' => '(empty class)', + &> @@ -19,6 +24,10 @@
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Summarize packages'); +