From: Dan Scott Date: Thu, 23 Jan 2014 17:10:50 +0000 (-0500) Subject: Clean up the breadcrumb trail in the KPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7831ed7153eb21a565f1827ac3331434de2341b7;p=contrib%2FConifer.git Clean up the breadcrumb trail in the KPAC Links to the library pages don't maintain GET context, so we can't feed search or "Get It" links in the breadcrumb trail, currently. We can revisit this, of course. Wasn't there some fairy tale about kids and a breadcrumb trail... once upon a time? Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 b/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 index f8699e3ac3..4532070876 100644 --- a/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 +++ b/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 @@ -16,7 +16,7 @@ {trail = trail_splice(page_id)}, clear_params) %]">[% page.name | html %] [% END %] - [% IF ctx.page != 'index' AND ctx.page != 'category' %] + [% IF ctx.page != 'index' AND ctx.page != 'category' AND ctx.page != 'library' %]