[freeside-commits] freeside/httemplate/view svc_www.cgi, 1.15, 1.15.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Apr 23 07:34:13 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv22457/httemplate/view
Modified Files:
Tag: FREESIDE_1_7_BRANCH
svc_www.cgi
Log Message:
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www (backport)
Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_www.cgi,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- svc_www.cgi 5 Feb 2007 12:51:05 -0000 1.15
+++ svc_www.cgi 23 Apr 2007 14:34:10 -0000 1.15.2.1
@@ -73,6 +73,8 @@
%
% print '</TD></TR>';
%}
+ <% qq!<TR><TD ALIGN="right">Config lines</TD>! %>
+ <% qq!<TD BGCOLOR="#ffffff"><pre>!.$cgi->escapeHTML(join("\n",$svc_www->config))."</pre></TD></TR>" %>
%
%foreach (sort { $a cmp $b } $svc_www->virtual_fields) {
% print $svc_www->pvf($_)->widget('HTML', 'view', $svc_www->getfield($_)),
More information about the freeside-commits
mailing list