Bugzilla – Attachment 142086 Details for
Bug 31850
Patron import: welcome email option style as list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31850: Patron import: welcome email option style as list
Bug-31850-Patron-import-welcome-email-option-style.patch (text/plain), 1.54 KB, created by
Owen Leonard
on 2022-10-18 17:56:13 UTC
(
hide
)
Description:
Bug 31850: Patron import: welcome email option style as list
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-18 17:56:13 UTC
Size:
1.54 KB
patch
obsolete
>From 65c1c98464e651d74a7bb5ccec91195389dd22b0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 18 Oct 2022 17:53:53 +0000 >Subject: [PATCH] Bug 31850: Patron import: welcome email option style as list > >This patch corrects the markup around the "Send email to new patrons" >checkbox on the patron import page. The list should be an ordered list, >not an unordered list. > >To test, apply the patch and go to Tools -> Import patrons. > >In the "Welcome email" section, there should be no bullet point before >the "Send email to new patrons" line. >--- > .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 1d1f03c04b..c0560908c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -347,13 +347,13 @@ > > <fieldset class="rows"> > <legend>Welcome email</legend> >- <ul> >+ <ol> > <li> > <input class="welcome_new" type="checkbox" id="welcome_new" name="welcome_new"/> > <label class="welcome_new" for="welcome_new">Send email to new patrons</label> > <span class="hint"> WELCOME notice is used</span> > </li> >- </ul> >+ </ol> > </fieldset> > > <fieldset class="action"> >-- >2.20.1
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 31850
:
142086
|
142100
|
142305