From d95d700ec09e0031e165ab5d7240d2ac8f600c87 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 15 Jan 2014 11:32:09 +1300 Subject: [PATCH] Bug 11487: Untranslatable tooltip "Dates of birth should be entered in the format ..." Test plan: 1. Test that tooltip still shows 2. We couldn't test the translations so please can someone else test it? --- .../prog/en/includes/patron-search.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index ac581ee..e9d3659 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -35,8 +35,9 @@ [% SET format = 'DD/MM/YYYY' %] [% END %] + var dob = _("Dates of birth should be entered in the format '[% format %]'"); $('#searchmember').qtip({ - content: 'Dates of birth should be entered in the format "[% format %]"', + content: dob, style: { tip: 'topLeft' } -- 1.7.9.5