diff options
| author | ivan <ivan> | 2008-03-29 09:12:06 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-03-29 09:12:06 +0000 | 
| commit | 1c55c2f7b069bec5f64e2f69901cb34abbbef624 (patch) | |
| tree | 8cd502e2b7bef2c7c62e7b10e179def79213f60f /httemplate/view/elements | |
| parent | 52cf328cb18c3062e91b5acb7da14d50be90c9f1 (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.html | 12 | 
1 files changed, 12 insertions, 0 deletions
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 #<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') %>  | 
