Bugzilla – Attachment 191329 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
Bug-41564-follow-up-Minor-fixes.patch (text/plain), 3.72 KB, created by
Owen Leonard
on 2026-01-12 19:36:45 UTC
(
hide
)
Description:
Bug 41564: (follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-12 19:36:45 UTC
Size:
3.72 KB
patch
obsolete
>From e7e43483c19bb3fd855f2a135d11f838b8e85ff3 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.39.5
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