[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/onlinehelp -
view_macros.pt:1.1.32.1
Marius Gedminas
marius at pov.lt
Fri Mar 19 13:50:59 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/onlinehelp
In directory cvs.zope.org:/tmp/cvs-serv26650/src/zope/app/browser/skins/onlinehelp
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/onlinehelp/view_macros.pt 1.1 => 1.1.32.1 ===
--- Zope3/src/zope/app/browser/skins/onlinehelp/view_macros.pt:1.1 Thu Aug 7 13:31:22 2003
+++ Zope3/src/zope/app/browser/skins/onlinehelp/view_macros.pt Fri Mar 19 13:50:13 2004
@@ -25,7 +25,7 @@
<div metal:define-macro="logged_user">
<p i18n:translate="">
User:
- <span tal:replace="request/user/getTitle"
+ <span tal:replace="request/principal/getTitle"
i18n:name="user_title">User</span>
</p>
</div>
More information about the Zope3-Checkins
mailing list