The patron entry form in the OPAC (opac-memberentry.pl) has a datepicker widget but doesn't include the include file which sets some datepicker widget defaults. calendar.inc includes translatable strings for labels on the calendar and the path to the calendar image associated with datepicker form fields.
Created attachment 17127 [details] [review] 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.
Created attachment 17152 [details] [review] 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 <dcook@prosentient.com.au> Test plan works as described. Looks much better.
Created attachment 17159 [details] [review] 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 <dcook@prosentient.com.au> Test plan works as described. Looks much better. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This patch has been pushed to master.