[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - addTextIndexNG.dtml:1.1.2.11

Andreas Jung andreas@digicool.com
Wed, 27 Feb 2002 20:23:17 -0500


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

Modified Files:
      Tag: ajung-textindexng-branch
	addTextIndexNG.dtml 
Log Message:
added converters support through ZMI


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/addTextIndexNG.dtml 1.1.2.10 => 1.1.2.11 ===
   <tr>
     <td align="left" valign="top">
+    <div class="form-label">
+    use converters
+    </div>
+    </td>
+    <td>
+    <select name="extra.useConverters:record:int">  
+      <dtml-in "((0,'no'),(1,'yes'))">
+        <option value="&dtml-sequence-key;">&dtml-sequence-item; 
+      </dtml-in>
+    </select>
+    </td> 
+  </tr>
+
+  <tr>
+    <td align="left" valign="top">
     <div class="form-optional">
     Type
     </div>