From: Ben Shum Date: Tue, 15 Aug 2017 22:43:09 +0000 (-0400) Subject: LP#1710991: Do not translate username and workstation in webclient navbar X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df79b43c6c1985211c77420406bfa45d0bb57b8e;p=evergreen%2Fpines.git 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 Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 748ef4b87f..0482d991fb 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -510,7 +510,7 @@
  • - [% l('{{username}} @ {{workstation}}') %] + {{username}} @ {{workstation}}