Bugzilla – Attachment 72618 Details for
Bug 18791
Add the ability for librarians to easily copy, download or print DataTables based tables in Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18791 - Make buttons translatable
Bug-18791---Make-buttons-translatable.patch (text/plain), 1.34 KB, created by
Roch D'Amour
on 2018-03-09 19:35:51 UTC
(
hide
)
Description:
Bug 18791 - Make buttons translatable
Filename:
MIME Type:
Creator:
Roch D'Amour
Created:
2018-03-09 19:35:51 UTC
Size:
1.34 KB
patch
obsolete
>From 1aeae81eb653433430cbc90fa511dd66be1d94ba Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Fri, 9 Mar 2018 11:22:06 -0500 >Subject: [PATCH] Bug 18791 - Make buttons translatable > >Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> >--- > .../prog/en/includes/columns_settings.inc | 20 ++++++++++++++++---- > 1 file changed, 16 insertions(+), 4 deletions(-) > >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 7bcd4e0..d2e86df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >@@ -26,10 +26,22 @@ function KohaTable(id_selector, dt_parameters, columns_settings, add_filters) { > columns: included_ids, > text: _("Column visibility"), > }, >- 'excelHtml5', >- 'csvHtml5', >- 'copyHtml5', >- 'print', >+ { >+ extend: 'excelHtml5', >+ text: _("Excel"), >+ }, >+ { >+ extend: 'csvHtml5', >+ text: _("CSV"), >+ }, >+ { >+ extend: 'copyHtml5', >+ text: _("Copy"), >+ }, >+ { >+ extend: 'print', >+ text: _("Print"), >+ }, > ]; > > var table = $(selector); >-- >2.7.4
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 18791
:
64233
|
72615
|
72616
|
72618
|
73325
|
73995
|
73996
|
73997
|
74085
|
74086
|
74087
|
74174