Commit ba10ab17 authored by Fabien Morin's avatar Fabien Morin

As the form GadgetTool_viewPrettyGadgetDialog is not called on the GadgetTool...

As the form GadgetTool_viewPrettyGadgetDialog is not called on the GadgetTool itself, rename it to make it
compliant with the naming convention. Also remove the 'Pretty' word as it has no meaning.

(previous commit seems to partially failed)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent efd0e1fc
......@@ -114,7 +114,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>GadgetTool_viewPrettyGadgetDialog</string> </value>
<value> <string>Base_viewGadgetListDialog</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......
......@@ -68,7 +68,7 @@
<a href="GadgetTool_viewPrettyGadgetList"\n
tal:condition="not: isKnowledgePadTemplateUsed"\n
tal:attributes="href python:\n
\'GadgetTool_viewPrettyGadgetDialog?reset=1&cancel_url=%s&active_pad_relative_url=%s&mode=%s\'\n
\'Base_viewGadgetListDialog?reset=1&cancel_url=%s&active_pad_relative_url=%s&mode=%s\'\n
%(cancel_url, \n
active_knowledge_pad.getRelativeUrl(), mode);"\n
title="Click to add portlets"\n
......
447
\ No newline at end of file
449
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment