Bugzilla – Attachment 139568 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), 1.36 KB, created by
Martin Renvoize (ashimema)
on 2022-08-22 07:19:31 UTC
(
hide
)
Description:
Bug 31428: 'Configure this table' -> 'Configure'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-08-22 07:19:31 UTC
Size:
1.36 KB
patch
obsolete
>From ebf53f8bb6402185bc50072fe88d4dc243638978 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/js/datatables.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 941ecbf351..cfd3d2c654 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -818,7 +818,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { > { > 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>', >+ 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