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 |
- |
|
|