[open-ils-commits] [GIT] Evergreen ILS branch master updated. c6ed8a8c91a23452ac9bb99a271cd31ef1b175ba

Evergreen Git git at git.evergreen-ils.org
Mon Dec 17 22:56:25 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  c6ed8a8c91a23452ac9bb99a271cd31ef1b175ba (commit)
      from  81dde022ae39ecff8cbe0cbf7c85c7ce8e49df0f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c6ed8a8c91a23452ac9bb99a271cd31ef1b175ba
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Mon Dec 17 09:10:19 2012 -0500

    LP#1090385 Fix success message for copy template deletion
    
    We were displaying the "confirm" message twice, instead of the
    existing "success" message.
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js
index 6af09ce..1e826c2 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js
@@ -440,7 +440,7 @@ g.delete_template = function() {
         if (typeof robj.ilsevent != 'undefined') {
             throw(robj);
         } else {
-            alert($('catStrings').getFormattedString('staff.cat.copy_editor.delete_template.confirm', [name]));
+            alert($('catStrings').getFormattedString('staff.cat.copy_editor.delete_template.success', [name]));
             setTimeout(
                 function() {
                     try {

-----------------------------------------------------------------------

Summary of changes:
 .../xul/staff_client/server/cat/copy_editor.js     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list