[Checkins] SVN: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/ Fixed plugin management links on the Active screen.

Stefan H. Holek stefan at epy.co.at
Fri Mar 27 11:02:42 EDT 2009


Log message for revision 98425:
  Fixed plugin management links on the Active screen.

Changed:
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/CHANGES.txt
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/www/active_plugins.zpt

-=-
Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/CHANGES.txt
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/CHANGES.txt	2009-03-27 14:39:46 UTC (rev 98424)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/CHANGES.txt	2009-03-27 15:02:41 UTC (rev 98425)
@@ -1,6 +1,12 @@
 PluginRegistry Product Changelog
 ================================
 
+Next Release
+------------
+
+- Fixed plugin management links on the Active screen.
+
+
 PluginRegistry 1.1.3.1 (2007-12-07)
 -----------------------------------
 

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/www/active_plugins.zpt
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/www/active_plugins.zpt	2009-03-27 14:39:46 UTC (rev 98424)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/www/active_plugins.zpt	2009-03-27 15:02:41 UTC (rev 98425)
@@ -20,7 +20,7 @@
 
      <td class="form-text">
        <a href="?plugin_type=PTYPE"
-          tal:attributes="href string:?plugin_type=${info/id}"
+          tal:attributes="href string:manage_plugins?plugin_type=${info/id}"
           tal:content="string: ${info/title/title} Plugins"
        >PLUGIN TYPE DESCRIPTION</a>
      </td>



More information about the Checkins mailing list