projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2c16d
)
LP#1402797 Add catalog search to the search menu in the nav bar
author
Mike Rylander
<mrylander@gmail.com>
Mon, 22 Sep 2014 16:02:55 +0000
(12:02 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/staff/navbar.tt2
b/Open-ILS/src/templates/staff/navbar.tt2
index
6d0e6d8
..
fe0695a
100644
(file)
--- a/
Open-ILS/src/templates/staff/navbar.tt2
+++ b/
Open-ILS/src/templates/staff/navbar.tt2
@@
-49,6
+49,12
@@
<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>