Bugzilla – Attachment 115710 Details for
Bug 27404
Update intranet-tmpl/prog/en/modules/labels/label-edit-range.tt for ACC2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27404: update file for ACC2
Bug-27404-update-file-for-ACC2.patch (text/plain), 1.82 KB, created by
Owen Leonard
on 2021-01-22 18:09:55 UTC
(
hide
)
Description:
Bug 27404: update file for ACC2
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-22 18:09:55 UTC
Size:
1.82 KB
patch
obsolete
>From 6f484a95c71c1a420ac0335814059857ce878c21 Mon Sep 17 00:00:00 2001 >From: Catherine Ma <catherinem2003@gmail.com> >Date: Tue, 19 Jan 2021 23:17:39 +0000 >Subject: [PATCH] Bug 27404: update file for ACC2 > >Form has been edited in >intranet-tmpl/prog/en/modules/labels/label-edit-range.tt > >Test Plan: >Check that pages work as normal > >Sponsored by Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt >index dc4a58a712..5685f1b132 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt >@@ -26,11 +26,11 @@ > <ol> > <li> > <label for="from-input">From:</label> >- <input type="number" name="from" id="from-input" value="0" style="text-align: right;"/> >+ <input type="text" inputmode="numeric" pattern="[0-9]*" name="from" id="from-input" value="0" style="text-align: right;"/> > </li> > <li> > <label for="to-input">To:</label> >- <input type="number" name="to" id="to-input" value="0" style="text-align: right;"/> >+ <input type="text" inputmode="numeric" pattern="[0-9]*" name="to" id="to-input" value="0" style="text-align: right;"/> > </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 27404
:
115375
|
115710
|
116108
|
116504