Commit ec05b413 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_xhtml_style: fix contribute dialog does not take care of related projet

parent 24c528c2
...@@ -61,13 +61,13 @@ ...@@ -61,13 +61,13 @@
</select>\n </select>\n
</div>\n </div>\n
<div>\n <div>\n
<label for="source_project" \n <label for="follow_up_list" \n
value="" \n value="" \n
i18n:translate="" \n i18n:translate="" \n
i18n:domain="ui">Project</label>\n i18n:domain="ui">Project</label>\n
<select size="1" \n <select size="1" \n
id="source_project" \n id="follow_up_list" \n
name="source_project"\n name="follow_up_list"\n
tal:define="ticket_module nocall:here/ticket_module|nothing;\n tal:define="ticket_module nocall:here/ticket_module|nothing;\n
project_module nocall:here/project_module|nothing;">\n project_module nocall:here/project_module|nothing;">\n
<option value=""\n <option value=""\n
...@@ -98,8 +98,7 @@ ...@@ -98,8 +98,7 @@
</div>\n </div>\n
\n \n
</div>\n </div>\n
</tal:block>\n </tal:block>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
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