From 4a476092eda9c8e42292cc7bf01f5c73cf5abcd0 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 29 Mar 2008 09:11:54 +0000 Subject: add quick links for unprocessed and processed CDRs to svc_phone view --- httemplate/view/elements/svc_Common.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'httemplate/view/elements') diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index 0500248b1..b6d8e652f 100644 --- a/httemplate/view/elements/svc_Common.html +++ b/httemplate/view/elements/svc_Common.html @@ -84,6 +84,18 @@ Service #<% $svcnum %>
+ +% if ( defined($opt{'html_foot'}) ) { + + <% ref($opt{'html_foot'}) + ? &{ $opt{'html_foot'} }($svc_x) + : $opt{'html_foot'} + %> +
+ +% } + + <% joblisting({'svcnum'=>$svcnum}, 1) %> <% include('/elements/footer.html') %> -- cgit v1.2.1