Commit b6f37f4e authored by Ivan Tyagov's avatar Ivan Tyagov

Do not try to translate Next&Previous button labels at client side....

Do not try to translate Next&Previous button labels at client side. Translation is provided from server.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3b96d4c
......@@ -89,18 +89,14 @@
<input type="Submit" \n
value="Previous" \n
name="previous:method"\n
i18n:attributes="value" \n
i18n:domain="ui" \n
tal:attributes="value python: options.get(\'previous\')"/>\n
</tal:block>\n
\n
<tal:block tal:condition="python: options.get(\'next\') is not None">\n
<span tal:condition="python: form.action!=\'\'">\n
<input type="Submit" \n
value="Search"\n
value="Next"\n
name="next:method"\n
i18n:attributes="value" \n
i18n:domain="ui"\n
tal:attributes="value python: options.get(\'next\')" />\n
</span>\n
</tal:block>\n
......
125
\ No newline at end of file
127
\ 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