Bouton de création d'actu ajouté

This commit is contained in:
Erwann PHILIPPE 2026-03-10 09:01:02 +01:00
parent df41001821
commit 29a14af020

View file

@ -68,6 +68,7 @@ $uploadDir = "../Photos/INTRANET/actus/";
</div> </div>
<?php endforeach ?> <?php endforeach ?>
</div> </div>
<button type="button" class="btn btn-primary" style="position: fixed; bottom: 20px; right: 20px;" onclick="window.location.href='./createActu.php'">Créer actualité</button>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body> </body>