Bugzilla – Attachment 48428 Details for
Bug 15674
'Show/hide columns' is not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15674: Make "Column visibility" translatable
Bug-15674-Make-Column-visibility-translatable.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2016-02-29 07:35:58 UTC
(
hide
)
Description:
Bug 15674: Make "Column visibility" translatable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-29 07:35:58 UTC
Size:
1.18 KB
patch
obsolete
>From 7b905286f84dc26badda26bf41dd4eca14906a82 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 29 Feb 2016 07:32:14 +0000 >Subject: [PATCH] Bug 15674: Make "Column visibility" translatable > >The "Column visibility" text button was not translatable, now it is. > >Test plan: >1/ Update the template for a given language and translate the "Column >visibility" string >2/ Go on admin/currency.pl >=> The string should be translated. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >index 7d80435..d228aa3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >@@ -26,6 +26,7 @@ function KohaTable(selector, dt_parameters, columns_settings) { > { > extend: 'colvis', > columns: included_ids, >+ text: _('Column visibility'), > } > ]; > var table = $(selector).dataTable($.extend(true, {}, dataTablesDefaults, dt_parameters)); >-- >2.7.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 15674
:
48428
|
48483
|
48487
|
48525
|
48526
|
48726