[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml - addKeywordIndex.dtml:1.3
Andreas Jung
andreas@andreas-jung.com
Thu, 23 Jan 2003 12:46:58 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv19547/lib/python/Products/PluginIndexes/KeywordIndex/dtml
Modified Files:
addKeywordIndex.dtml
Log Message:
Merging ajung-oneindex-multipleattributes-branch
This implements: http://lists.zope.org/pipermail/zope-coders/20002-November/002680.html
=== Zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml 1.2 => 1.3 ===
--- Zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml:1.2 Wed May 30 11:57:32 2001
+++ Zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml Thu Jan 23 12:46:25 2003
@@ -24,6 +24,19 @@
<input type="text" name="id" size="40" />
</td>
</tr>
+
+ <tr>
+ <td align="left" valign="top">
+ <div class="form-label">
+ Indexed attributes
+ </div>
+ </td>
+ <td align="left" valign="top">
+ <input type="text" name="extra.indexed_attrs:record:string" size="40" />
+ <em>attribute1,attribute2,...</em> or leave empty
+ </td>
+ </tr>
+
<tr>
<td align="left" valign="top">
<div class="form-optional">