LP#1402797 Add catalog search to the search menu in the nav bar
authorMike Rylander <mrylander@gmail.com>
Mon, 22 Sep 2014 16:02:55 +0000 (12:02 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 Feb 2015 16:58:26 +0000 (11:58 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/navbar.tt2

index 6d0e6d8..fe0695a 100644 (file)
               <span>[% l('Search for Copies by Barcode') %]</span>
             </a>
           </li>
+          <li>
+            <a href="./cat/catalog/index" target="_self">
+              <span class="glyphicon glyphicon-search"></span>
+              <span>[% l('Search the Catalog') %]</span>
+            </a>
+          </li>
         </ul>
       </li>