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

Andreas Jung andreas@digicool.com
Sun, 17 Feb 2002 15:55:18 -0500


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

Modified Files:
      Tag: ajung-textindexng-branch
	addTextIndexNG.dtml 
Log Message:
commented vocabulary selection


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/addTextIndexNG.dtml 1.1.2.8 => 1.1.2.9 ===
   </tr>
 
+
+<dtml-comment>
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
@@ -42,6 +44,7 @@
     
     </td> 
   </tr>
+</dtml-comment>
 
   <tr>
     <td align="left" valign="top">
@@ -164,7 +167,9 @@
     <td>
     <select name="extra.nearDistance:record:int">  
       <dtml-in "_.range(1,20)">
-        <option value="&dtml-sequence-item;">&dtml-sequence-item;</option>
+        <option value="&dtml-sequence-item;"
+          <dtml-if "_['sequence-item']==5">SELECTED</dtml-if>
+        >&dtml-sequence-item;</option>
       </dtml-in>
     </select>
     </td>