From 991cd9f1e582aafa9339059cb6fd56d1e47c9121 Mon Sep 17 00:00:00 2001
From: Garry Collum <gcollum@gmail.com>
Date: Wed, 27 Jun 2018 16:08:34 -0400
Subject: [PATCH] LP#1778414 Add Item Status to the Catalog menu

This patch adds Item Status as an option in the Catalog menu.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Meg Stroup <mstroup@statelibrary.sc.gov>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---
 Open-ILS/src/templates/staff/navbar.tt2 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2
index f0ee94d9db..0c325c759f 100644
--- a/Open-ILS/src/templates/staff/navbar.tt2
+++ b/Open-ILS/src/templates/staff/navbar.tt2
@@ -261,6 +261,13 @@
             </a>
           </li>
           <li>
+            <a href="./cat/item/search" target="_self">
+              <span class="glyphicon glyphicon-saved"></span>
+              <span>[% l('Item Status') %]</span>
+            </a>
+          </li>
+          <li class="divider"></li>
+          <li>
             <a href="./cat/bucket/record/view" target="_self">
               <span class="glyphicon glyphicon-list-alt"></span>
               [% l('Record Buckets') %]
-- 
2.11.0