From: Bill Erickson Date: Thu, 8 May 2014 14:00:08 +0000 (-0400) Subject: turn navbar into a directive for hotkey integration X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d84cab1278ce5abaed83c6e314897bbe0e2ee9ee;p=working%2FEvergreen.git turn navbar into a directive for hotkey integration includes a sample hotkey (eg-accesskey) declaration -- more work to do here Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/t_base.tt2 b/Open-ILS/src/templates/staff/t_base.tt2 index aade37c657..4476612473 100644 --- a/Open-ILS/src/templates/staff/t_base.tt2 +++ b/Open-ILS/src/templates/staff/t_base.tt2 @@ -9,11 +9,18 @@ + - [% INCLUDE "staff/t_navbar.tt2" %] + + + + +
[% content %]
[% # status bar along bottom of page diff --git a/Open-ILS/src/templates/staff/t_base_js.tt2 b/Open-ILS/src/templates/staff/t_base_js.tt2 index 22318015ee..bf0cc98721 100644 --- a/Open-ILS/src/templates/staff/t_base_js.tt2 +++ b/Open-ILS/src/templates/staff/t_base_js.tt2 @@ -1,8 +1,5 @@ - - - [% - EG_VERSION = '0.0.1'; # FIXME: build optoin + EG_VERSION = '0.0.1'; # FIXME: build option EXPAND_JS_IMPORTS = 1; # FIXME: env option? %] @@ -34,7 +31,7 @@ - + diff --git a/Open-ILS/src/templates/staff/t_navbar.tt2 b/Open-ILS/src/templates/staff/t_navbar.tt2 index bf093202e8..0d56a2445c 100644 --- a/Open-ILS/src/templates/staff/t_navbar.tt2 +++ b/Open-ILS/src/templates/staff/t_navbar.tt2 @@ -16,7 +16,7 @@