Bugzilla – Attachment 190630 Details for
Bug 41396
Capitalization: 'Transport Settings' and other
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41396: Capitalization: 'Transport Settings' and other
Bug-41396-Capitalization-Transport-Settings-and-ot.patch (text/plain), 2.70 KB, created by
David Nind
on 2025-12-19 00:09:27 UTC
(
hide
)
Description:
Bug 41396: Capitalization: 'Transport Settings' and other
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-12-19 00:09:27 UTC
Size:
2.70 KB
patch
obsolete
>From 34c3b47f829b779c77a880f5535107240730fe2e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 17 Dec 2025 08:55:27 -0500 >Subject: [PATCH] Bug 41396: Capitalization: 'Transport Settings' and other > >This patch fixes incorrect capitalization in the EDI accounts template. >See: >https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML4:_Upper_and_lower_cases_in_strings > >To test, apply the patch and go to Administration -> EDI accounts. > >- Click "New account" >- The headings for each section of the form should have correct > capitalization. > >Sponsored-by: Athens County Public Libraries >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/admin/edi_accounts.tt | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >index ed231d5b71..ef12bfe75b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >@@ -97,9 +97,9 @@ > [% END %] > </h1> > >- <!-- Basic Information --> >+ <!-- Basic information --> > <fieldset class="rows"> >- <legend>Basic Information</legend> >+ <legend>Basic information</legend> > <ol> > <li> > <label for="vendor_id">Vendor: </label> >@@ -170,9 +170,9 @@ > </ol> > </fieldset> > >- <!-- Transport Settings --> >+ <!-- Transport settings --> > <fieldset class="rows"> >- <legend>Transport Settings</legend> >+ <legend>Transport settings</legend> > <ol> > <li> > <label for="file_transport_id">File transport: </label> >@@ -191,9 +191,9 @@ > </ol> > </fieldset> > >- <!-- Message Types --> >+ <!-- Message types --> > <fieldset class="rows"> >- <legend>Message Types</legend> >+ <legend>Message types</legend> > <ol> > <li> > <label for="quotes_enabled">Quotes enabled: </label> >@@ -230,9 +230,9 @@ > </ol> > </fieldset> > >- <!-- Functional Switches --> >+ <!-- Functional switches --> > <fieldset class="rows"> >- <legend>Functional Switches</legend> >+ <legend>Functional switches</legend> > <ol> > <li> > <label for="auto_orders">Automatic ordering: </label> >-- >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 41396
:
190582
|
190630
|
190664