Commit 5b1a51e2 authored by Yusei Tahara's avatar Yusei Tahara

2008-09-03 yusei

* Fixed i18n markup in login_form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23381 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1ed6951
......@@ -72,7 +72,7 @@
<tal:block tal:condition="python: request.get(\'came_from\', None) is not None">\n
<h1 i18n:translate="" i18n:domain="ui">You do not have enough permissions to access this page</h1>\n
<p i18n:translate="" i18n:domain="ui">You can log in with another user name or\n
<a href="javascript:history.back();">go back</a>.\n
<span i18n:name="go-back"><a href="javascript:history.back();" i18n:translate="">go back</a></span>.\n
</p>\n
</tal:block>\n
<input tal:condition="exists: request/came_from"\n
......
2008-09-03 yusei
* Fixed i18n markup in login_form.
2008-08-28 yusei
* Use Base_translateString instead of using Localizer method directly.
* Use Base_translateString or translateString instead of N_ for translation message.
......
593
\ No newline at end of file
595
\ 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