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

andreas@serenade.digicool.com andreas@serenade.digicool.com
Fri, 25 May 2001 08:31:52 -0400


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

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




--- Updated File manageTextIndex.dtml in package Zope2 --
--- manageTextIndex.dtml	2001/05/24 20:16:55	1.1.2.9
+++ manageTextIndex.dtml	2001/05/25 12:31:51	1.1.2.10
@@ -5,6 +5,7 @@
 
 <form method="post" action="manage_setPreferences">
 
+<table border="0" cellspacing="2" cellpadding="2">
 
 <tr>
   <th align="left" width="20%">Vocabulary to use</th>
@@ -20,7 +21,11 @@
       </dtml-in>
     </select>
     
+ </td>
 
+ <td>
+   <em>Warning:</em> changing the vocabulary makes only sense when after adding the index. Changing the
+   vocabulary after indexing will result in the lose of the index.
  </td>
 </tr> 
 
@@ -57,7 +62,7 @@
 </dtml-comment>
 
 <tr>
-  <td colspan="2">
+  <td colspan="3">
     <input type="submit" value="Save changes">
   </td>
 </tr>