From: Bill Erickson Date: Mon, 4 Nov 2013 14:41:12 +0000 (-0500) Subject: side-porting web staff base template X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ad4d55a0b35eec1af4d93a0cecacc77c7a690aa;p=evergreen%2Fequinox.git side-porting web staff base template 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 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; + %] +