[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml - addZCTextIndex.dtml:1.9 manageZCTextIndex.dtml:1.11
Andreas Jung
andreas@andreas-jung.com
Sun, 2 Feb 2003 14:18:15 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv27745/lib/python/Products/ZCTextIndex/dtml
Modified Files:
addZCTextIndex.dtml manageZCTextIndex.dtml
Log Message:
re-added multiple attribute support - all unit tests pass
=== Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml 1.8 => 1.9 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml:1.8 Sun Feb 2 13:40:20 2003
+++ Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml Sun Feb 2 14:18:12 2003
@@ -32,10 +32,11 @@
<tr>
<td align="left" valign="top">
<div class="form-label">
- Field name
+ Indexed attributes
</div></td>
<td align="left" valign="top">
<input type="text" name="extra.doc_attr:record" size="40" />
+ <em>attribute1,attribute2,...</em> or leave empty
</td>
</tr>
=== Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml 1.10 => 1.11 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml:1.10 Sun Feb 2 13:40:20 2003
+++ Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml Sun Feb 2 14:18:12 2003
@@ -2,8 +2,8 @@
<dtml-var manage_tabs>
<p class="form-help">
- Name of attribute indexed:
- <em>&dtml-getFieldName;</em>
+ Name(s) of attribute(s) indexed:
+ <em><dtml-var "', '.join(getIndexSourceNames())"></em>
</p>
<p class="form-help">
Index type: