projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90fcea7
)
LP1904036 Checkin experimental link from angjs
author
Bill Erickson
<berickxx@gmail.com>
Thu, 22 Apr 2021 21:26:08 +0000
(17:26 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Tue, 13 Jul 2021 14:43:21 +0000
(10:43 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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
8960d45
..
70da958
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') %]"