Bug #1563: Remove links from breadcrumbs component

The links on the breadcrumbs line were problematic as they
were pointing to the first subelement of the current section of the
menu, which could be an element unauthorized for the user.

As these shortcats are not useful enough and redundant with the main menu,
which can be used directly as is showing only the entries to the specific
user has access to, the links in this components are removed.

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2013-04-19 10:38:18 +02:00
parent e3e772fe66
commit 95a5052463

View file

@ -58,7 +58,7 @@
<hbox>
<hbox forEach="${menuContainer.breadcrumbsPath}">
<n:div align="center"><n:img src="${contextPath}/common/img/migas_separacion.gif" /></n:div>
<n:a href="${each.encodedUrl}" class="ruta">${i18n:_(each.name)}</n:a>
<n:span class="ruta">${i18n:_(each.name)}</n:span>
</hbox>
</hbox>