From 8ad4d55a0b35eec1af4d93a0cecacc77c7a690aa Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 Nov 2013 09:41:12 -0500 Subject: [PATCH] side-porting web staff base template Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/t_base.tt2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Open-ILS/src/templates/staff/t_base.tt2 diff --git a/Open-ILS/src/templates/staff/t_base.tt2 b/Open-ILS/src/templates/staff/t_base.tt2 new file mode 100644 index 0000000000..325f1d9526 --- /dev/null +++ b/Open-ILS/src/templates/staff/t_base.tt2 @@ -0,0 +1,24 @@ + + + + [% l('Evergreen Staff [_1]', ctx.page_title) %] + + + + + + + + + [% INCLUDE "staff/t_navbar.tt2" %] +
[% content %]
+ + [% + INCLUDE "staff/t_base_js.tt2"; + + # App-specific JS load commands go into an APP_JS block. + PROCESS APP_JS; + %] + -- 2.11.0