Bugzilla – Attachment 155600 Details for
Bug 34781
Add a span tag around GDPR text in opac-memberentry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34781: Add a span tag in opac-memberentry
Bug-34781-Add-a-span-tag-in-opac-memberentry.patch (text/plain), 1.90 KB, created by
Lucas Gass (lukeg)
on 2023-09-13 22:57:37 UTC
(
hide
)
Description:
Bug 34781: Add a span tag in opac-memberentry
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-09-13 22:57:37 UTC
Size:
1.90 KB
patch
obsolete
>From 03df2e5d91e39c7b6550194a2c8128a145f68d51 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 13 Sep 2023 11:29:17 +0000 >Subject: [PATCH] Bug 34781: Add a span tag in opac-memberentry > >Test plan: >Enable self registration and GDPR consent (privacy policy). >Look at selfreg page on OPAC. Scroll to bottom. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 89a9e841e0..2dc0cb9634 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -1014,7 +1014,7 @@ > <div class="label"></div> > <label class="checkbox-label" for="borrower_gdpr_proc_consent"> > <input type="checkbox" name="borrower_gdpr_proc_consent" id="borrower_gdpr_proc_consent" class="required" value="agreed"> >- I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>. >+ <span>I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>.</span> > </label> > <label class="error" for="borrower_gdpr_proc_consent" style="display: none;"></label> > <div class="required_label required">Required</div> >-- >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 34781
:
155590
| 155600