[Zope-Checkins] CVS: Zope2 - addVocabulary.dtml:1.1.2.2

andreas@serenade.digicool.com andreas@serenade.digicool.com
Tue, 29 May 2001 19:05:00 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex/dtml
In directory serenade:/tmp/cvs-serv18884

Modified Files:
      Tag: ajung-dropin-registry
	addVocabulary.dtml 
Log Message:
added splitter selection



--- Updated File addVocabulary.dtml in package Zope2 --
--- addVocabulary.dtml	2001/05/24 16:02:57	1.1.2.1
+++ addVocabulary.dtml	2001/05/29 23:04:59	1.1.2.2
@@ -26,6 +26,23 @@
     <input type="text" name="title" size="40" />
     </td>
   </tr>
+
+  <tr>
+    <td align="left" valign="top">
+    <div class="form-optional">
+    Vocabulary
+    </div>
+    </td>
+    <td align="left" valign="top">
+
+    <select name="splitter"> 
+      <dtml-in availableSplitters>
+        <option value="&dtml-sequence-key;">&dtml-sequence-item;
+      </dtml-in>
+    </select>
+
+    </td>
+  </tr>
 <tr>
   <td align="left" valign="top">
   <div class="form-label">