@@ -, +, @@ folders suggestion and tags folders have breadcrumbs that are in a [% IF ( op == 'show' ) %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -13,7 +13,24 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -18,7 +18,21 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
--