Clean up the breadcrumb trail in the KPAC
authorDan Scott <dscott@laurentian.ca>
Thu, 23 Jan 2014 17:10:50 +0000 (12:10 -0500)
committerDan Scott <dscott@laurentian.ca>
Sat, 25 Jan 2014 14:20:08 +0000 (09:20 -0500)
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 <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/kpac/parts/breadcrumb.tt2

index f8699e3..4532070 100644 (file)
@@ -16,7 +16,7 @@
                 {trail = trail_splice(page_id)}, clear_params) %]">[% page.name | html %]</a>
     [%  END %]
 
-    [% IF ctx.page != 'index' AND ctx.page != 'category' %]
+    [% IF ctx.page != 'index' AND ctx.page != 'category' AND ctx.page != 'library' %]
 
         <!-- search results -->
         <div class="bread_green_mid">&nbsp;</div>