mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
retirer l'orientation des cartes de résultats de recherche
This commit is contained in:
@@ -256,6 +256,7 @@
|
||||
.admin-table-id {
|
||||
color: var(--text-secondary);
|
||||
font-size: var(--step--2);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* ── Filters bar ────────────────────────────────────────────────────────── */
|
||||
|
||||
@@ -50,7 +50,7 @@ $to = min($page * $perPage, $totalItems);
|
||||
<?php endif; ?>
|
||||
<span class="result-card__authors"><?= htmlspecialchars($item['authors'] ?? '') ?></span>
|
||||
<span class="result-card__title"><?= htmlspecialchars($item['title']) ?></span>
|
||||
<small class="result-card__meta"><?= htmlspecialchars($item['year']) ?><?php if (!empty($item['orientation'])): ?> · <?= htmlspecialchars($item['orientation']) ?><?php endif; ?></small>
|
||||
<small class="result-card__meta"><?= htmlspecialchars($item['year']) ?></small>
|
||||
</a></li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user