From: Ivan Kohler Date: Fri, 1 Feb 2013 10:53:17 +0000 (-0800) Subject: add advanced phone number search, RT#21054 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f38a68a13de191bc9fe41975c9ea8c84cafb6209;p=freeside.git add advanced phone number search, RT#21054 --- diff --git a/httemplate/search/report_svc_phone.html b/httemplate/search/report_svc_phone.html index 9f1042608..63ca03e16 100644 --- a/httemplate/search/report_svc_phone.html +++ b/httemplate/search/report_svc_phone.html @@ -1,32 +1,6 @@ -<% include('/elements/header.html', 'Phone number total usage' ) %> +<& elements/report_svc_Common.html, + 'table' => 'svc_phone', + 'title' => 'Phone number report', -
- - - - - - -%# -%# -%# - - <% include ( '/elements/tr-input-beginning_ending.html', prefix=>'usage' ) %> - -
-%# Search options -%#
- -
- - -
- -<% include('/elements/footer.html') %> -<%init> - -#? 'List services' ? something new? -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('List rating data'); - - + 'action' => 'svc_phone.cgi', +&>