Commit 778598f1 authored by Vincent Desmares's avatar Vincent Desmares

Add translation for a part who was not translated in WebSection_viewBreadcrumbWidget

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26406 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent edcf9c56
......@@ -58,7 +58,7 @@
current_web_document python:request.get(\'current_web_document\', here);\n
breadcrumb_list python: current_web_section.getBreadcrumbItemList(current_web_document);">\n
<ul>\n
<li class="nobullet">You are here:&nbsp;</li>\n
<li class="nobullet" i18n:translate="" i18n:domain="ui">You are here</li><span>&nbsp;:&nbsp;</span>\n
<li tal:repeat="breadcrumb breadcrumb_list">\n
<a href="#" tal:attributes="href python:breadcrumb[1].absolute_url()" \n
tal:content="python:breadcrumb[0]">Home</a>\n
......
62
\ No newline at end of file
63
\ 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