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:
8515726
)
LP#1862235 - Create MARC Record - Global Keyboard Shortcut
author
Josh Stompro
<stompro@stompro.org>
Mon, 10 Feb 2020 14:18:03 +0000
(08:18 -0600)
committer
Josh Stompro
<stompro@stompro.org>
Mon, 10 Feb 2020 14:18:03 +0000
(08:18 -0600)
Added ctrl+f3 to launch the create MARC record interface.
Signed-off-by: Josh Stompro <stompro@stompro.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
1028f42
..
62b2f52
100644
(file)
--- a/
Open-ILS/src/templates/staff/navbar.tt2
+++ b/
Open-ILS/src/templates/staff/navbar.tt2
@@
-304,7
+304,9
@@
</li>
<li class="divider"></li>
<li>
- <a href="./cat/catalog/new_bib" target="_self">
+ <a href="./cat/catalog/new_bib" target="_self"
+ eg-accesskey="[% l('ctrl+f3') %]"
+ eg-accesskey-desc="[% l('Create New MARC Record') %]">
<span class="glyphicon glyphicon-plus"></span>
[% l('Create New MARC Record') %]
</a>