Bugzilla – Attachment 162274 Details for
Bug 35532
Use of calendar for date range in bookings is not clear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35532: Update date select field and add hint
Bug-35532-Update-date-select-field-and-add-hint.patch (text/plain), 1.64 KB, created by
David Nind
on 2024-02-19 14:40:56 UTC
(
hide
)
Description:
Bug 35532: Update date select field and add hint
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-02-19 14:40:56 UTC
Size:
1.64 KB
patch
obsolete
>From 9e639cc75d143a0e4ab81eff66adb65b693bf350 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 19 Feb 2024 10:13:14 +0000 >Subject: [PATCH] Bug 35532: Update date select field and add hint > >This patch updates the 'Period' select from 'Period' to 'Booking dates' >and adds a hint beneath it too. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/includes/modals/place_booking.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc >index 1726e96ed6..0ff2928750 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc >@@ -32,10 +32,11 @@ > </li> > <li> > <div id="period_fields"> >- <label class="required" for="period">Period: </label> >+ <label class="required" for="period">Booking dates: </label> > <input type="text" id="period" name="period" class="flatpickr" data-flatpickr-futuredate="true" required="required" disabled="true" autocomplete="off"> > <span class="required">Required</span> > </div> >+ <div class="hint">Select the booking start and end date</div> > </li> > </ol> > </fieldset> >-- >2.30.2
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 35532
:
160857
|
162266
|
162267
|
162274
|
162275
|
162844
|
162845