Add labels to link radio buttons in reconciliation dialog, fixes #3293 (#3327)

This commit is contained in:
rachittiwari8562 2020-11-11 16:34:41 +05:30 committed by GitHub
parent aca4879a9a
commit b07b734359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
<td width="50%"><div class="detail-container" bind="detailContainer"></div></td>
</tr>
<tr>
<td><input type="radio" name="type-choice" value="">
<span bind="or_proc_againstType"></span> <input size="20" bind="typeInput" /></td>
<td><input type="radio" name="type-choice" id="againstType" value="">
<label for="againstType"><span bind="or_proc_againstType"></span></label> <input size="20" bind="typeInput" /></td>
<td>
</td>
</tr>
<tr>
<td><input type="radio" name="type-choice" value="-">
<span bind="or_proc_noType"></span></td>
<td><input type="radio" name="type-choice" id="noType" value="-">
<label for="noType"><span bind="or_proc_noType"></span></label></td>
<td>
</td>
</tr>