Bugzilla – Attachment 74086 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: (follow-up) Make buttons translatable
Bug-18791-follow-up-Make-buttons-translatable.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2018-04-12 12:45:16 UTC
(
hide
)
Description:
Bug 18791: (follow-up) Make buttons translatable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-12 12:45:16 UTC
Size:
1.47 KB
patch
obsolete
>From 6148d9017d3bfd4a9dbd4391d013b73bac8017d3 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: (follow-up) Make buttons translatable > >Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../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 7bcd4e03c5..d2e86df60b 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.14.1
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