Bug 32886: Set focus for cursor to Code when adding a new restriction

This patch adds the "focus" class to the form for defining a new patron
restriction so that the cursor focus is automatically added.

To test, apply the patch and go to Administration -> Patron restrictions
-> New restriction.

The cursor should automatically move to the "Code" input field.

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2023-02-07 13:40:29 +00:00 committed by Tomas Cohen Arazi
parent 5c86cacfde
commit 546c47ab3f
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -120,7 +120,7 @@
[% ELSE %]
<li>
<label for="code" class="required">Code: </label>
<input type="text" name="code" id="code" size="50" maxlength="50" class="required type_input " required="required" />
<input type="text" name="code" id="code" size="50" maxlength="50" class="focus required type_input " required="required" />
<span class="required">Required</span>
</li>
<li>