Commit 5c642ea5 authored by Chris McDonough's avatar Chris McDonough

Merging patch from collector 1111. Show links above and below traceback to take you to log entry.

parent 205b5b70
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
<h3>Exception traceback</h3> <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'))"> <div tal:define="entry python:container.getLogEntryById(request.get('id'))">
<em tal:condition="not:entry"> <em tal:condition="not:entry">
...@@ -46,6 +52,13 @@ Traceback (text) ...@@ -46,6 +52,13 @@ Traceback (text)
traceback as text</a></p> traceback as text</a></p>
<div tal:condition="entry/req_html"> <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> <h3>REQUEST</h3>
<div tal:replace="structure entry/req_html"></div> <div tal:replace="structure entry/req_html"></div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment