mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-26 08:39:18 +02:00
Make Auteur(s) and Accès columns sortable alphabetically in admin list
This commit is contained in:
@@ -832,6 +832,7 @@ a.recap-file-name:hover {
|
||||
padding-top: var(--space-m);
|
||||
width: 100%;
|
||||
max-width: 620px;
|
||||
margin-bottom: var(--space-l);
|
||||
}
|
||||
|
||||
.recap-section h2 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user