From a4e2cbf6d71152234fbbc8a45d31348538086db9 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Tue, 9 Sep 2008 14:18:22 +0000 Subject: [PATCH] 2008-09-09 yusei * Fixed wrong messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23523 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Folder_modifyWorkflowStatus.xml | 8 +++++- .../Folder_viewDeleteDialog/listbox.xml | 26 ++++++++++++------- .../ERP5/bootstrap/erp5_core/bt/change_log | 3 +++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 4 files changed, 27 insertions(+), 12 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml index a9218b9ea2..c38a400472 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml @@ -92,7 +92,7 @@ context.activate(after_tag=tag).getTitle()\n \n return request.RESPONSE.redirect( \'%s/%s?portal_status_message=%s\' % (\n context.absolute_url(), form_id,\n - translateString("Workflow Modification in Progress")))\n + translateString("Workflow modification in progress.")))\n </string> </value> </item> <item> @@ -186,6 +186,12 @@ return request.RESPONSE.redirect( \'%s/%s?portal_status_message=%s\' % (\n <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>uid</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>warnings</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog/listbox.xml index 3e67d92fb8..02918b53c8 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewDeleteDialog/listbox.xml @@ -123,6 +123,12 @@ </dictionary> </value> </item> + <item> + <key> <string>uid</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>values</string> </key> <value> @@ -138,11 +144,11 @@ </value> </item> <item> - <key> <string>anchor</string> </key> + <key> <string>anchor</string> </key> <value> <int>0</int> </value> </item> <item> - <key> <string>columns</string> </key> + <key> <string>columns</string> </key> <value> <list> <tuple> @@ -169,7 +175,7 @@ </value> </item> <item> - <key> <string>editable_columns</string> </key> + <key> <string>editable_columns</string> </key> <value> <list> <tuple> @@ -196,7 +202,7 @@ <value> <string>SEARCH_LIST</string> </value> </item> <item> - <key> <string>list_method</string> </key> + <key> <string>list_method</string> </key> <value> <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> </value> @@ -206,15 +212,15 @@ <value> <int>0</int> </value> </item> <item> - <key> <string>search</string> </key> + <key> <string>search</string> </key> <value> <int>0</int> </value> </item> <item> - <key> <string>select</string> </key> + <key> <string>select</string> </key> <value> <int>0</int> </value> </item> <item> - <key> <string>selection_name</string> </key> + <key> <string>selection_name</string> </key> <value> <string>folder_delete_selection</string> </value> </item> <item> @@ -222,7 +228,7 @@ <value> <string>Click to edit the target</string> </value> </item> <item> - <key> <string>title</string> </key> + <key> <string>title</string> </key> <value> <string>Delete Objects</string> </value> </item> <item> @@ -246,7 +252,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: field.getTemplateField().get_value(\'columns\') + [(\'related_object_list_quantity\', \'No related objects.\')]</string> </value> + <value> <string>python: field.getTemplateField().get_value(\'columns\') + [(\'related_object_list_quantity\', \'Number of Related Objects\')]</string> </value> </item> </dictionary> </pickle> @@ -262,7 +268,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: field.getTemplateField().get_value(\'editable_columns\') + [(\'related_object_list_quantity\', \'No related objects.\')]</string> </value> + <value> <string>python: field.getTemplateField().get_value(\'editable_columns\') + [(\'related_object_list_quantity\', \'Number of Related Objects\')]</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index bf70b69f76..4a83c434ce 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2008-09-09 yusei +* Fixed wrong messages. + 2008-09-07 yusei * Replace "+" with " " in translation messages. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 1307450554..36c9eca540 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -956 \ No newline at end of file +957 \ No newline at end of file -- 2.30.9