From 1e9dd4c4b97c3c1ad232c28d3ec36418839cc88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 28 Dec 2005 21:06:14 +0000 Subject: [PATCH] translate action button git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4895 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_html_style/dialog_master.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/dialog_master.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/dialog_master.xml index 2e1006a597..b8b207963b 100755 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/dialog_master.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/dialog_master.xml @@ -202,6 +202,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n <span tal:condition="python: form.action!=\'\'">\n <input type="Submit" value="Search"\n name="Base_callDialogMethod:method"\n + i18n:attributes="value" i18n:domain="ui"\n tal:attributes="value form/title"/>\n </span>\n </td>\n -- 2.30.9