From ae3d839360b76c0eebb6aa0be028857390c229f6 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Feb 2012 18:06:21 -0500 Subject: [PATCH] Acq+Vandelay : consistent post-upload link names For consistency with POs and selection lists, label the newly created Vandelay queue link as "View Upload Queue" instead of showing the queue name. While we're in there, let's i18n-ize those 3 labels. Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- Open-ILS/src/templates/acq/picklist/upload.tt2 | 6 +++--- Open-ILS/web/js/ui/default/acq/picklist/upload.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/acq/picklist/upload.tt2 b/Open-ILS/src/templates/acq/picklist/upload.tt2 index fc03106c0e..da9d8dc49e 100644 --- a/Open-ILS/src/templates/acq/picklist/upload.tt2 +++ b/Open-ILS/src/templates/acq/picklist/upload.tt2 @@ -57,9 +57,9 @@ [% PROCESS vlagent_results %] diff --git a/Open-ILS/web/js/ui/default/acq/picklist/upload.js b/Open-ILS/web/js/ui/default/acq/picklist/upload.js index 27f448f401..1a6653ac6b 100644 --- a/Open-ILS/web/js/ui/default/acq/picklist/upload.js +++ b/Open-ILS/web/js/ui/default/acq/picklist/upload.js @@ -152,7 +152,7 @@ function acqHandlePostUpload(key, plId) { } if (res.queue_url) { - activateLink('acq-pl-upload-complete-q', res.queue_url, resp.queue.name()); + activateLink('acq-pl-upload-complete-q', res.queue_url); } } ); -- 2.11.0