From f38a68a13de191bc9fe41975c9ea8c84cafb6209 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 1 Feb 2013 02:53:17 -0800 Subject: [PATCH] add advanced phone number search, RT#21054 --- httemplate/search/report_svc_phone.html | 36 ++++--------------------- 1 file changed, 5 insertions(+), 31 deletions(-) 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', +&> -- 2.20.1