[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/FieldIndex/dtml - addFieldIndex.dtml:1.3

Andreas Jung andreas@andreas-jung.com
Thu, 23 Jan 2003 12:46:55 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/FieldIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv19547/lib/python/Products/PluginIndexes/FieldIndex/dtml

Modified Files:
	addFieldIndex.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/FieldIndex/dtml/addFieldIndex.dtml 1.2 => 1.3 ===
--- Zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml:1.2	Wed May 30 11:57:32 2001
+++ Zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml	Thu Jan 23 12:46:22 2003
@@ -25,6 +25,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">