[Zope3-checkins] CVS: Zope3/src/zope/app/zopetop - widget_macros.pt:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 8 07:07:05 EST 2004


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

Modified Files:
	widget_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/zopetop/widget_macros.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/zopetop/widget_macros.pt:1.1	Tue Mar  2 12:11:32 2004
+++ Zope3/src/zope/app/zopetop/widget_macros.pt	Mon Mar  8 07:06:26 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/user/title" i18n:name="user_title">
      dtremea</span>
 </div>
 




More information about the Zope3-Checkins mailing list