diff --git a/app/public/assets/css/admin.css b/app/public/assets/css/admin.css index 538dce7..e02beac 100644 --- a/app/public/assets/css/admin.css +++ b/app/public/assets/css/admin.css @@ -605,15 +605,36 @@ th.admin-ap-col { font-size: var(--step--1); } -/* ── Paramètres page top-level sections (flat, no border card) ──────────── */ -.admin-body main > section[aria-labelledby^="settings-"] { +/* ── Flat sections (no border card) — parametres + contenus ─────────────── */ +.admin-body main > section[aria-labelledby^="settings-"], +.admin-body main > section[aria-labelledby^="static-pages-"], +.admin-body main > section[aria-labelledby^="form-settings-"] { border: none; border-radius: 0; padding: 0; margin-bottom: var(--space-xl); } -.admin-body main > section[aria-labelledby^="settings-"] > h2 { +/* Fieldsets inside flat sections: no card border */ +.admin-body main > section[aria-labelledby^="settings-"] fieldset, +.admin-body main > section[aria-labelledby^="form-settings-"] fieldset { + border: none; + border-radius: 0; + padding: var(--space-m) 0; +} + +.admin-body main > section[aria-labelledby^="settings-"] fieldset legend, +.admin-body main > section[aria-labelledby^="form-settings-"] fieldset legend { + padding: 0; + font-weight: 600; + letter-spacing: 0.04em; + text-transform: uppercase; + color: var(--text-secondary); +} + +.admin-body main > section[aria-labelledby^="settings-"] > h2, +.admin-body main > section[aria-labelledby^="static-pages-"] > h2, +.admin-body main > section[aria-labelledby^="form-settings-"] > h2 { font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; diff --git a/app/templates/admin/acces.php b/app/templates/admin/acces.php index dc9c906..c201867 100644 --- a/app/templates/admin/acces.php +++ b/app/templates/admin/acces.php @@ -113,6 +113,19 @@ +%%%%%%% diff from: somsyvxz 249f7943 "Bulk bar anti-shift, tags icons, AP no-wrap, credits reorder" (rebased revision) +\\\\\\\ to: qxuprqpt a1b3064d "Add language-search component for Autre Langue input + active search in lists" (rebased revision) ++ $linkName = $link['name'] ?? ''; +++ $linkExpiresVal = $link['expires_at'] ? date('Y-m-d\TH:i', strtotime($link['expires_at'])) : ''; +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff from: qxuprqpt a1b3064d "Add language-search component for Autre Langue input + active search in lists" (rebased revision) +\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ to: somsyvxz 249f7943 "Bulk bar anti-shift, tags icons, AP no-wrap, credits reorder" (rebased revision) +- $linkName = $link['name'] ?? ''; +- $linkExpiresVal = $link['expires_at'] ? date('Y-m-d\TH:i', strtotime($link['expires_at'])) : ''; +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff from: somsyvxz 14a3cd10 "Bulk bar anti-shift, tags icons, AP no-wrap, credits reorder" (rebase destination) +\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ to: sntroxlt a8d07458 "Move Formulaire settings to contenus, remove delete-all TFE" (rebased revision) + $linkName = $link['name'] ?? ''; + $linkExpiresVal = $link['expires_at'] ? date('Y-m-d\TH:i', strtotime($link['expires_at'])) : ''; + $linkLockedYear = $link['locked_year'] ?? null; ++%%%%%%% diff from: somsyvxz 249f7943 "Bulk bar anti-shift, tags icons, AP no-wrap, credits reorder" (rebased revision) ++\\\\\\\ to: sntroxlt 6a5b93f3 "Move Formulaire settings to contenus, remove delete-all TFE" (rebased revision) +++ $linkName = $link['name'] ?? ''; ++ $linkExpiresVal = $link['expires_at'] ? date('Y-m-d\TH:i', strtotime($link['expires_at'])) : ''; ?>
Options de visibilité disponibles dans le formulaire d'ajout de TFE.
-L'option Libre ne sera activée qu'à partir de l'année académique prochaine.
- - -Active ou désactive les types de travaux dans les formulaires et la consultation. Un type désactivé ne peut plus être soumis ni affiché sur le site.
-Le type TFE est toujours actif et ne peut pas être désactivé.
- - -| Slug | @@ -148,14 +42,123 @@
|---|
- Chaque bloc d'aide s'affiche au-dessus de sa section dans le formulaire de soumission. - Le bouton rond active/désactive l'affichage. -
+ +Site public : en ligne