Bugzilla – Attachment 116108 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.97 KB, created by
Katrin Fischer
on 2021-01-31 13:50:13 UTC
(
hide
)
Description:
Bug 27404: update file for ACC2
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-31 13:50:13 UTC
Size:
1.97 KB
patch
obsolete
>From 1e4cf0ba7ed1ac3379c7c2f4a9c2a90ac7f64107 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: >- Go to Tools > Label Creator > New > Barcode range >- Verify the input filds for the barcode range behave as > expected. > >Sponsored by Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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