Bugzilla – Attachment 115455 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.50 KB, created by
James O'Keeffe
on 2021-01-20 20:35:33 UTC
(
hide
)
Description:
Bug 27412: Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2
Filename:
MIME Type:
Creator:
James O'Keeffe
Created:
2021-01-20 20:35:33 UTC
Size:
1.50 KB
patch
obsolete
>From 853a0323bce66274ed41139e0cdb54175dd75fb1 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. >--- > 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