[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml -
properties.dtml:1.12.16.2
Andreas Jung
cvs-admin at zope.org
Wed Nov 5 04:39:12 EST 2003
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv28857/dtml
Modified Files:
Tag: Zope-2_7-branch
properties.dtml
Log Message:
added warning to 'title' property
=== Zope/lib/python/OFS/dtml/properties.dtml 1.12.16.1 => 1.12.16.2 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.12.16.1 Mon Sep 29 08:21:50 2003
+++ Zope/lib/python/OFS/dtml/properties.dtml Wed Nov 5 04:39:12 2003
@@ -156,6 +156,12 @@
&dtml-type;
</div>
</td>
+
+ <dtml-if "id=='title'">
+ <td align="center" valign="top">
+ <div class="list-item"><b>Warning:</b> be aware that removing 'title' without re-adding it might be dangerous.</div>
+ </td>
+ </dtml-if>
</tr>
</dtml-let>
</dtml-in>
More information about the Zope-Checkins
mailing list