From 434f2de78ea8fb8470b7668ef4c76bc27dfe3288 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 22 Sep 2014 12:02:55 -0400 Subject: [PATCH] LP#1402797 Add catalog search to the search menu in the nav bar Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/navbar.tt2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 6d0e6d87b2..fe0695ad0c 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -49,6 +49,12 @@ [% l('Search for Copies by Barcode') %] +
  • + + + [% l('Search the Catalog') %] + +
  • -- 2.11.0