Commit 68c28c67 authored by Yusei Tahara's avatar Yusei Tahara

2008-10-29 yusei

* Classification field in the contribution tab is now translatable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24397 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b115829
......@@ -54,7 +54,7 @@
<select size="1" name="classification" id="classification"\n
tal:attributes="name string:${contribute_prefix}classification">\n
<option value="" value="" i18n:translate="" i18n:domain="ui">-- Select Classification --</option>\n
<option tal:repeat="item python:[c for c in here.portal_categories.classification.getCategoryChildLogicalPathItemList()[1:] if len(c[1].split(\'/\'))>1]" tal:content="python:item[0]" tal:attributes="value python:item[1]">\n
<option tal:repeat="item python:[c for c in here.portal_categories.classification.getCategoryChildTranslatedLogicalPathItemList(local_sort_id=\'translated_title\')[1:] if len(c[1].split(\'/\'))>1]" tal:content="python:item[0]" tal:attributes="value python:item[1]">\n
Agricultural Development\n
</option>\n
</select>\n
......
2008-10-29 yusei
* Classification field in the contribution tab is now translatable.
2008-10-14 yusei
* Start to develop version 5.3.
......
625
\ No newline at end of file
628
\ 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