Commit 1c10097a authored by Jérome Perrin's avatar Jérome Perrin

remove selected argument on "My Language" listfield.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8466 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8a8df0a
......@@ -234,7 +234,7 @@ IDEAS:\n
<span id="language">\n
<select name="language_select"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doLanguage\')">\n
<option selected="selected" value=""\n
<option value=""\n
i18n:translate="" i18n:domain="ui">My language</option>\n
<tal:block tal:repeat="language python: here.Localizer.get_languages_map()">\n
<option tal:attributes="value language/id;\n
......
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