removed "for" on label
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<li class="stance-content">
|
<li class="stance-content">
|
||||||
<label for="stance_{{ringId}}" class="stance-title {{ringId}}">
|
<label class="stance-title {{ringId}}">
|
||||||
{{ localizeRing ringId }}
|
{{ localizeRing ringId }}
|
||||||
<input id="stance_{{ringId}}" type="radio" name="data.stance" value="{{ringId}}" {{radioChecked ringId stance}}/>
|
<input id="stance_{{ringId}}" type="radio" name="data.stance" value="{{ringId}}" {{radioChecked ringId stance}}/>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@@ -141,15 +141,15 @@
|
|||||||
<!-- Fourth line -->
|
<!-- Fourth line -->
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
<label>
|
||||||
<input type="checkbox" id="diff_hidden" name="diff_hidden" value="1">
|
<input type="checkbox" id="diff_hidden" name="diff_hidden" value="1">
|
||||||
<label for="diff_hidden">
|
|
||||||
{{localize 'l5r5e.dicepicker.difficulty_hidden_label'}}
|
{{localize 'l5r5e.dicepicker.difficulty_hidden_label'}}
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{#if canUseVoidPoint}}
|
{{#if canUseVoidPoint}}
|
||||||
|
<label>
|
||||||
<input type="checkbox" id="use_void_point" name="use_void_point" value="1">
|
<input type="checkbox" id="use_void_point" name="use_void_point" value="1">
|
||||||
<label for="use_void_point">
|
|
||||||
{{localize 'l5r5e.dicepicker.use_void_point_label'}}
|
{{localize 'l5r5e.dicepicker.use_void_point_label'}}
|
||||||
</label>
|
</label>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user