Correction
continuous-integration/drone/push Build was killed Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 2022dfe96d
commit ec3b7e3197

@ -361,7 +361,6 @@ class AdminController extends UserController
} else {
$model->modifOrdreDown($enigme);
}
echo '<script>alert("L\'ordre a bien été modifier.");</script>';
$this->goToSeeOrdre();
}
catch (Exception $e) {

@ -36,7 +36,7 @@
<tr>
<th scope="col">Enigme</th>
<th scope="col">Ordre</th>
<th scope="col"></th>
<th scope="col-4"></th>
</tr>
</thead>
<tbody>
@ -52,10 +52,6 @@
echo "</tr>";
}
?>
<tr>
<td>Modifier</td>
<?php echo '<td><a class="link" href="index.php?action=goToModifOrdre">Modifier</a></td>'; ?>
</tr>
</tbody>
</table>
</div>

Loading…
Cancel
Save