[freeside-commits] freeside/httemplate/view/elements svc_Common.html, 1.6, 1.7
Ivan,,,
ivan at wavetail.420.am
Sat Mar 29 02:11:57 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/view/elements
In directory wavetail.420.am:/tmp/cvs-serv1533/elements
Modified Files:
svc_Common.html
Log Message:
add quick links for unprocessed and processed CDRs to svc_phone view
Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/elements/svc_Common.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- svc_Common.html 13 Jan 2008 20:46:44 -0000 1.6
+++ svc_Common.html 29 Mar 2008 09:11:54 -0000 1.7
@@ -84,6 +84,18 @@
</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') %>
More information about the freeside-commits
mailing list