From: Bill Erickson Date: Wed, 30 Apr 2014 16:43:51 +0000 (-0400) Subject: workstation reg / display additions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4fb6b88969b2224b6119065a580d66f177e6257d;p=working%2FEvergreen.git workstation reg / display additions Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/admin/workstation/index.tt2 b/Open-ILS/src/templates/staff/admin/workstation/index.tt2 index 64d7fe8b53..9adc8fbf37 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/index.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/index.tt2 @@ -13,7 +13,8 @@ angular.module('egCoreMod') .factory('egAppStrings', function() {return { PREFS_REMOVE_KEY_CONFIRM : - '[% l('Delete content for key "[_1]"?', '{{deleteKey}}') %]' + '[% l('Delete content for key "[_1]"?', '{{deleteKey}}') %]', +DEFAULT_WS_LABEL : '[% l('[_1] (Default)') %]' }}); [% END %] diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 index e5e46023da..0c26f02a06 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 @@ -1,5 +1,8 @@