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:
parent
83079a6571
commit
2a3b3d3e5b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue