Bugzilla – Attachment 115479 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 intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2
Bug-27412-Update-intranet-tmplprogenmodulestoolsov.patch (text/plain), 1.55 KB, created by
Owen Leonard
on 2021-01-21 00:10:04 UTC
(
hide
)
Description:
Bug 27412: Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-21 00:10:04 UTC
Size:
1.55 KB
patch
obsolete
>From dbd3a06c82fb3f028ff23f7f958b7c71fc79d4a8 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 > intranet-tmpl/prog/en/modules/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> >--- > 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.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 27412
:
115380
|
115393
|
115395
|
115455
|
115479
|
115519
|
115557