Skip to content

Commit

Permalink
Update edit_pokemons_modal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kamieniarz authored Oct 26, 2023
1 parent 593ad69 commit c78103b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modal/edit_pokemons_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ class="form-control text-center">
if ($row['size'] == 3 && $row['max_size'] == '3') { $checked3 = 'checked'; } else { $checked3 = ''; }
if ($row['size'] == 4 && $row['max_size'] == '4') { $checked4 = 'checked'; } else { $checked4 = ''; }
if ($row['size'] == 5 && $row['max_size'] == '5') { $checked5 = 'checked'; } else { $checked5 = ''; }
if ($checked0 === '' && $checked1 === '' && $checked2 === '' && $checked3 === '' && $checked4 === '' && $checked5 === '') { $checked0 = 'checked'; }
?>
<label class="btn btn-secondary">
<input type="radio" name="size" id="size_-1" value="size_-1" <?php echo $checked0; ?>> <?php echo i8ln("All"); ?>
Expand Down

0 comments on commit c78103b

Please sign in to comment.