Bugzilla – Attachment 94386 Details for
Bug 22922
Allow to modify hold and hold expiration date in staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22922: (follow-up) Markup corrections
Bug-22922-follow-up-Markup-corrections.patch (text/plain), 1.63 KB, created by
Katrin Fischer
on 2019-10-18 06:22:42 UTC
(
hide
)
Description:
Bug 22922: (follow-up) Markup corrections
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-10-18 06:22:42 UTC
Size:
1.63 KB
patch
obsolete
>From 47dda9b2ead28091ebd15c210c9809696f6b30bb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 16 Oct 2019 16:57:01 +0000 >Subject: [PATCH] Bug 22922: (follow-up) Markup corrections > >This patch adds a "size" attribute to the datepicker input fields and >adds self-closing "/". > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index 5a2ef15272..a189c01dc3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -108,12 +108,12 @@ > <td>[% hold.notes | html %]</td> > <td> > [% IF Koha.Preference('AllowHoldDateInFuture') %] >- <input type="text" class="datepicker" value="[% hold.date | $KohaDates %]" required name="reservedate"> >+ <input type="text" class="datepicker" value="[% hold.date | $KohaDates %]" required="required" size="10" name="reservedate" /> > [% ELSE %] > [% hold.date | $KohaDates %] > [% END %] > </td> >- <td><input type="text" class="datepicker" value="[% hold.expirationdate | $KohaDates %]" name="expirationdate"></td> >+ <td><input type="text" class="datepicker" value="[% hold.expirationdate | $KohaDates %]" size="10" name="expirationdate" /></td> > > <td> > [% IF ( hold.found ) %] >-- >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 22922
:
89824
|
89896
|
89902
|
89915
|
89916
|
89917
|
94372
|
94383
|
94384
|
94385
| 94386