This commit is contained in:
parent
aca4879a9a
commit
b07b734359
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user