Bugzilla – Attachment 177571 Details for
Bug 39050
Duplicate "type" attributes in ill-batch-modal.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39050: Duplicate "type" attributes in ill-batch-modal.inc
Bug-39050-Duplicate-type-attributes-in-ill-batch-m.patch (text/plain), 1.91 KB, created by
Owen Leonard
on 2025-02-06 13:36:08 UTC
(
hide
)
Description:
Bug 39050: Duplicate "type" attributes in ill-batch-modal.inc
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-06 13:36:08 UTC
Size:
1.91 KB
patch
obsolete
>From b7a372133bc034fd6f30f089f168d31137d920c6 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 6 Feb 2025 12:56:57 +0000 >Subject: [PATCH] Bug 39050: Duplicate "type" attributes in ill-batch-modal.inc > >This patch removes duplicate "type" attributes from two inputs in >ill-batch-modal.inc. > >I don't know how to test this, but a visual inspection of the changes >should be enough. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc >index 0f9aaa8ed8..eeee3ed380 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc >@@ -15,12 +15,12 @@ > <ol> > <li id="batch_name"> > <label class="required" for="name">Batch name:</label> >- <input type="text" autocomplete="off" name="name" id="name" type="text" >+ <input type="text" autocomplete="off" name="name" id="name" > value="" /> > </li> > <li id="batch_patron"> > <label class="required" for="batchcardnumber">Card number, username or surname:</label> >- <input type="text" autocomplete="off" name="batchcardnumber" id="batchcardnumber" type="text" value="" /> >+ <input type="text" autocomplete="off" name="batchcardnumber" id="batchcardnumber" value="" /> > <span id="patron_link"></span> > </li> > <li id="batch_branch"> >-- >2.39.5
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 39050
:
177571
|
177609
|
177631
|
177927