[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog/www - showEntry.pt:1.5

Chris McDonough cvs-admin at zope.org
Tue Nov 4 12:55:12 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog/www
In directory cvs.zope.org:/tmp/cvs-serv25023

Modified Files:
	showEntry.pt 
Log Message:
Merging patch from collector 1111.  Show links above and below traceback to take you to log entry.


=== Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt 1.4 => 1.5 ===
--- 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:55:11 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