Bugzilla – Attachment 144182 Details for
Bug 32283
Capitalization: opac users of this domain to login with this identity provider
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32283: (follow-up) Fix in two other places
Bug-32283-follow-up-Fix-in-two-other-places.patch (text/plain), 1.78 KB, created by
David Nind
on 2022-11-23 00:11:16 UTC
(
hide
)
Description:
Bug 32283: (follow-up) Fix in two other places
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-23 00:11:16 UTC
Size:
1.78 KB
patch
obsolete
>From f9e8dd4aea8062f8c2a9f68de89f017ef35cf29c Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Wed, 23 Nov 2022 00:05:28 +0000 >Subject: [PATCH] Bug 32283: (follow-up) Fix in two other places > >Fix two other occurences where the capitalization of OPAC >is incorrect: >- Identity provider email domains table column heading >- 'New email domain' form label > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/admin/identity_provider_domains.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >index e350a71318..2378244875 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >@@ -147,7 +147,7 @@ > <div class="hint">Use this category for the patron on auto register</div> > </li> > <li> >- <label for="allow_opac">Allow opac: </label> >+ <label for="allow_opac">Allow OPAC: </label> > <select name="allow_opac" id="allow_opac"> > <option value="1" selected="selected">Allow</option> > <option value="0">Don't allow</option> >@@ -299,7 +299,7 @@ > <th>Auto register</th> > <th>Default library</th> > <th>Default category</th> >- <th>Allow opac</th> >+ <th>Allow OPAC</th> > <th>Allow staff</th> > <th data-class-name="actions noExport">Actions</th> > </tr> >-- >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 32283
:
144158
|
144180
|
144181
|
144182
|
144423
|
144424