From: Billy Horn Date: Tue, 29 Nov 2016 17:42:40 +0000 (-0800) Subject: LP#1527770 webstaff: remove code flash X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=17009a230b362e4459aabed6109f62317ca9185d;p=evergreen%2Fpines.git 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 --- 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