Bugzilla – Attachment 45389 Details for
Bug 12342
Patron registration datepicker dropdown shows only 10 years
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 12342: Patron registration datepicker dropdown shows only 10 years
SIGNED-OFFBug-12342-Patron-registration-datepicker.patch (text/plain), 1.61 KB, created by
Héctor Eduardo Castro Avalos
on 2015-12-03 21:06:28 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 12342: Patron registration datepicker dropdown shows only 10 years
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-12-03 21:06:28 UTC
Size:
1.61 KB
patch
obsolete
>From 0ee9b895f0c141c128cb59f81752a065d176080f Mon Sep 17 00:00:00 2001 >From: Martin Persson <xarragon@gmail.com> >Date: Tue, 12 May 2015 13:33:14 +0200 >Subject: [PATCH] [SIGNED-OFF]Bug 12342: Patron registration datepicker > dropdown shows only 10 years > >This patch changes the options to the date picker, allowing easy >selection of dates up to 120 years from the current date. > >To test: >- Click on 'Patrons' from the main menu, select 'New patron' >- Set input focus to the 'Date of birth' input field, > the date selection widget should show up. >- The year selection drop-down will only show current year minus 10. >- Apply the patch >- Go back to the same screen, set input focus to the 'Date of birth' field. >- The year selection drop-down should show current year minus 120. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index a3b7a9d..2ca37ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -33,7 +33,7 @@ > update_category_code( category_code ); > } > [% END %] >- $("#dateofbirth").datepicker({ maxDate: "-1D" }); >+ $("#dateofbirth").datepicker({ maxDate: "-1D", yearRange: "c-120:" }); > $("#entryform").validate({ > rules: { > email: { >-- >1.7.10.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 12342
:
39089
|
39098
|
45379
|
45380
|
45381
|
45389
|
45433