Skip to content

Commit

Permalink
reset breadcrumb nav to usual way
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann authored and dwt committed Jun 12, 2018
1 parent 94ce61d commit 7cec03f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/App/dtml/manage_tabs.dtml
Expand Up @@ -43,13 +43,18 @@
<dtml-if last>
aria-current="page"
title="<dtml-if meta_type>&dtml-meta_type;<dtml-else>Object</dtml-if>"
>&dtml-title;
<dtml-if wl_isLocked>
<span class="badge badge-warning" title="Locked"><i class="fa fa-lock"></i></span>
</dtml-if>
<dtml-else>
><a href="&dtml-url;" class="text-primary">&dtml-title;</a>
><a href="&dtml-url;">
<dtml-if "title=='Root'">
<strong>&nbsp;/&nbsp;</strong>
<dtml-else>
&dtml-title;
</dtml-if>
</a>
<dtml-if "title!='Root' and last==False">
&nbsp;/&nbsp;
</dtml-if>
<dtml-if wl_isLocked><span class="badge badge-warning" title="Locked"><i class="fa fa-lock"></i></span></dtml-if>
</li>
</dtml-in>
</ol>
Expand Down

0 comments on commit 7cec03f

Please sign in to comment.