Bugzilla – Attachment 84034 Details for
Bug 20527
"label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20527: Made the "Writeoff amount" input focus when the "Pay fines" tab loads.
Bug-20527-Made-the-Writeoff-amount-input-focus-whe.patch (text/plain), 1.18 KB, created by
Ethan
on 2019-01-16 01:31:38 UTC
(
hide
)
Description:
Bug 20527: Made the "Writeoff amount" input focus when the "Pay fines" tab loads.
Filename:
MIME Type:
Creator:
Ethan
Created:
2019-01-16 01:31:38 UTC
Size:
1.18 KB
patch
obsolete
>From 9138cd7f07874ea1376daf1ebf93b167c1e8afaa Mon Sep 17 00:00:00 2001 >From: Ethan Amohia <ethan.amohia@gmail.com> >Date: Wed, 16 Jan 2019 01:25:29 +0000 >Subject: [PATCH] Bug 20527: Made the "Writeoff amount" input focus when the > "Pay fines" tab loads. > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index e0af674642..f1c9b40dcc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -157,7 +157,7 @@ > <li> > <label for="paid">Writeoff amount: </label> > <!-- default to writing off all --> >- <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> >+ <input name="paid" class="focus" id="paid" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> > </li> > </ol> > </fieldset> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20527
:
84034
|
84100
|
84110
|
84130
|
84131
|
115494
|
115536
|
115568
|
115570