mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
fix chars died/expansion radio names
This commit is contained in:
@@ -222,7 +222,7 @@ EOT;
|
|||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<label class="form-check-label" for="{$c->cData['CharacterName']}-{$status}">{$status}: </label><br>
|
<label class="form-check-label" for="{$c->cData['CharacterName']}-{$status}">{$status}: </label><br>
|
||||||
<input class="form-check-input" {$checked} type="checkbox" id="{$c->cData['CharacterName']}-{$status}" name="CharacterStatus[{$status}]" value="{$c->cData[$dataKey]}">
|
<input class="form-check-input" {$checked} type="checkbox" id="{$c->cData['CharacterName']}-{$status}" name="{$status}" value="{$c->cData[$dataKey]}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
HTML;
|
HTML;
|
||||||
|
Reference in New Issue
Block a user