From 71ae3ab6e802549c528a47b7a237e4b32fc01cd1 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 23 Jan 2014 12:10:50 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %]
 
-- 2.11.0