Bugzilla – Attachment 139569 Details for
Bug 31428
Shorten new button text "Configure this table"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31428: 'Configure this table' -> 'Configure'
Bug-31428-Configure-this-table---Configure.patch (text/plain), 2.64 KB, created by
Martin Renvoize (ashimema)
on 2022-08-22 07:21:47 UTC
(
hide
)
Description:
Bug 31428: 'Configure this table' -> 'Configure'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-08-22 07:21:47 UTC
Size:
2.64 KB
patch
obsolete
>From ff336f9eab11a542d14b84b2db31256d19f45bdc Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 22 Aug 2022 08:18:46 +0100 >Subject: [PATCH] Bug 31428: 'Configure this table' -> 'Configure' > >I agree, the shorter wording should be used. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 4 ++-- > 2 files changed, 4 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 7b109eb3e9..332868f370 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >@@ -165,8 +165,8 @@ function KohaTable(id_selector, dt_parameters, table_settings, add_filters) { > dt_parameters[ "buttons" ].push( > { > className: "dt_button_configure_table", >- titleAttr: _("Configure this table"), >- text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + _("Configure this table") + '</span>', >+ titleAttr: _("Table settings"), >+ text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + _("Configure") + '</span>', > action: function() { > window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table']; > }, >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 941ecbf351..7875fe5c49 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -817,8 +817,8 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { > settings[ "buttons" ].push( > { > className: "dt_button_configure_table", >- titleAttr: __("Configure this table"), >- text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + __("Configure this table") + '</span>', >+ titleAttr: __("Table settings"), >+ text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + __("Configure") + '</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.20.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 31428
:
139568
|
139569
|
139980