Commit b67d0788 authored by Jérome Perrin's avatar Jérome Perrin

title was *always* translated (if someone has a good idea on how to test this)



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9755 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc8b7b4e
...@@ -88,7 +88,8 @@ IDEAS:\n ...@@ -88,7 +88,8 @@ IDEAS:\n
<base tal:attributes="href python: \'%s/\' % (url, )"/>\n <base tal:attributes="href python: \'%s/\' % (url, )"/>\n
<meta name="generator" content="ERP5"/>\n <meta name="generator" content="ERP5"/>\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>\n
<title tal:content="title | template/title_or_id" i18n:translate="" i18n:domain="ui"></title>\n <title tal:condition="title | nothing" tal:content="title"/>\n
<title tal:condition="not:title | nothing" tal:content="template/title_or_id" i18n:translate="" i18n:domain="ui"></title>\n
<tal:block tal:repeat="css css_list">\n <tal:block tal:repeat="css css_list">\n
<link tal:attributes="href css" type="text/css" rel="stylesheet"/>\n <link tal:attributes="href css" type="text/css" rel="stylesheet"/>\n
</tal:block>\n </tal:block>\n
......
167 168
\ 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