projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e64be
)
LP1904036 Checkin experimental link from angjs
author
Bill Erickson
<berickxx@gmail.com>
Thu, 22 Apr 2021 21:26:08 +0000
(17:26 -0400)
committer
Galen Charlton
<gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:32 +0000
(20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.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
5c59dbd
..
2dc7ec6
100644
(file)
--- a/
Open-ILS/src/templates/staff/navbar.tt2
+++ b/
Open-ILS/src/templates/staff/navbar.tt2
@@
-99,6
+99,12
@@
[% l('Check In') %]
</a>
</li>
+ <li ng-if="username">
+ <a href="/eg2/staff/circ/checkin">
+ <span class="glyphicon glyphicon-import" aria-hidden="true"></span>
+ [% l('Check In (Experimental)') %]
+ </a>
+ </li>
<li ng-if="!username">
<a href="" ng-click="rs.active_tab('checkin')" target="_self"
eg-accesskey="[% l('f2') %]"