Commit b685a50c authored by Yusei Tahara's avatar Yusei Tahara

2008-08-28 yusei

* Use Base_translateString instead of using Localizer method directly.
* Use Base_translateString or translateString instead of N_ for translation message.
* Fixed text in ERP5Site_renderContributionDialog.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b949a822
......@@ -72,12 +72,12 @@
</select>\n
</div>\n
<div>\n
<label for="source_project" value="" i18n:translate="" i18n:domain="ui">Programme</label>\n
<label for="source_project" value="" i18n:translate="" i18n:domain="ui">Project</label>\n
<select size="1" id="source_project" name="source_project"\n
tal:attributes="name string:${contribute_prefix}source_project"\n
tal:define="ticket_module nocall:here/ticket_module|nothing;\n
project_module nocall:here/project_module|nothing;">\n
<option value="" value="" i18n:translate="" i18n:domain="ui">-- Select Programme --</option>\n
<option value="" value="" i18n:translate="" i18n:domain="ui">-- Select Project --</option>\n
<option tal:condition="project_module"\n
tal:repeat="item python:[(o.getTitle(),o.getRelativeUrl()) for o in project_module.searchFolder()]" tal:content="python:item[0]" tal:attributes="value python:item[1]">\n
Project Name\n
......@@ -116,6 +116,12 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
2008-08-28 yusei
* Use Base_translateString instead of using Localizer method directly.
* Use Base_translateString or translateString instead of N_ for translation message.
* Fixed text in ERP5Site_renderContributionDialog.
2008-06-27 yusei
* Start to develop version 5.2.
......
590
\ No newline at end of file
592
\ 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