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 { } else {
$model->modifOrdreDown($enigme); $model->modifOrdreDown($enigme);
} }
echo '<script>alert("L\'ordre a bien été modifier.");</script>';
$this->goToSeeOrdre(); $this->goToSeeOrdre();
} }
catch (Exception $e) { catch (Exception $e) {

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

Loading…
Cancel
Save