[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop - widget_macros.pt:1.3.18.1

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


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

Modified Files:
      Tag: mgedmin-events2-branch
	widget_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/zopetop/widget_macros.pt 1.3 => 1.3.18.1 ===
--- Zope3/src/zope/app/browser/skins/zopetop/widget_macros.pt:1.3	Sat Dec  6 12:03:32 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/widget_macros.pt	Fri Mar 19 13:50:30 2004
@@ -10,7 +10,7 @@
 
 <div class="user" metal:define-macro="logged_user" i18n:translate="">
    Logged in as
-   <span tal:replace="request/user/getTitle" i18n:name="user_title">
+   <span tal:replace="request/principal/getTitle" i18n:name="user_title">
      dtremea</span>
 </div>
 




More information about the Zope3-Checkins mailing list