[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.35
Stephan Richter
srichter@cosmos.phy.tufts.edu
Sat, 26 Jul 2003 09:09:50 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv9256/src/zope/app/browser/skins/rotterdam
Modified Files:
template.pt
Log Message:
Make the pagetip be able to contain HTML; only this way it is really usefull.
See the Bug Tracker, whose Legend uses the Page Tip.
=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.34 => 1.35 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.34 Sat Jul 5 09:41:58 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt Sat Jul 26 09:09:43 2003
@@ -172,7 +172,7 @@
<div class="body">
<div class="content odd">
<metal:block define-slot="pagetip"
- tal:replace="pagetip">
+ tal:replace="structure pagetip">
A short tip goes here
</metal:block>
</div>