[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog/www -
showEntry.pt:1.4.38.1
Chris McDonough
cvs-admin at zope.org
Tue Nov 4 12:56:28 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog/www
In directory cvs.zope.org:/tmp/cvs-serv25402
Modified Files:
Tag: Zope-2_7-branch
showEntry.pt
Log Message:
Merge patch from collector 1111. Show links above and below traceback to log entry.
=== Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt 1.4 => 1.4.38.1 ===
--- Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt:1.4 Wed Oct 16 17:26:32 2002
+++ Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt Tue Nov 4 12:56:27 2003
@@ -3,6 +3,12 @@
<h3>Exception traceback</h3>
+<p>
+<form action="manage_main" method="GET">
+<input type="submit" name="submit" value=" Return to log " />
+</form>
+</p>
+
<div tal:define="entry python:container.getLogEntryById(request.get('id'))">
<em tal:condition="not:entry">
@@ -46,6 +52,13 @@
traceback as text</a></p>
<div tal:condition="entry/req_html">
+
+<p>
+<form action="manage_main" method="GET">
+<input type="submit" name="submit" value=" Return to log " />
+</form>
+</p>
+
<h3>REQUEST</h3>
<div tal:replace="structure entry/req_html"></div>
</div>
More information about the Zope-Checkins
mailing list