Bugzilla – Attachment 115557 Details for
Bug 27412
Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27412: Update tools/overduerules.tt to adhere to ACC2
Bug-27412-Update-toolsoverduerulestt-to-adhere-to-.patch (text/plain), 1.59 KB, created by
Jonathan Druart
on 2021-01-21 14:55:52 UTC
(
hide
)
Description:
Bug 27412: Update tools/overduerules.tt to adhere to ACC2
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-21 14:55:52 UTC
Size:
1.59 KB
patch
obsolete
>From 2d873665117fc9cfd45d5971d5bb78839952b89a Mon Sep 17 00:00:00 2001 >From: James O'Keeffe <jamespfk@gmail.com> >Date: Wed, 20 Jan 2021 01:04:25 +0000 >Subject: [PATCH] Bug 27412: Update tools/overduerules.tt to adhere to ACC2 > >This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" >The "min" attribute has also been removed (Thanks Owen) > >Test plan: >Open the file and ensure that no other inputs of type="number >were missed. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >index 8fea31861b..0181844dee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >@@ -101,7 +101,7 @@ > <tr> > <th scope="row">[% value.line | html %]</th> > <td> >- <input type="number" min="1" name="delay[% tab.number | html %]-[% value.overduename | html %]" value="[% value.delay | html %]" /> >+ <input type="text" inputmode="numeric" pattern="[0-9]*" name="delay[% tab.number | html %]-[% value.overduename | html %]" value="[% value.delay | html %]" /> > </td> > <td> > <select name="letter[% tab.number | html %]-[% value.overduename | html %]"> >-- >2.20.1
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 27412
:
115380
|
115393
|
115395
|
115455
|
115479
|
115519
| 115557