summaryrefslogtreecommitdiff
path: root/httemplate/view/elements
diff options
context:
space:
mode:
authorivan <ivan>2008-03-29 09:11:54 +0000
committerivan <ivan>2008-03-29 09:11:54 +0000
commit4a476092eda9c8e42292cc7bf01f5c73cf5abcd0 (patch)
tree293bc4356ea90cc08e140d3487b1345b1bc5da1d /httemplate/view/elements
parentcf388e9e55e5c1125a4ac7b8f2a1b3354d46f59b (diff)
add quick links for unprocessed and processed CDRs to svc_phone view
Diffstat (limited to 'httemplate/view/elements')
-rw-r--r--httemplate/view/elements/svc_Common.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html
index 0500248..b6d8e65 100644
--- a/httemplate/view/elements/svc_Common.html
+++ b/httemplate/view/elements/svc_Common.html
@@ -84,6 +84,18 @@ Service #<B><% $svcnum %></B>
</TABLE></TD></TR></TABLE>
<BR>
+
+% if ( defined($opt{'html_foot'}) ) {
+
+ <% ref($opt{'html_foot'})
+ ? &{ $opt{'html_foot'} }($svc_x)
+ : $opt{'html_foot'}
+ %>
+ <BR>
+
+% }
+
+
<% joblisting({'svcnum'=>$svcnum}, 1) %>
<% include('/elements/footer.html') %>