admin toc: label rename + padding

- rename 'Sur cette page' to 'Parties'
- add padding-top between PARTIES label and toc links
This commit is contained in:
Pontoporeia
2026-07-08 13:49:36 +02:00
parent 30f901f1ed
commit 8e67b9c155
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
* at runtime.
*/
?>
<details class="toc" id="admin-toc" open aria-label="Sur cette page">
<summary><?= icon('caret-down', 0, 'toc-caret') ?> SUR CETTE PAGE</summary>
<details class="toc" id="admin-toc" open aria-label="Parties">
<summary><?= icon('caret-down', 0, 'toc-caret') ?> PARTIES</summary>
<ul class="toc-list" id="admin-toc-list">
<!-- populated by admin-toc.js -->
</ul>