[freeside-commits] freeside/httemplate/view svc_www.cgi,1.15,1.16
Jeff Finucane,420,,
jeff at wavetail.420.am
Sat Mar 31 19:45:30 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv9667/httemplate/view
Modified Files:
svc_www.cgi
Log Message:
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_www.cgi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- svc_www.cgi 5 Feb 2007 12:51:05 -0000 1.15
+++ svc_www.cgi 1 Apr 2007 02:45:27 -0000 1.16
@@ -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