Bugzilla – Attachment 112052 Details for
Bug 26756
Fix quotes showing behind some system preference descriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26756: Fix quotes showing behind some system preference descriptions
Bug-26756-Fix-quotes-showing-behind-some-system-pr.patch (text/plain), 1.94 KB, created by
Owen Leonard
on 2020-10-20 16:09:40 UTC
(
hide
)
Description:
Bug 26756: Fix quotes showing behind some system preference descriptions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-10-20 16:09:40 UTC
Size:
1.94 KB
patch
obsolete
>From f325fe2d1ad847a915a6b522b6399d3d18cb343d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 20 Oct 2020 16:04:11 +0000 >Subject: [PATCH] Bug 26756: Fix quotes showing behind some system preference > descriptions > >This patch adds matching quotes to two OPAC preference descriptions >which were missing them. > >To test, apply the patch and go to Administration -> System preferences. > >- Open the "OPAC" tab. >- Check the descriptions of these preferences: > - AllowPatronToSetCheckoutsVisibilityForGuarantor > - AllowPatronToSetFinesVisibilityForGuarantor > >There should be no trailing quotation mark. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- > 1 file 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 7f601a2393..3d8cd4fab9 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 >@@ -717,14 +717,14 @@ OPAC: > choices: > yes: Allow > no: "Don't allow" >- - patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor". >+ - "patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor." > - > - pref: AllowPatronToSetFinesVisibilityForGuarantor > default: 0 > choices: > yes: Allow > no: "Don't allow" >- - patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor". >+ - "patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor." > - > - Use borrowernumber > - pref: AnonymousPatron >-- >2.11.0
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 26756
:
112052
|
112079
|
112080