Bug 25409: Add missing "required" class to template

Added "required" class to "itemtype" label in "onboardingstep5.tt"
template.

To test:
    1) Start new instalation. During onboarding tool phase you will be
       requested to create a new circulation rule.
    2) Observe that "itemtype" label has no "required" class.
    3) Apply patch.
    4) Repeat step 2 (you can reload circulation rule creation page).
    5) Observe the error is gone.

Mentored-by: Peter Vashchuk <stalkernoid@gmail.com>
Mentored-by: Andrew Nugged <nugged@gmail.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Slava Shishkin 2020-05-07 14:24:31 +03:00 committed by Martin Renvoize
parent f248063ee5
commit 6c95f71548
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -57,7 +57,7 @@
</li>
<li>
<label for="itemtype"> Item type: </label>
<label for="itemtype" class="required">Item type: </label>
<select id="itemtype" name="itemtype" required="required">
<option value=""> Choose </option>
<option value="*" selected="selected">All</option>