From 9b7e1deec0e95fbd02f980a1d4d6ac9f894d925b Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 23 Dec 2019 11:10:50 -0500 Subject: [PATCH] Architecture: move F1 and F2 hotkeys from web staff client LAL uses the Bibliotheca client, which has F1 and F2 set to disable/enable security on RFID tags. The default hotkeys for the staff client trap F1 and F2, interfering with the proper operation of the Bibliotheca client. Reassign them accordingly. Signed-off-by: Dan Scott --- Open-ILS/src/templates_lal/staff/navbar.tt2 | 605 ++++++++++++++++++++++++++++ 1 file changed, 605 insertions(+) create mode 100644 Open-ILS/src/templates_lal/staff/navbar.tt2 diff --git a/Open-ILS/src/templates_lal/staff/navbar.tt2 b/Open-ILS/src/templates_lal/staff/navbar.tt2 new file mode 100644 index 0000000000..7c7078e632 --- /dev/null +++ b/Open-ILS/src/templates_lal/staff/navbar.tt2 @@ -0,0 +1,605 @@ + + + + + -- 2.11.0