From bf1b59a69e70819cb8772639319f74695f85437f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 29 Sep 2008 13:14:47 +0000 Subject: [PATCH] remove the ':' from the select label, to be consistent with form_dialog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23894 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/relation_form.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml index b8e65f6f03..0bea230c8c 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml @@ -60,7 +60,7 @@ <div tal:condition="python: len(proxy_form_id_list) > 0"\n class="dialog_selector">\n <label for="dialog_selector"\n - i18n:translate="" i18n:domain="ui">Select Template:</label>\n + i18n:translate="" i18n:domain="ui">Select Template</label>\n <select name="select_dialog" id="dialog_selector"\n onChange="submitAction(this.form,\'Base_doRelationDialog\')">\n <option tal:attributes="value python: \'Base_viewRelatedObjectListBase/listbox\'"\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index c8a110e7e8..8ec9b982c4 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -621 \ No newline at end of file +622 \ No newline at end of file -- 2.30.9