Bugzilla – Attachment 33431 Details for
Bug 9043
Adding system preferences to control the visibility of the content on the Advanced Search page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9043: Make strings translatable
Bug-9043-Make-strings-translatable.patch (text/plain), 1.50 KB, created by
Jonathan Druart
on 2014-11-10 15:23:43 UTC
(
hide
)
Description:
Bug 9043: Make strings translatable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-11-10 15:23:43 UTC
Size:
1.50 KB
patch
obsolete
>From a2f66555032b28a5a6284ca4ff39b6e86d36376e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 27 Aug 2014 09:33:13 +0200 >Subject: [PATCH] Bug 9043: Make strings translatable > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index 981e574..dde4764 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -17,7 +17,13 @@ > });[% END %] > > $(document).ready(function(){ >- $("select[multiple='multiple']").multipleSelect( { placeholder: _("Please select ...") } ); >+ $("select[multiple='multiple']").multipleSelect( { >+ placeholder: _("Please select ..."), >+ selectAllText: _("Select all"), >+ allSelected: _("All selected"), >+ countSelected: _("# of % selected"), >+ noMatchesFound: _("No matches found") >+ } ); > }); > // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw > var to_highlight = "[% searchfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]"; >-- >2.1.0
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 9043
:
13385
|
13858
|
15312
|
15328
|
15329
|
15546
|
15547
|
15792
|
19150
|
19151
|
20316
|
20317
|
20318
|
20717
|
20718
|
21643
|
21644
|
21645
|
27524
|
27525
|
27526
|
29005
|
29006
|
29007
|
29914
|
29915
|
29916
|
29945
|
29946
|
30183
|
30184
|
30185
|
30186
|
30967
|
30968
|
30969
|
31170
|
31557
|
31558
|
31559
|
31560
|
31561
|
33428
|
33429
|
33430
| 33431 |
33432
|
33617
|
33620
|
33947