From f16fe4b20283d3d4fa125d42d3750e1c47e3d134 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 2 Feb 2017 23:43:05 +0000 Subject: [PATCH] Bug 18042: Updating buttons in batch record modification and deletion To test: Create a test record that you can edit and delete. Go through each process of modifying the record, then deleting the record - once before applying the patch, and after apply the patch. Notice the difference in buttons and confirm they all still work as expected. Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index 7962a9f..0f158cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -145,7 +145,7 @@ $(document).ready(function() {
- + Cancel
@@ -216,7 +216,7 @@ $(document).ready(function() {
- + Cancel
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 32034a5..d5d45fb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -167,7 +167,7 @@ $(document).ready(function() {
- + Cancel
@@ -259,7 +259,7 @@ $(document).ready(function() {
- + Cancel -- 2.1.4