Commit 74f1e358 authored by Ivan Tyagov's avatar Ivan Tyagov

Show full title in generated links (title HTML attribute, r36090).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36092 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d40c586
......@@ -61,7 +61,8 @@
breadcrumb_list python: current_web_section.getBreadcrumbItemList(current_web_document);">\n
<ul class="breadcrumb">\n
<li tal:repeat="breadcrumb python:breadcrumb_list[:(is_web_section_default_document and -1 or None)]">\n
<a href="#" tal:attributes="href python:current_web_section.getPermanentURL(breadcrumb[1]);"\n
<a href="#" tal:attributes="href python:current_web_section.getPermanentURL(breadcrumb[1]);\n
title python:breadcrumb[2];"\n
tal:content="python:breadcrumb[0]">Title</a>\n
<tal:block tal:condition="not: repeat/breadcrumb/end">\n
<img class="breadcrumb_separator" src="../km_img/crumb.png" alt="&gt;"\n
......
1434
\ No newline at end of file
1435
\ No newline at end of file
......@@ -63,7 +63,8 @@
i18n:translate=""\n
i18n:domain="ui">You are here:</li>\n
<li tal:repeat="breadcrumb python:breadcrumb_list[:(is_web_section_default_document and -1 or None)]">\n
<a href="#" tal:attributes="href python:breadcrumb[1].absolute_url();" \n
<a href="#" tal:attributes="href python:breadcrumb[1].absolute_url();\n
title python:breadcrumb[2];" \n
tal:content="python:breadcrumb[0]">Title</a>\n
</li>\n
</ul>\n
......
182
\ No newline at end of file
184
\ 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