Generic als Auswahl mit hinzugefügt

main
radiskull 10 years ago
parent b2dce8adf9
commit 97cf72765e

@ -217,7 +217,7 @@ function createOrEditAttack($action, $attackid) {
<td>Type:</td> <td>Type:</td>
<td><select name="type"> <td><select name="type">
<?php <?php
$types = array('normal', 'kaioken', 'kaioken2', 'SSJ', 'lose', 'lose2', 'hpmp', 'hp', 'tausch', 'tausch2', 'majin', 'copy', 'runde', 'frucht', 'konterhp'); $types = array('normal', 'kaioken', 'kaioken2', 'SSJ', 'lose', 'lose2', 'hpmp', 'hp', 'tausch', 'tausch2', 'majin', 'copy', 'runde', 'frucht', 'konterhp', 'generic');
foreach ($types as $type) { foreach ($types as $type) {
if($row['type'] == $type){ if($row['type'] == $type){
echo '<option value="'.$type.'" selected="selected">'.$type.'</option>'; echo '<option value="'.$type.'" selected="selected">'.$type.'</option>';
@ -424,6 +424,7 @@ function editAttack($attackname, $attackid, $Frucht, $starke, $verteidigung, $sp
if(JSON_ERROR_NONE != json_last_error()) { if(JSON_ERROR_NONE != json_last_error()) {
echo "<br>"; echo "<br>";
echo "Attacke konnte nicht erstellt werden, syntax f&ouml;r options ist nicht korrekt!"; echo "Attacke konnte nicht erstellt werden, syntax f&ouml;r options ist nicht korrekt!";
echo "<br>";
echo displayHistoryBackLink(); echo displayHistoryBackLink();
return; return;
} }

Loading…
Cancel
Save