View | Details | Raw Unified | Return to bug 11487
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +2 lines)
Lines 35-42 Link Here
35
                            [% SET format = 'DD/MM/YYYY' %]
35
                            [% SET format = 'DD/MM/YYYY' %]
36
                        [% END %]
36
                        [% END %]
37
37
38
		     var dob = _("Dates of birth should be entered in the format '[% format %]'");
38
                        $('#searchmember').qtip({
39
                        $('#searchmember').qtip({
39
                            content: 'Dates of birth should be entered in the format "[% format %]"',
40
                            content: dob,
40
                            style: {
41
                            style: {
41
                                tip: 'topLeft'
42
                                tip: 'topLeft'
42
                            }
43
                            }
43
- 

Return to bug 11487