[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/basic - view_macros.pt:1.1.32.1

Marius Gedminas marius at pov.lt
Fri Mar 19 13:51:24 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/basic
In directory cvs.zope.org:/tmp/cvs-serv26650/src/zope/app/browser/skins/basic

Modified Files:
      Tag: mgedmin-events2-branch
	view_macros.pt 
Log Message:
Added IParticipation and replaced the lists of principals in IInteraction with
a list of participations.  Made BaseRequest an IParticipation and replaced
request.user with request.principal everywhere.



=== Zope3/src/zope/app/browser/skins/basic/view_macros.pt 1.1 => 1.1.32.1 ===
--- Zope3/src/zope/app/browser/skins/basic/view_macros.pt:1.1	Thu Aug  7 13:31:04 2003
+++ Zope3/src/zope/app/browser/skins/basic/view_macros.pt	Fri Mar 19 13:50:12 2004
@@ -32,7 +32,7 @@
 
   <div metal:define-macro="logged_user">
   <p i18n:translate="">User: 
-    <span tal:replace="request/user/getTitle" i18n:name="user_title">User</span>
+    <span tal:replace="request/principal/getTitle" i18n:name="user_title">User</span>
   </p>
   </div>
 




More information about the Zope3-Checkins mailing list