Commit ed50187f authored by Ivan Tyagov's avatar Ivan Tyagov

Fix i18n deprecation warning.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37973 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe97bfe6
......@@ -447,7 +447,7 @@
value="1" \n
alt="Flat List"\n
tal:attributes="src string:${portal_url_string}/images/text_block.png;"\n
i18n:domain="ui" i18n:attributes="title alt" />\n
i18n:domain="ui" i18n:attributes="title; alt" />\n
\n
<!-- Report Tree -->\n
<input tal:condition="python: not is_gadget_mode and is_report_tree_supported"\n
......@@ -458,7 +458,7 @@
value="1" \n
alt="Report Tree"\n
tal:attributes="src string:${portal_url_string}/images/view_tree.png;"\n
i18n:domain="ui" i18n:attributes="title alt" />\n
i18n:domain="ui" i18n:attributes="title; alt" />\n
\n
<!-- Domain Tree -->\n
<input tal:condition="python: not is_gadget_mode and is_domain_tree_supported"\n
......@@ -469,7 +469,7 @@
value="1" \n
alt="Domain Tree"\n
tal:attributes="src string:${portal_url_string}/images/view_choose.png;"\n
i18n:domain="ui" i18n:attributes="title alt" />\n
i18n:domain="ui" i18n:attributes="title; alt" />\n
</div>\n
\n
<!-- List display mode -->\n
......
1514
\ No newline at end of file
1515
\ 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