From 7fbde1415712c6f596a253df65fb447488ed0169 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Mon, 9 Oct 2006 08:02:06 +0000 Subject: [PATCH] select_dialog renamed to dialog_select, to follow new Base_callDialogMethod git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10622 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_html_style/form_dialog.xml | 2 +- bt5/erp5_html_style/bt/revision | 2 +- bt5/erp5_html_style/bt/short_title | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 bt5/erp5_html_style/bt/short_title diff --git a/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml b/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml index 208a04c87f..ca2ae59c44 100644 --- a/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml +++ b/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml @@ -109,7 +109,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n tal:define="actions python:filtered_actions[dialog_category]">\n <input type="hidden" name="dialog_category" value="dialog_category"\n tal:attributes="value dialog_category" />\n - <select name="select_dialog" size="1"\n + <select name="dialog_select" size="1"\n tal:attributes="onChange string:submitAction(this.form, \'${here/absolute_url}/Base_doDialog\')">\n <span tal:repeat="action actions">\n <option value="1" tal:content="action/name"\n diff --git a/bt5/erp5_html_style/bt/revision b/bt5/erp5_html_style/bt/revision index 25bf17fc5a..2edeafb09d 100644 --- a/bt5/erp5_html_style/bt/revision +++ b/bt5/erp5_html_style/bt/revision @@ -1 +1 @@ -18 \ No newline at end of file +20 \ No newline at end of file diff --git a/bt5/erp5_html_style/bt/short_title b/bt5/erp5_html_style/bt/short_title new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_html_style/bt/short_title @@ -0,0 +1 @@ +None \ No newline at end of file -- 2.30.9