Commit 7b1c0a00 authored by Yusei Tahara's avatar Yusei Tahara

2008-10-3 yusei

* Don't use Localizer in wizard side if message is generated in witch side. All dynamic messages should be translated when wizard receives.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23998 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 895adcb7
...@@ -89,8 +89,6 @@ ...@@ -89,8 +89,6 @@
<input type="Submit" \n <input type="Submit" \n
value="Previous" \n value="Previous" \n
name="previous:method"\n name="previous:method"\n
i18n:attributes="value" \n
i18n:domain="ui" \n
tal:attributes="value python: options.get(\'previous\')"/>\n tal:attributes="value python: options.get(\'previous\')"/>\n
</tal:block>\n </tal:block>\n
\n \n
...@@ -99,8 +97,6 @@ ...@@ -99,8 +97,6 @@
<input type="Submit" \n <input type="Submit" \n
value="Search"\n value="Search"\n
name="next:method"\n name="next:method"\n
i18n:attributes="value" \n
i18n:domain="ui"\n
tal:attributes="value python: options.get(\'next\')" />\n tal:attributes="value python: options.get(\'next\')" />\n
</span>\n </span>\n
</tal:block>\n </tal:block>\n
......
2008-10-3 yusei
* Don't use Localizer in wizard side if message is generated in witch side. All dynamic messages should be translated when wizard receives.
2008-10-2 yusei 2008-10-2 yusei
* Use cookie to store user's preferred language and set the language value to REQUEST so that next page after login can use correct language. * Use cookie to store user's preferred language and set the language value to REQUEST so that next page after login can use correct language.
......
117 118
\ No newline at end of file \ 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