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:
parent
f248063ee5
commit
6c95f71548
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue