[Zope3-checkins] CVS: Zope3/src/zope/app/onlinehelp/browser/skin -
view_macros.pt:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 8 07:06:28 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/onlinehelp/browser/skin
In directory cvs.zope.org:/tmp/cvs-serv13053/src/zope/app/onlinehelp/browser/skin
Modified Files:
view_macros.pt
Log Message:
Adjusted code to use the new APIs for permissions and principals. Also, use
the utility service instead of the permission registry to look up permissions.
=== Zope3/src/zope/app/onlinehelp/browser/skin/view_macros.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/onlinehelp/browser/skin/view_macros.pt:1.1 Fri Feb 27 11:15:25 2004
+++ Zope3/src/zope/app/onlinehelp/browser/skin/view_macros.pt Mon Mar 8 07:05:58 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/user/title"
i18n:name="user_title">User</span>
</p>
</div>
More information about the Zope3-Checkins
mailing list