[kupu-checkins] r40800 - kupu/trunk/kupu/plone

hannosch at codespeak.net hannosch at codespeak.net
Tue Mar 20 00:52:25 CET 2007


Author: hannosch
Date: Tue Mar 20 00:52:24 2007
New Revision: 40800

Modified:
   kupu/trunk/kupu/plone/kupu_config.pt
Log:
Fixed link to the filter control panel


Modified: kupu/trunk/kupu/plone/kupu_config.pt
==============================================================================
--- kupu/trunk/kupu/plone/kupu_config.pt	(original)
+++ kupu/trunk/kupu/plone/kupu_config.pt	Tue Mar 20 00:52:24 2007
@@ -202,7 +202,7 @@
 <legend i18n:translate="legend_html_filter">HTML Filter</legend>
 
 <div tal:condition="here/have_plone_filtering|nothing">
-	Please use the <a href="#" tal:attributes="href string:${portal_url}/@@filter-controlpanel.html">
+	Please use the <a href="#" tal:attributes="href string:${portal_url}/@@filter-controlpanel">
 	Plone HTML filter control panel</a> to set filtering options.
 </div>
 <table tal:condition="not:here/have_plone_filtering|nothing">


More information about the kupu-checkins mailing list