X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg_summary.html;h=18a5690d04b96e5b3f3ee72f8f1e4c1bdabdf895;hp=f9adf044e7036dced7a34f46f25a17bbe3dd01f2;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=af42c70c94eb8fbb363238fba056d98ee2204b8f diff --git a/httemplate/search/cust_pkg_summary.html b/httemplate/search/cust_pkg_summary.html index f9adf044e..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,10 +24,10 @@
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> die "access denied" - unless $curuser->access_right('Summarize packages'); + unless $FS::CurrentUser::CurrentUser->access_right('Summarize packages');