From 84ed8fb16db552d403448433dfe375eec01cdf21 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 15 Aug 2017 18:43:09 -0400 Subject: [PATCH] LP#1710991: Do not translate username and workstation in webclient navbar In the web client's navbar, do not translate username and workstation. This causes errors with rendering the menus if other locales translate the variables. Signed-off-by: Ben Shum --- Open-ILS/src/templates/staff/navbar.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index ba99321dd1..adf616b23d 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -444,7 +444,7 @@
  • - [% l('{{username}} @ {{workstation}}') %] + {{username}} @ {{workstation}}
  • -- 2.11.0