Commit 36ffdda0 authored by Yusei Tahara's avatar Yusei Tahara

2008-10-24 yusei

* Fixed to make messages translatable in Add gadgets form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7281da24
......@@ -88,12 +88,12 @@
<value>
<list>
<tuple>
<string>title</string>
<string>translated_title</string>
<string>Title</string>
</tuple>
<tuple>
<string>description</string>
<string>description</string>
<string>Description</string>
</tuple>
</list>
</value>
......@@ -112,7 +112,7 @@
<list>
<tuple>
<string>description</string>
<string>description</string>
<string>Description</string>
</tuple>
</list>
</value>
......@@ -158,8 +158,8 @@
<value>
<list>
<tuple>
<string>title</string>
<string>title</string>
<string>translated_title</string>
<string>Title</string>
</tuple>
</list>
</value>
......@@ -181,7 +181,7 @@
<value>
<list>
<tuple>
<string>title</string>
<string>translated_title</string>
<string></string>
</tuple>
<tuple>
......
......@@ -39,19 +39,20 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<tal:block tal:define="cell python: options[\'cell\'];"\n
<tal:block i18n:domain="content"\n
tal:define="cell python: options[\'cell\'];"\n
tal:condition="python: hasattr(cell, \'getObject\')">\n
\n
<tal:block \n
tal:define="gadget cell/getObject;\n
image_id python: getattr(gadget, \'image_id\', None);">\n
\n
<h4 tal:content="cell/getTitle"/>\n
<h4 i18n:translate="" tal:content="cell/getTitle"/>\n
\n
<img tal:condition="image_id"\n
tal:attributes="src python:\'%s/%s\' \n
%(gadget.absolute_url(), image_id)"/>\n
<p tal:content="cell/getDescription"/>\n
<p i18n:translate="" tal:content="cell/getDescription"/>\n
</tal:block>\n
\n
</tal:block>
......
2008-10-24 yusei
* Fixed to make messages translatable in Add gadgets form.
2008-10-14 yusei
* Start to develop version 5.3.
......
361
\ No newline at end of file
362
\ 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