From af2455618d894fde6d35e1eba36d3ccb33a76e8b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 13 Dec 2013 11:04:16 -0500 Subject: [PATCH] web staff : load js within body, not after; bump verions. Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/t_base.tt2 | 12 ++++++------ Open-ILS/src/templates/staff/t_base_js.tt2 | 13 +++++++++---- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/templates/staff/t_base.tt2 b/Open-ILS/src/templates/staff/t_base.tt2 index 49b259ac8d..6009417ae2 100644 --- a/Open-ILS/src/templates/staff/t_base.tt2 +++ b/Open-ILS/src/templates/staff/t_base.tt2 @@ -14,11 +14,11 @@ [% INCLUDE "staff/t_navbar.tt2" %]
[% content %]
- - [% - INCLUDE "staff/t_base_js.tt2"; + [% + INCLUDE "staff/t_base_js.tt2"; - # App-specific JS load commands go into an APP_JS block. - PROCESS APP_JS; - %] + # App-specific JS load commands go into an APP_JS block. + PROCESS APP_JS; + %] + diff --git a/Open-ILS/src/templates/staff/t_base_js.tt2 b/Open-ILS/src/templates/staff/t_base_js.tt2 index 2f39eca7af..e1fd7a8bcc 100644 --- a/Open-ILS/src/templates/staff/t_base_js.tt2 +++ b/Open-ILS/src/templates/staff/t_base_js.tt2 @@ -1,11 +1,16 @@ +[% + ANGULAR_VERSION = '1.2.4'; + ANGULAR_BOOTSTRAP_VERSION = '0.7.0'; +%] + - - - - + + + + -- 2.11.0