[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. dce0c479378fb7bbb9cd663ee4ab04c5cae8a404
Evergreen Git
git at git.evergreen-ils.org
Mon Dec 17 22:56:44 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, rel_2_3 has been updated
via dce0c479378fb7bbb9cd663ee4ab04c5cae8a404 (commit)
from 8bba46869f7056b0d9a68beb7b1f7c5dae9ebed8 (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 dce0c479378fb7bbb9cd663ee4ab04c5cae8a404
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 e430b8e..15a9b95 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js
@@ -410,7 +410,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