[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. ecb3ff02e8d03afd3c759c498259a3d0a3021e71
Evergreen Git
git at git.evergreen-ils.org
Mon Dec 17 22:56:38 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_2 has been updated
via ecb3ff02e8d03afd3c759c498259a3d0a3021e71 (commit)
from f59b9fae493cc36c52007fd421e617ae721d171d (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 ecb3ff02e8d03afd3c759c498259a3d0a3021e71
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 f4af660..9e4b409 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