From 7382a055cffca4e76d158e6cb99b47c007d0e1da 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 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 --- 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..78344e9 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..70b0cbb 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