Commit d80aacdf authored by Fabien Morin's avatar Fabien Morin

add <tal:bloc i18n:translate="" i18n:domain="ui"> bloc to have translatable text

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18b1f21b
......@@ -59,9 +59,13 @@
</div>\n
<tal:bloc tal:condition="python: here.getPortalType() == \'Subscription Form\'">\n
<div class="explanation">\n
And use the login \n
<tal:bloc i18n:translate="" i18n:domain="ui">\n
And use the login \n
</tal:bloc>\n
"<b tal:content="here/getId">20080512-CF1</b>"\n
<tal:bloc i18n:translate="" i18n:domain="ui">\n
and the password \n
</tal:bloc>\n
"<b tal:content="here/getPassword">pin02nuz</b>"\n
\n
</div>\n
......
335
\ No newline at end of file
339
\ 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