Commit 6074cad3 authored by Jérome Perrin's avatar Jérome Perrin

Don't include a "Default" if we are using proxy listbox id. This have to be...

Don't include a "Default" if we are using proxy listbox id. This have to be configured individually on each field. This way we can control if we want the default to be displayed first.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f97fae01
......@@ -63,9 +63,6 @@
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
tal:content="string:Default"\n
i18n:translate="" i18n:domain="ui"></option>\n
<tal:block tal:repeat="proxy_listbox_id_item proxy_form_id_list">\n
<option tal:attributes="value python: proxy_listbox_id_item[0];\n
selected python: proxy_listbox_id_item[0] == proxy_listbox_id"\n
......
915
\ No newline at end of file
916
\ 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