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.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2022-10-18 17:53:53 +00:00 committed by Tomas Cohen Arazi
parent 117112633a
commit 152e771a9b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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">