From 144734a153393e6373334d8ec628e3861f9783bb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Apr 2013 09:11:41 -0400 Subject: [PATCH] Bug 9970 - Add datepicker default configuration to OPAC patron entry form The datepicker on the OPAC patron entry/update form (opac-memberentry.pl) doesn't show a calendar icon. This is because although there is in-page JS to trigger the widget, the page doesn't include the file which sets some widget defaults, including the path to the calendar icon and the translatable strings for calendar labels. This patch simply adds calendar.inc to the template. To test, load the patron entry/update form (click "personal details" for an existing patron or a start new patron registration). The date of birth entry field should show a calendar icon. Signed-off-by: David Cook Test plan works as described. Looks much better. Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt index d41917c..95149b3 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt @@ -4,6 +4,7 @@ [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › [% IF action == 'edit' %]Update your personal details[% ELSE %]Register a new account[% END %] [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'calendar.inc' %]