From 421cf20c51c52ee6337729a115c3940cd04d79e2 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Sat, 13 Apr 2024 14:23:08 +0200 Subject: [PATCH] Bug 32420: Set focus for cursor to barcode input box in batch item modification Patch now uses cait's suggestion: the `focus` class. To test: 1. Go to Cataloging > Batch item modification 2. Check that the barcodelist textarea isn't focused by default. 3. Apply patch. 4. Go to Cataloging > Batch item modification 5. Check that the barcodelist textarea is now selected by default in the 'batch item modification' as well as the 'batch item deletion' view. --- .../intranet-tmpl/prog/en/modules/tools/batchMod.tt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 11093bd3e9..03f100de1f 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 @@
  1. - +
@@ -97,12 +97,4 @@ -[% MACRO jsinclude BLOCK %] - -[% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.44.0