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:
parent
117112633a
commit
152e771a9b
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue