Die Chars sind bei autofight und kampf erstellen automatisch nun ausgewaehlt

main
hecht 10 years ago
parent 66a2222dc3
commit 357d107de0

@ -389,7 +389,7 @@ function displayAutoFights($user, $portal, $pagenum){
} else{
$disabled = '';
}
echo '<input id="input" type="checkbox" name="char_id[]" value="'.$row['id'].'"'.$disabled.'>'.$row['name'].'</input><br>'."\n";
echo '<input id="input" type="checkbox" name="char_id[]" value="'.$row['id'].'"'.$disabled.' checked="1">'.$row['name'].'</input><br>'."\n";
}
?>
</td>
@ -482,7 +482,7 @@ function displayKampfErstellen($user, $portal, $pagenum){
} else{
$disabled = '';
}
echo '<input id="input" type="checkbox" name="char_id[]" value="'.$row['id'].'"'.$disabled.'>'.$row['name'].'</input><br>'."\n";
echo '<input id="input" type="checkbox" name="char_id[]" value="'.$row['id'].'"'.$disabled.' checked="1">'.$row['name'].'</input><br>'."\n";
}
?>
</td>

Loading…
Cancel
Save