Commit 66f2872b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

same as r.25487 (no need to translate for specifying portal types of listboxes).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25488 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b90c0cb
......@@ -70,6 +70,10 @@
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
......@@ -264,7 +268,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:map(lambda x: (x, here.Localizer.erp5_ui.gettext(x)), here.getPortalEventTypeList())</string> </value>
<value> <string>python:[(x, x) for x in here.getPortalEventTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -69,6 +69,10 @@
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
......@@ -252,7 +256,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:map(lambda x: (x, here.Localizer.erp5_ui.gettext(x)), here.getPortalEventTypeList())</string> </value>
<value> <string>python:[(x, x) for x in here.getPortalEventTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
921
\ No newline at end of file
922
\ 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