Bugzilla – Attachment 79594 Details for
Bug 13272
Many inputs lack a type attribute
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13272: Followup on comment #5
Bug-13272-Followup-on-comment-5.patch (text/plain), 2.12 KB, created by
Owen Leonard
on 2018-09-28 13:37:56 UTC
(
hide
)
Description:
Bug 13272: Followup on comment #5
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-09-28 13:37:56 UTC
Size:
2.12 KB
patch
obsolete
>From b064bd6cbff9f584e44cdc777c53a6a5ddd36bbd Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 19 Sep 2018 16:48:13 +0000 >Subject: [PATCH] Bug 13272: Followup on comment #5 > >Correct the two issues I pointed out. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >index 8d665d8..8a0efad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >@@ -59,7 +59,7 @@ > <fieldset class="rows" id="manual_restriction_form"> > <legend>Add manual restriction</legend> > <ol> >- <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" type="text" /></li> >+ <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li> > <li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" value="" class="datepicker" type="text" /> > <a href="#" class="clear-date" id="clear-date-rexpiration">Clear date</a></li> > </ol> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index afbacf3..68ed8a6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -226,7 +226,7 @@ > > <li> > <label for="to">Hold expires on date:</label> >- <input name="expiration_date" id="to" size="10" class="datepickerto" / type="text" > >+ <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" /> > <a href="#" id="clear-date-to" class="clear-date">Clear date</a> > </li> > >-- >2.1.4
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 13272
:
79018
|
79120
|
79123
|
79162
|
79163
|
79164
|
79333
|
79464
|
79593
|
79594
|
79595
|
79596
|
79622
|
79623
|
79624
|
79625