[Zope-Checkins] CVS: Zope2 - manageTextIndex.dtml:1.1.2.8

Andreas Jung andreas@digicool.com
Thu, 24 May 2001 15:38:55 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex/dtml
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/TextIndex/dtml

Modified Files:
      Tag: ajung-dropin-registry
	manageTextIndex.dtml 
Log Message:




--- Updated File manageTextIndex.dtml in package Zope2 --
--- manageTextIndex.dtml	2001/05/22 16:23:38	1.1.2.7
+++ manageTextIndex.dtml	2001/05/24 19:38:44	1.1.2.8
@@ -4,12 +4,24 @@
 <p class="form-help">
 Nothing to manage at this time.
 
-<dtml-comment>
 <form method="post" action="manage_setPreferences">
 
 <table border="1" width="100%">
 
 <tr>
+  <th>Vocabulary to use</th>
+
+  <td>
+    <select name="vocabulary">
+      <dtml-in "aq_parent.aq_parent.objectItems()">
+        <option value="<dtml-var sequence-key>"><dtml-var sequence-key>
+      </dtml-in>
+    </select>
+ </td>
+</tr> 
+
+<dtml-comment>
+<tr>
   <th align="left">Splitter</th>
   <td>
     <select name="splitter"> 
@@ -38,6 +50,7 @@
     </select>
   </td>
 </tr>
+</dtml-comment>
 
 <tr>
   <td colspan="2">
@@ -48,6 +61,5 @@
 </table>
 
 </form>
-</dtml-comment>
 
 <dtml-var manage_page_footer>