Bugzilla – Attachment 187410 Details for
Bug 38122
Cannot sort holdings table by status
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38122: (follow-up) Make "Group by status" and "Ungroup by status" translatable
Bug-38122-follow-up-Make-Group-by-status-and-Ungro.patch (text/plain), 1.39 KB, created by
Hammat wele
on 2025-10-03 16:12:21 UTC
(
hide
)
Description:
Bug 38122: (follow-up) Make "Group by status" and "Ungroup by status" translatable
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-10-03 16:12:21 UTC
Size:
1.39 KB
patch
obsolete
>From 9ac6718f6aa873cbe7f5c76ca05bc0145795f20f Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Fri, 3 Oct 2025 16:05:27 +0000 >Subject: [PATCH] Bug 38122: (follow-up) Make "Group by status" and "Ungroup by > status" translatable > >--- > .../includes/html_helpers/tables/items/catalogue_detail.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index c6ccc13519d..1126ceb087b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -304,9 +304,9 @@ > build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback ); > > if ( was_grouped ) { >- $(this).html('<i class="fa fa-object-group"></i> Group by status</button>'); >+ $(this).html('<i class="fa fa-object-group"></i> ' + _("Group by status") + '</button>'); > } else { >- $(this).html('<i class="fa fa-object-ungroup"></i> Ungroup by status</button>'); >+ $(this).html('<i class="fa fa-object-ungroup"></i> '+ _("Ungroup by status") + '</button>'); > } > }); > >-- >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 38122
:
183789
|
184550
|
187227
| 187410