Make Auteur(s) and Accès columns sortable alphabetically in admin list

This commit is contained in:
Pontoporeia
2026-05-10 22:40:57 +02:00
parent 406752bc6f
commit 9bcfaf5fd5
6 changed files with 22 additions and 6 deletions

View File

@@ -171,10 +171,8 @@ $pageTitle = 'Merci — TFE enregistré';
<dd><?= htmlspecialchars($thesis['access_type']) ?></dd>
<?php endif; ?>
</dl>
</section>
<?php if (!empty($files)): ?>
<section class="recap-section">
<?php if (!empty($files)): ?>
<h2>Fichiers soumis</h2>
<ul class="recap-file-list">
<?php foreach ($files as $f): ?>
@@ -210,8 +208,8 @@ $pageTitle = 'Merci — TFE enregistré';
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</section>
<?php endif; ?>
</main>
</body>