Commit bf1b59a6 authored by Jérome Perrin's avatar Jérome Perrin

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
parent 2ae88cef
......@@ -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
......
621
\ No newline at end of file
622
\ 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