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

Andreas Jung andreas@andreas-jung.com
Tue, 26 Nov 2002 12:17:44 -0500


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

Modified Files:
      Tag: ajung-oneindex-multipleattributes-branch
	addFieldIndex.dtml 
Log Message:
added multi-attribute indexing support for UnIndex base class and FieldIndex


=== Zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml 1.2 => 1.2.174.1 ===
--- 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	Tue Nov 26 12:17:43 2002
@@ -25,6 +25,18 @@
     <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" />
+    </td>
+  </tr>
+
   <tr>
     <td align="left" valign="top">
     <div class="form-optional">