summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-23 14:34:10 +0000
committerjeff <jeff>2007-04-23 14:34:10 +0000
commit1630fe1a8190feb6f0e7a1187333e01af9bea3f2 (patch)
tree685311f71bfbbd03b2770cfe61fd02e62a4c4b8e /httemplate/view
parent5080562bde309a0501f003b1d6fa35d29f0885bd (diff)
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www (backport)
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_www.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi
index 0579a55b4..c503d1829 100644
--- a/httemplate/view/svc_www.cgi
+++ b/httemplate/view/svc_www.cgi
@@ -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($_)),