From 4fb6b88969b2224b6119065a580d66f177e6257d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 30 Apr 2014 12:43:51 -0400 Subject: [PATCH] workstation reg / display additions Signed-off-by: Bill Erickson --- .../templates/staff/admin/workstation/index.tt2 | 3 +- .../templates/staff/admin/workstation/t_splash.tt2 | 64 ++++++++++-- Open-ILS/src/templates/staff/t_login.tt2 | 7 +- .../js/ui/default/staff/admin/workstation/app.js | 111 ++++++++++++++++----- Open-ILS/web/js/ui/default/staff/app.js | 33 +++++- Open-ILS/web/js/ui/default/staff/navbar.js | 6 +- Open-ILS/web/js/ui/default/staff/services/env.js | 7 +- Open-ILS/web/js/ui/default/staff/services/org.js | 4 + .../web/js/ui/default/staff/services/printstore.js | 4 + 9 files changed, 189 insertions(+), 50 deletions(-) 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 @@