Bugzilla – Attachment 157856 Details for
Bug 33766
Accessibility: Fix ambiguous form-field in opac-auth.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33766: (sign-off follow-up) Fix sentence case
Bug-33766-sign-off-follow-up-Fix-sentence-case.patch (text/plain), 1.95 KB, created by
Owen Leonard
on 2023-10-25 16:37:50 UTC
(
hide
)
Description:
Bug 33766: (sign-off follow-up) Fix sentence case
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-10-25 16:37:50 UTC
Size:
1.95 KB
patch
obsolete
>From ea9320e908fa9c50500db94fde619f2fab4a6223 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 31 Aug 2023 15:23:49 +0000 >Subject: [PATCH] Bug 33766: (sign-off follow-up) Fix sentence case > >"Cardnumber or Username" is now "Cardnumber or username" > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 70e232b371..81c5be7217 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -178,7 +178,7 @@ OPAC: > choices: > cardnumber: Cardnumber > username: Username >- cardnumberorusername: Cardnumber or Username >+ cardnumberorusername: Cardnumber or username > - "as the text content of the userid input field's label." > - > - pref: OPACShowMusicalInscripts >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >index 26e3ecea98..ac38a66a93 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >@@ -169,7 +169,7 @@ > [%- IF preference_value == "username" %] > [%- SET label = "Username" %] > [%- ELSIF preference_value == "cardnumberorusername" %] >- [%- SET label = "Cardnumber or Username" %] >+ [%- SET label = "Cardnumber or username" %] > [%- END %] > <label for="[% for | html %]">[% label | html %]:</label> > [% END %] >-- >2.30.2
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 33766
:
151416
|
151427
|
154566
|
154567
|
154570
|
155017
|
155018
|
155019
|
155022
|
155023
|
155024
|
155025
|
155026
|
157854
|
157855
|
157856
|
157857
|
157858
|
159342
|
159546
|
159547
|
159548
|
159549
|
159550
|
168600
|
168601
|
168602
|
168603
|
168604
|
168605
|
173757
|
173758
|
173759
|
173760
|
173761
|
173762