This commit is contained in:
2024-06-19 14:08:59 +02:00
parent 9436fd05cc
commit 6bfbf46dcc
21 changed files with 854 additions and 236 deletions

View File

@@ -3,6 +3,7 @@
<h1 class="title">Détails de la Playlist</h1>
<?php if ($items): ?>
<p><strong>Nombre de chansons:</strong> <?= $itemCount ?></p>
<div class="table-container" style="max-height: 400px; overflow-y: auto;">
<table class="table is-fullwidth is-striped">
<thead>
@@ -35,4 +36,4 @@
<a href="<?= site_url('playlist') ?>" class="button is-link">Retour aux playlists</a>
</div>
</section>
</section>