[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - view_macros.pt:1.2
Sidnei da Silva
sidnei@x3ng.com.br
Wed, 23 Oct 2002 11:01:07 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv2282/www
Modified Files:
view_macros.pt
Log Message:
* Syncing ZopeTop and ZMI
* Fixed a small typo
* Update ZopeTop to use StandardMacros view
=== Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt:1.1 Tue Oct 22 15:34:59 2002
+++ Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt Wed Oct 23 11:01:06 2002
@@ -38,9 +38,14 @@
<p>Body here</p>
</div>
+ <div metal:define-macro="logged_user">
+ <p>User: <span tal:replace="request/user/getTitle">User</span></p>
+ </div>
+
<div metal:define-macro="footer">
- <p>User: <span tal:replace="request/user/getTitle">User</span><p>
+ <p>Powered by Zope</p>
</div>
+
</body>
</html>