Bugzilla – Attachment 192737 Details for
Bug 41564
Tidy kohaTable block - admin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41564: (follow-up) Minor fixes
7c82082.patch (text/plain), 3.73 KB, created by
Jonathan Druart
on 2026-02-09 11:00:57 UTC
(
hide
)
Description:
Bug 41564: (follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-02-09 11:00:57 UTC
Size:
3.73 KB
patch
obsolete
>From 7c82082813aebb56b1198e98d5a18b6c94c0611c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 12 Jan 2026 14:27:17 -0500 >Subject: [PATCH] Bug 41564: (follow-up) Minor fixes > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../modules/admin/auth_subfields_structure.tt | 2 +- > .../prog/en/modules/admin/cities.tt | 20 +++++++++---------- > .../prog/en/modules/admin/file_transports.tt | 2 +- > .../prog/en/modules/admin/smtp_servers.tt | 2 +- > 4 files changed, 12 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 769b99bc522..18a88a77bd6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -436,7 +436,7 @@ > [% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %] > [% Asset.js("js/admin-menu.js") | $raw %] > <script> >- const tagsubfield = [% IF tabsubfield %]"[% tabsubfield | html %]"[% ELSE %]null[% END %]; >+ const tagsubfield = [% IF tagsubfield %]"[% tagsubfield | html %]"[% ELSE %]null[% END %]; > </script> > <script> > $(document).ready(function () { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >index d6c85353c4a..a8a47d0c21b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >@@ -206,18 +206,16 @@ > [% INCLUDE 'datatables.inc' %] > <script> > var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'cities', 'table_cities', 'json' ) | $raw %]; >- $(document).ready(function() { >- var cities_table_url = '/api/v1/cities?'; >+ var cities_table_url = '/api/v1/cities?'; > >- [% IF city_name_filter %] >- var city_name_filter = { >- 'name': { >- "like": '%[%- city_name_filter | html -%]%' >- } >- }; >- cities_table_url += 'q='+ encodeURIComponent(JSON.stringify(city_name_filter)); >- [% END %] >- }); >+ [% IF city_name_filter %] >+ var city_name_filter = { >+ 'name': { >+ "like": '%[%- city_name_filter | html -%]%' >+ } >+ }; >+ cities_table_url += 'q='+ encodeURIComponent(JSON.stringify(city_name_filter)); >+ [% END %] > </script> > <script> > $(document).ready(function () { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/file_transports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/file_transports.tt >index 84d635dadab..f3262f02336 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/file_transports.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/file_transports.tt >@@ -461,7 +461,7 @@ > [% INCLUDE 'datatables.inc' %] > <script> > const i18n = { >- on: "[% tp("Active", "On") | html %]"; >+ on: "[% tp("Active", "On") | html %]" > }; > </script> > <script> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >index 0d5fb62dd1b..bf4c1e371c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >@@ -321,7 +321,7 @@ > [% INCLUDE 'datatables.inc' %] > <script> > const i18n = { >- on: "[% tp("Active", "On") | html %]"; >+ on: "[% tp("Active", "On") | html %]" > }; > </script> > <script> >-- >2.43.0 >
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 41564
:
191082
|
191083
|
191084
|
191085
|
191086
|
191087
|
191088
|
191089
|
191090
|
191091
|
191092
|
191093
|
191094
|
191095
|
191096
|
191097
|
191098
|
191099
|
191100
|
191310
|
191311
|
191312
|
191313
|
191314
|
191315
|
191316
|
191317
|
191318
|
191319
|
191320
|
191321
|
191322
|
191323
|
191324
|
191325
|
191326
|
191327
|
191328
|
191329
|
192732
|
192733
|
192734
|
192735
|
192736
|
192737
|
192763
|
192764
|
192765
|
192766
|
192767
|
192768
|
192769
|
192770
|
192771
|
192772
|
192773
|
192774
|
192775
|
192776
|
192777
|
192778
|
192779
|
192780
|
192781
|
192782