Bugzilla – Attachment 139194 Details for
Bug 29723
Add a "Configure table" button for KohaTable tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29723: (QA follow-up) _ vs __
Bug-29723-QA-follow-up--vs-.patch (text/plain), 1.36 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-08-16 13:20:25 UTC
(
hide
)
Description:
Bug 29723: (QA follow-up) _ vs __
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-08-16 13:20:25 UTC
Size:
1.36 KB
patch
obsolete
>From 7d47c1bc77ad2d49c69c580ab3c16b094ca90973 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 16 Aug 2022 10:19:56 -0300 >Subject: [PATCH] Bug 29723: (QA follow-up) _ vs __ > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 a2541d27c8..7b109eb3e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >@@ -165,7 +165,7 @@ function KohaTable(id_selector, dt_parameters, table_settings, add_filters) { > dt_parameters[ "buttons" ].push( > { > className: "dt_button_configure_table", >- titleAttr: __("Configure this table"), >+ titleAttr: _("Configure this table"), > text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + _("Configure this table") + '</span>', > action: function() { > window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table']; >-- >2.34.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 29723
:
128648
|
131874
|
133029
|
138951
|
138952
|
138972
|
138973
|
138974
|
138975
|
138985
|
138986
|
138987
|
138988
|
138989
|
138992
|
138993
|
138994
|
138995
|
138996
|
138997
|
138998
|
138999
|
139000
|
139002
|
139003
|
139004
|
139005
|
139006
| 139194