[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop -
widget_macros.pt:1.1.2.2
Sidnei da Silva
sidnei at x3ng.com.br
Thu Aug 14 11:32:14 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop
In directory cvs.zope.org:/tmp/cvs-serv11501/src/zope/app/browser/skins/zopetop
Modified Files:
Tag: dreamcatcher-ttwschema-branch
widget_macros.pt
Log Message:
Oops.
=== Zope3/src/zope/app/browser/skins/zopetop/widget_macros.pt 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/browser/skins/zopetop/widget_macros.pt:1.1.2.1 Thu Aug 14 10:27:55 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/widget_macros.pt Thu Aug 14 10:32:10 2003
@@ -231,9 +231,9 @@
<div metal:define-macro="footer"
tal:define="view context/@@MetaDataBox|nothing"
- tal:condition="view/strip|nothing"
class="footer">
- <div class="metadata" tal:content="structure view" />
+ <div tal:condition="view/strip|nothing"
+ class="metadata" tal:content="structure view" />
<div i18n:translate="">Powered by Zope</div>
</div>
More information about the Zope3-Checkins
mailing list