[Zope-Checkins] CVS: Zope2 - addTextIndex.dtml:1.1.2.3
Andreas Jung
andreas@digicool.com
Tue, 29 May 2001 15:56:49 -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
addTextIndex.dtml
Log Message:
--- Updated File addTextIndex.dtml in package Zope2 --
--- addTextIndex.dtml 2001/05/29 18:11:06 1.1.2.2
+++ addTextIndex.dtml 2001/05/29 19:56:47 1.1.2.3
@@ -25,8 +25,25 @@
<input type="text" name="id" size="40" />
</td>
</tr>
+
<tr>
<td align="left" valign="top">
+ <div class="form-label">
+ Vocabulary
+ </div>
+ </td>
+ <td>
+ <select name="vocabulary">
+ <dtml-in "this().aq_parent.objectItems('Vocabulary')">
+ <option value="&dtml-sequence-key;">&dtml-sequence-key; (<dtml-var "_['sequence-item'].title">)
+ </dtml-in>
+ </select>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td align="left" valign="top">
<div class="form-optional">
Type
</div>
@@ -35,6 +52,8 @@
TextIndex
</td>
</tr>
+
+
<tr>
<td align="left" valign="top">
</td>