From e069ab4a6f433ee4c60b36b6cb8b7c459c80d6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 25 Dec 2020 02:53:17 +0100 Subject: [PATCH] run_my_doc: rename TestPageModule_viewCreationWizard --- .../portal_types/Test%20Page%20Module/page_fast_input.xml | 2 +- .../portal_types/Web%20Page%20Module/page_fast_input.xml | 2 +- .../erp5_run_my_doc/ERP5Site_viewTestCreationWizardGadget.zpt | 4 ++-- ...Wizard.xml => TestPageModule_viewCreationWizardDialog.xml} | 4 ++-- .../your_author.xml | 0 .../your_author_mail.xml | 0 .../your_explanation.xml | 0 .../your_image.xml | 0 .../your_slide_content.xml | 0 .../your_text_content.xml | 0 .../your_title.xml | 0 11 files changed, 6 insertions(+), 6 deletions(-) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard.xml => TestPageModule_viewCreationWizardDialog.xml} (96%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_author.xml (100%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_author_mail.xml (100%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_explanation.xml (100%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_image.xml (100%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_slide_content.xml (100%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_text_content.xml (100%) rename bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/{TestPageModule_viewCreationWizard => TestPageModule_viewCreationWizardDialog}/your_title.xml (100%) diff --git a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page%20Module/page_fast_input.xml b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page%20Module/page_fast_input.xml index b1f2f87dd5..7b82e43429 100644 --- a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page%20Module/page_fast_input.xml +++ b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page%20Module/page_fast_input.xml @@ -77,7 +77,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TestPageModule_viewCreationWizard</string> </value> + <value> <string>string:${object_url}/TestPageModule_viewCreationWizardDialog</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page%20Module/page_fast_input.xml b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page%20Module/page_fast_input.xml index faa3acf597..9bd656879a 100644 --- a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page%20Module/page_fast_input.xml +++ b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page%20Module/page_fast_input.xml @@ -77,7 +77,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TestPageModule_viewCreationWizard</string> </value> + <value> <string>string:${object_url}/TestPageModule_viewCreationWizardDialog</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/ERP5Site_viewTestCreationWizardGadget.zpt b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/ERP5Site_viewTestCreationWizardGadget.zpt index 69f5557b83..25e35e9b56 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/ERP5Site_viewTestCreationWizardGadget.zpt +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/ERP5Site_viewTestCreationWizardGadget.zpt @@ -13,10 +13,10 @@ </tr> <tr> <td style="vertical-align:middle;text-align:right;"> - <a href="./test_page_module/TestPageModule_viewCreationWizard"><span style="background-repeat: no-repeat; display: block; height: 22px; width: 22px;background-image:url('launch_icon.png');"></span></a> + <a href="./test_page_module/TestPageModule_viewCreationWizardDialog"><span style="background-repeat: no-repeat; display: block; height: 22px; width: 22px;background-image:url('launch_icon.png');"></span></a> </td> <td style="vertical-align:middle;text-align:left;"> - <a href="./test_page_module/TestPageModule_viewCreationWizard">I would like to create a new Test Page.</a> + <a href="./test_page_module/TestPageModule_viewCreationWizardDialog">I would like to create a new Test Page.</a> </td> </tr> </tbody> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog.xml similarity index 96% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog.xml index bba50c5e11..13850296fd 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog.xml @@ -114,7 +114,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>TestPageModule_viewCreationWizard</string> </value> + <value> <string>TestPageModule_viewCreationWizardDialog</string> </value> </item> <item> <key> <string>method</string> </key> @@ -122,7 +122,7 @@ </item> <item> <key> <string>name</string> </key> - <value> <string>TestPageModule_viewCreationWizard</string> </value> + <value> <string>TestPageModule_viewCreationWizardDialog</string> </value> </item> <item> <key> <string>pt</string> </key> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_author.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_author.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_author.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_author.xml diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_author_mail.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_author_mail.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_author_mail.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_author_mail.xml diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_explanation.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_explanation.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_explanation.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_explanation.xml diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_image.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_image.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_image.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_image.xml diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_slide_content.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_slide_content.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_slide_content.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_slide_content.xml diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_text_content.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_text_content.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_text_content.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_text_content.xml diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_title.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_title.xml similarity index 100% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizard/your_title.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_viewCreationWizardDialog/your_title.xml -- 2.30.9