[Zope3-checkins] CVS: Zope3/src/zope/products/zwiki/browser/skin - template.pt:1.1.16.1

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


Update of /cvs-repository/Zope3/src/zope/products/zwiki/browser/skin
In directory cvs.zope.org:/tmp/cvs-serv26650/src/zope/products/zwiki/browser/skin

Modified Files:
      Tag: mgedmin-events2-branch
	template.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/products/zwiki/browser/skin/template.pt 1.1 => 1.1.16.1 ===
--- Zope3/src/zope/products/zwiki/browser/skin/template.pt:1.1	Tue Dec 16 05:05:54 2003
+++ Zope3/src/zope/products/zwiki/browser/skin/template.pt	Fri Mar 19 13:50:54 2004
@@ -68,9 +68,9 @@
 
       <div id="personal" i18n:translate="">
         User:
-        <tal:block replace="request/user/getTitle" 
+        <tal:block replace="request/principal/getTitle" 
             i18n:name="user">User</tal:block>
-        (<tal:block replace="request/user/getLogin" 
+        (<tal:block replace="request/principal/getLogin" 
             tal:on-error="string:anonymous"
             i18n:name="login">login</tal:block>)
 




More information about the Zope3-Checkins mailing list