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

Chris McDonough chrism@zope.com
Wed, 16 Oct 2002 17:26:32 -0400


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

Modified Files:
	showEntry.pt 
Log Message:
Whoops, don't break the site error log with our "getUserName" to "getId" changes.


=== Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt 1.3 => 1.4 ===
--- Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt:1.3	Thu Apr  4 11:25:43 2002
+++ Zope/lib/python/Products/SiteErrorLog/www/showEntry.pt	Wed Oct 16 17:26:32 2002
@@ -17,8 +17,8 @@
   <td tal:content="python: DateTime(entry['time'])"></td>
  </tr>
  <tr>
-  <th align="left" valign="top">User</th>
-  <td tal:content="entry/username">joe</td>
+  <th align="left" valign="top">User Name (User Id)</th>
+  <td tal:content="string: ${entry/username} (${entry/userid})">joe (joe)</td>
  </tr>
  <tr>
   <th align="left" valign="top">Request URL</th>