Bug 27458: Set focus for cursor to Credit type code field
Test Plan: Before applying patch 1. Click on Administration 2. Scroll down to Accounting and click on Credit types 3. Click New credit type 4. Note how the cursor does not focus on Credit type code field 5. Apply patch 6. Repeat steps 1-3 7. Note how the cursor now focuses on Credity type code field Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> JD amended patch: Edit commit title Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
113992e620
commit
d05547dcb6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<strong>[% credit_type.code | html %]</strong>
|
||||
<input type="hidden" name="code" value="[% code | html %]" />
|
||||
[% ELSE %]
|
||||
<input type="text" name="code" id="code" size="80" maxlength="64" class="required" required="required"><span class="required">Required. Maximum length is 64 letters</span>
|
||||
<input type="text" name="code" id="code" size="80" maxlength="64" class="required focus" required="required"><span class="required">Required. Maximum length is 64 letters</span>
|
||||
[% END %]
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue