Bugzilla – Attachment 181516 Details for
Bug 39325
Run codespell successfully on the whole codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39325: manual - hilighted => highlighted
Bug-39325-manual---hilighted--highlighted.patch (text/plain), 3.10 KB, created by
Owen Leonard
on 2025-04-25 12:38:51 UTC
(
hide
)
Description:
Bug 39325: manual - hilighted => highlighted
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-04-25 12:38:51 UTC
Size:
3.10 KB
patch
obsolete
>From 7b32690d2689e28477063af3d62951dd4a88c345 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Mar 2025 20:59:57 +0100 >Subject: [PATCH] Bug 39325: manual - hilighted => highlighted > >All the other occurrences have been updated. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../value_builder/marc21_linking_section.tt | 2 +- > .../cataloguing/value_builder/unimarc_field_4XX.tt | 2 +- > reports/bor_issues_top.pl | 10 +++++----- > 3 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >index 61bc7a1265b..a6166e26f01 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >@@ -89,7 +89,7 @@ > <tr> > [% SET td_class = '' %] > [% IF ( line.even ) %] >- [% td_class = 'hilighted' %] >+ [% td_class = 'highlighted' %] > [% END %] > <td class="[% td_class | html %]"> > [% IF ( line.MARC_ON ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt >index 08ddcdfa259..db52d39828d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt >@@ -94,7 +94,7 @@ > <tr> > [% SET td_class = '' %] > [% IF ( line.even ) %] >- [% td_class = 'hilighted' %] >+ [% td_class = 'highlighted' %] > [% END %] > <td class="[% td_class | html %]"> > [% IF ( line.MARC_ON ) %] >diff --git a/reports/bor_issues_top.pl b/reports/bor_issues_top.pl >index 3f1390d4f83..1106d29b5f8 100755 >--- a/reports/bor_issues_top.pl >+++ b/reports/bor_issues_top.pl >@@ -344,11 +344,11 @@ sub calculate { > $grantotal += $patrons{$id}->{total}; > } > push @looprow, { >- 'rowtitle' => $i++, >- 'loopcell' => \@loopcell, >- 'hilighted' => ( $i % 2 ), >- 'patron' => $patrons{$id}->{name}, >- 'reference' => $id, >+ 'rowtitle' => $i++, >+ 'loopcell' => \@loopcell, >+ 'highlighted' => ( $i % 2 ), >+ 'patron' => $patrons{$id}->{name}, >+ 'reference' => $id, > }; > > # use a limit, if a limit is defined >-- >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 39325
:
179269
|
179270
|
179271
|
179272
|
179501
|
179502
|
179503
|
179504
|
179505
|
179506
|
179507
|
179508
|
179509
|
179510
|
179511
|
179512
|
179517
|
179518
|
179519
|
179522
|
179525
|
179527
|
179528
|
179529
|
179530
|
179531
|
179532
|
179533
|
179534
|
180137
|
180138
|
180139
|
180140
|
180141
|
180142
|
180143
|
180144
|
180145
|
180146
|
180147
|
180148
|
180149
|
180150
|
181510
|
181511
|
181512
|
181513
|
181514
|
181515
|
181516
|
181517
|
181518
|
181519
|
181520
|
181521
|
181522
|
181523
|
181611
|
181612
|
181613
|
181614
|
181615
|
181616
|
181617
|
181618
|
181619
|
181620
|
181621
|
181637
|
181651
|
181983