Bugzilla – Attachment 24322 Details for
Bug 11487
Untranslatable tooltip "Dates of birth should be entered in the format ..."
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11487: Untranslatable tooltip "Dates of birth should be entered in the format ..."
Bug-11487-Untranslatable-tooltip-Dates-of-birth-sh.patch (text/plain), 1.29 KB, created by
Aleisha Amohia
on 2014-01-14 22:40:03 UTC
(
hide
)
Description:
Bug 11487: Untranslatable tooltip "Dates of birth should be entered in the format ..."
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2014-01-14 22:40:03 UTC
Size:
1.29 KB
patch
obsolete
>From d95d700ec09e0031e165ab5d7240d2ac8f600c87 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >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
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 11487
: 24322