Bug 31819: (QA follow-up) Fix alignment of Statistic fields at end of form

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2022-11-10 16:01:24 +00:00 committed by Tomas Cohen Arazi
parent 7d5d88aae0
commit 02017fb3ec
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -516,9 +516,13 @@
<input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | $KohaDates %]"/>
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
</li>
<li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
<li>
<div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
</li>
<li>
<label for="sort1">Statistic 1: </label>
<input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" />
</li>
<li>
<label for="sort2">Statistic 2: </label>
<input id="sort2" type="text" id="sort2" size="20" name="sort2" value="[% sort2 | html %]" />