Bug 27920: (QA follow-up) Improve alignment of new option on patron form

Switches from ul to ol as used by other options which improves the
alignment of the options.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2022-10-27 21:33:51 +00:00 committed by Tomas Cohen Arazi
parent 83079a6571
commit 2a3b3d3e5b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -319,7 +319,7 @@
<li class="radio">
<input type="radio" id="overwrite_cardnumberyes" name="overwrite_cardnumber" value="1" /><label for="overwrite_cardnumberyes">Overwrite the existing one with this</label>
<ul>
<ol>
<li>
<label class="update_dateexpiry" for="update_dateexpiry">Renew existing patrons</label>
<select class="update_dateexpiry" type="select" id="update_dateexpiry" name="update_dateexpiry" disabled/>
@ -332,7 +332,7 @@
<input class="overwrite_passwords" type="checkbox" id="overwrite_passwords" name="overwrite_passwords" disabled/>
<label class="overwrite_passwords" for="overwrite_passwords">Replace patron passwords with those in the file (blank passwords will be ignored)</label>
</li>
</ul>
</ol>
</li>
</ol>
</fieldset>