Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 5.0.0
-
Fix Version/s: 5.0.0
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:Developer Doc
-
Funding Source:Contributed Code
-
Verified?:No
-
Acceptance Criteria:Structure is fixed for search pages
Description
Labels either should be added on column before input
or should be with input followed by <br>
Examples:
<tr> <td class="label"> <label><!-- label here --></label> </td> <td class="label"> <input ... /> </td> </tr>
or
<tr> <td class="label"> <label><!-- label here --></label> <br> <input ... /> </td> </tr>