From 0fab325feb089005918a3c2c0f69cf1994a22d16 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 2 Feb 2017 23:08:52 +0000 Subject: [PATCH] Bug 18041: Updating buttons in Batch Item modification and deletion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Tools -> Batch item modification 2) Put a barcode in and click Continue (notice ugly button) 3) Scroll to the bottom of the page and click Save (you don't have to make any changes) (Notice ugly button) 4) I am leaving the Return button as is 5) Go to Tools -> Batch item deletion 6) Put a barcode in and click Continue (notice ugly button) 7) Uncheck the selected item (so you don't actually delete anything) and click Delete selected items (Notice ugly button) 8) I am leaving the Return button as is 9) Apply patch and repeat steps 1-8. Notice changes to buttons Sponsored-by: Catalyst IT Followed test plan, works as expected. Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index d66d15d..18c3177 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -137,9 +137,9 @@ $(document).ready(function(){
[% IF too_many_items %] - + [% ELSE %] - + [% END %] Cancel diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index 2fd838f..a4f312f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -252,7 +252,7 @@ $(document).ready(function(){
Job progress:
0%
- + Cancel
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt index 115e4ea..d085f10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt @@ -60,7 +60,7 @@ [% IF ( del ) %][% END %]
- + Cancel
-- 2.1.4