Bugzilla – Attachment 17127 Details for
Bug 9970
Add datepicker widget default configuration to OPAC patron entry form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9970 - Add datepicker default configuration to OPAC patron entry form
Bug-9970---Add-datepicker-default-configuration-to.patch (text/plain), 1.60 KB, created by
Owen Leonard
on 2013-04-02 13:16:45 UTC
(
hide
)
Description:
Bug 9970 - Add datepicker default configuration to OPAC patron entry form
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-04-02 13:16:45 UTC
Size:
1.60 KB
patch
obsolete
>From f4920f748c20cd5a2026084133fc52bd163cc5ae Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 2 Apr 2013 09:11:41 -0400 >Subject: [PATCH] Bug 9970 - Add datepicker default configuration to OPAC > patron entry form >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../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' %] > > <script type="text/javascript"> > //<![CDATA[ >-- >1.7.9.5
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 9970
:
17127
|
17152
|
17159