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=refs%2Fheads%2Fuser%2Fbshum%2Flp1710991-fix;p=working%2FEvergreen.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 --- 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}}