From 3c8ae08f31901721af2a768199316121abc4c190 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Sat, 27 Jun 2009 02:25:13 +0000 Subject: [PATCH] rename obsoleted form names. * 'form_view_dialog' -> 'form_dialog' * 'form_folder_delete' -> 'form_dialog' * 'form_list_relation' -> 'relation_form' * 'form_sort' -> 'sort_list_dialog' * 'list_dialog_master' -> 'list_dialog' * 'form_list' -> 'configure_list_dialog' * 'view_master' -> 'view_main' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27805 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml | 2 +- .../portal_skins/erp5_svn/BusinessTemplate_viewSvnInfos.xml | 2 +- .../portal_skins/erp5_svn/BusinessTemplate_viewSvnInfosFile.xml | 2 +- .../portal_skins/erp5_svn/BusinessTemplate_viewSvnMultiDiff.xml | 2 +- .../portal_skins/erp5_svn/BusinessTemplate_viewSvnShowFile.xml | 2 +- .../portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml | 2 +- bt5/erp5_forge/bt/revision | 2 +- .../portal_skins/erp5_ui_test/Foo_viewFastInput.xml | 2 +- bt5/erp5_ui_test/bt/revision | 2 +- .../portal_skins/erp5_core/Alarm_viewSolveDialog.xml | 2 +- .../erp5_core/BaseWorkflow_viewWorkflowActionDialog.xml | 2 +- .../portal_skins/erp5_core/Base_configureUI.xml | 2 +- .../portal_skins/erp5_core/Base_viewConsistencyRepairReport.xml | 2 +- .../portal_skins/erp5_core/Base_viewConsistencyReport.xml | 2 +- .../portal_skins/erp5_core/Base_viewErrorReport.xml | 2 +- .../portal_skins/erp5_core/Base_viewRelatedObjectList.xml | 2 +- .../portal_skins/erp5_core/Base_viewWorkflowActionDialog.xml | 2 +- .../erp5_core/BusinessTemplate_viewInstallationDialog.xml | 2 +- .../portal_skins/erp5_core/Folder_viewDeleteDialog.xml | 2 +- .../portal_skins/erp5_core/Folder_viewSortOnDialog.xml | 2 +- .../portal_skins/erp5_core/Folder_viewWorkflowActionDialog.xml | 2 +- .../TemplateTool_installRepositoryBusinessTemplateList.xml | 2 +- .../erp5_core/TemplateTool_viewMultiInstallationDialog.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml index 46a3825249..38f58958c2 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml @@ -69,7 +69,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n \'%s/ERP5Subversion_menuico.js\' % portal_path,\n \'%s/ERP5Subversion_movableMenu.js\' % portal_path,\n \'%s/ERP5Subversion_doCreateJavaScriptDiff.js\' % portal_path]">\n - <tal:block metal:use-macro="here/view_master/macros/master">\n + <tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:fill-slot="main">\n <tal:py replace="structure \n here/BusinessTemplate_doSvnDiff">diff here</tal:py>\n diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfos.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfos.xml index 89495fda04..47041bc212 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfos.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfos.xml @@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n -->\n </tal:block>\n -<tal:block metal:use-macro="here/view_master/macros/master">\n +<tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:fill-slot="main">\n \n <tal:block tal:define="dict context/entry_dict">\n diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfosFile.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfosFile.xml index 95b4e63799..7fe654c855 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfosFile.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnInfosFile.xml @@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n -->\n </tal:block>\n -<tal:block metal:use-macro="here/view_master/macros/master">\n +<tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:fill-slot="main">\n \n <tal:block tal:define="path context/file; infos_dict context/infos_dict">\n diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnMultiDiff.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnMultiDiff.xml index 8ae465a085..58120d5db7 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnMultiDiff.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnMultiDiff.xml @@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n -->\n </tal:block>\n -<tal:block metal:use-macro="here/view_master/macros/master">\n +<tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:fill-slot="main">\n \n <tal:py replace="structure \n diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnShowFile.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnShowFile.xml index 8f928239a7..de7a20df2f 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnShowFile.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnShowFile.xml @@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n -->\n </tal:block>\n -<tal:block metal:use-macro="here/view_master/macros/master">\n +<tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:fill-slot="main">\n <br/>\n <tal:block tal:content="structure python: context.getPortalObject()[\'portal_subversion\'].fileHTML(context,context.REQUEST[\'file\'])">file content</tal:block>\n diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml index 939459b8db..312d3b084d 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml @@ -72,7 +72,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n \'%s/ERP5Subversion_menuico.js\' % portal_path,\n \'%s/ERP5Subversion_movableMenu.js\' % portal_path,\n \'%s/ERP5Subversion_doCreateJavaScriptStatus.js\' % portal_path]">\n - <tal:block metal:use-macro="here/view_master/macros/master">\n + <tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:fill-slot="main">\n <noscript>\n <h3 class="error">Please activate javascript in your web browser or this module won\'t work.</h3>\n diff --git a/bt5/erp5_forge/bt/revision b/bt5/erp5_forge/bt/revision index c1c84bb799..2d3d9c27b6 100644 --- a/bt5/erp5_forge/bt/revision +++ b/bt5/erp5_forge/bt/revision @@ -1 +1 @@ -471 \ No newline at end of file +472 \ No newline at end of file diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewFastInput.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewFastInput.xml index 9e3dbdfc1c..0a4d33b990 100644 --- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewFastInput.xml +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewFastInput.xml @@ -95,7 +95,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>list_dialog_master</string> </value> + <value> <string>list_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 3fa694f245..9ec873d37d 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -437 \ No newline at end of file +438 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Alarm_viewSolveDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Alarm_viewSolveDialog.xml index a6e908550d..39380359fc 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Alarm_viewSolveDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Alarm_viewSolveDialog.xml @@ -117,7 +117,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_view_dialog</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseWorkflow_viewWorkflowActionDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseWorkflow_viewWorkflowActionDialog.xml index b328ea018b..2652c1bcfb 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseWorkflow_viewWorkflowActionDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseWorkflow_viewWorkflowActionDialog.xml @@ -86,7 +86,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_view_dialog</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureUI.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureUI.xml index 87cf5c1a37..fbb9fde211 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureUI.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureUI.xml @@ -76,7 +76,7 @@ for x in range(len(field_columns)):\n stat_columns[x] = \' \'\n \n \n -# The file named "form_list_ui.pt" displays first, columns in selection and then, those\n +# The page template named "configure_list_dialog" displays first, columns in selection and then, those\n # which are defined by default in the corresponding listbox properties. So field_columns\n # and stat_columns may not be ordered the same way. So the script below sort the\n # field_column list so as to have every \'None\' at the end of the list\n diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyRepairReport.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyRepairReport.xml index bb877b2ac5..e12574120b 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyRepairReport.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyRepairReport.xml @@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n xml:lang="en"\n xmlns:tal="http://xml.zope.org/namespaces/tal"\n xmlns:metal="http://xml.zope.org/namespaces/metal"\n - metal:use-macro="here/view_master/macros/master">\n + metal:use-macro="here/view_main/macros/master">\n \n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyReport.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyReport.xml index 4a7a1d0bee..77837122bf 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyReport.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewConsistencyReport.xml @@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n xml:lang="en"\n xmlns:tal="http://xml.zope.org/namespaces/tal"\n xmlns:metal="http://xml.zope.org/namespaces/metal"\n - metal:use-macro="here/view_master/macros/master">\n + metal:use-macro="here/view_main/macros/master">\n \n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewErrorReport.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewErrorReport.xml index 9b4208edc8..6b391f398c 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewErrorReport.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewErrorReport.xml @@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n xml:lang="en"\n xmlns:tal="http://xml.zope.org/namespaces/tal"\n xmlns:metal="http://xml.zope.org/namespaces/metal"\n - metal:use-macro="here/view_master/macros/master">\n + metal:use-macro="here/view_main/macros/master">\n \n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList.xml index 41c26d9426..87c7decb3c 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList.xml @@ -89,7 +89,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_list_relation</string> </value> + <value> <string>relation_form</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewWorkflowActionDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewWorkflowActionDialog.xml index 130de3f3a2..4ac509d962 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewWorkflowActionDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewWorkflowActionDialog.xml @@ -86,7 +86,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_view_dialog</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml index 3ad6709f66..6fad79f99a 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml @@ -122,7 +122,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_view_dialog</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog.xml index b7ebb77120..7e8aace9c7 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog.xml @@ -104,7 +104,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_folder_delete</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSortOnDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSortOnDialog.xml index 0d12c479fc..7c7c81f89a 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSortOnDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSortOnDialog.xml @@ -87,7 +87,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_sort</string> </value> + <value> <string>sort_list_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog.xml index 974f5393f1..5fbffefebd 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog.xml @@ -111,7 +111,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_view_dialog</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installRepositoryBusinessTemplateList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installRepositoryBusinessTemplateList.xml index d5b409a2b6..8bc6e81234 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installRepositoryBusinessTemplateList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installRepositoryBusinessTemplateList.xml @@ -120,7 +120,7 @@ for repository, id in tuple_list:\n bt_list.append(bt.getId())\n \n RESPONSE.redirect(\'%s/TemplateTool_viewMultiInstallationDialog?%s&form_id=BusinessTemplate_installationChoice\' %(context.absolute_url(), make_query({\'bt_list\' : bt_list})))\n -#return context.ERP5XhtmlStyle_redirect(\'%s/TemplateTool_viewMultiInstallationDialog\' % (context.absolute_url(), ), {\'bt_list\' : bt_list})\n +#return context.ERP5Site_redirect(\'%s/TemplateTool_viewMultiInstallationDialog\' % (context.absolute_url(), ), {\'bt_list\' : bt_list})\n ]]></string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml index aafa399c98..6d17434428 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml @@ -106,7 +106,7 @@ </item> <item> <key> <string>pt</string> </key> - <value> <string>form_view_dialog</string> </value> + <value> <string>form_dialog</string> </value> </item> <item> <key> <string>row_length</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index ca25bea84d..e90170dac4 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1241 \ No newline at end of file +1242 \ No newline at end of file -- 2.30.9