From: Bill Erickson Date: Wed, 29 Feb 2012 23:06:21 +0000 (-0500) Subject: Acq+Vandelay : consistent post-upload link names X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ae3d839360b76c0eebb6aa0be028857390c229f6;p=evergreen%2Fpines.git 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 --- 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); } } );