[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml - manageZCTextIndex.dtml:1.6.4.1
Chris McDonough
chrism@zope.com
Tue, 10 Sep 2002 23:37:08 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv22446/lib/python/Products/ZCTextIndex/dtml
Modified Files:
Tag: chrism-install-branch
manageZCTextIndex.dtml
Log Message:
Merging chrism-install-branch with HEAD changes.
=== Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml 1.6 => 1.6.4.1 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml:1.6 Wed Aug 14 17:43:46 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml Tue Sep 10 23:36:37 2002
@@ -11,9 +11,9 @@
</p>
<p class="form-help">
ZCTextIndex Lexicon used:
- <dtml-if getLexiconPath>
- <a href="<dtml-var getLexiconPath>/manage_main"
- ><dtml-var getLexiconPath></a>
+ <dtml-if getLexiconURL>
+ <a href="<dtml-var getLexiconURL>/manage_main"
+ ><dtml-var getLexiconURL></a>
<dtml-else>
<em>(Lexicon Not Found)</em>
</dtml-if>