From 17009a230b362e4459aabed6109f62317ca9185d Mon Sep 17 00:00:00 2001 From: Billy Horn Date: Tue, 29 Nov 2016 09:42:40 -0800 Subject: [PATCH] LP#1527770 webstaff: remove code flash Add ng-cloak to base.tt2 Add style to enable ng-cloak to base.tt2 Signed-off-by: Billy Horn Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/base.tt2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/base.tt2 b/Open-ILS/src/templates/staff/base.tt2 index 93ada15033..445b1aded8 100644 --- a/Open-ILS/src/templates/staff/base.tt2 +++ b/Open-ILS/src/templates/staff/base.tt2 @@ -4,6 +4,12 @@ [%- IF ctx.page_app %] ng-app="[% ctx.page_app %]"[% END -%] [%- IF ctx.page_ctrl %] ng-controller="[% ctx.page_ctrl %]"[% END %]> + + [% l('Evergreen Staff [_1]', ctx.page_title) %] @@ -33,7 +39,7 @@ -
[% content %]
+
[% content %]
[% # status bar along bottom of page -- 2.43.2