Commit 7fbde141 authored by Alexandre Boeglin's avatar Alexandre Boeglin

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
parent b1b53b78
......@@ -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
......
18
\ No newline at end of file
20
\ No newline at end of file
None
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment