From c7ec648696ac47d4c45878fbee49a544995a1d7d Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Tue, 31 Mar 2026 00:40:23 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20d=C3=A9place=20le=20bloc=20XP=20en=20bas?= =?UTF-8?q?=20de=20l'onglet=20Biographie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ordre : Biographie → Notes → XP Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/character-biography.hbs | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/templates/character-biography.hbs b/templates/character-biography.hbs index ac48acc..f5c7f2f 100644 --- a/templates/character-biography.hbs +++ b/templates/character-biography.hbs @@ -1,5 +1,17 @@
+ {{!-- Description / Biographie --}} +
+
{{localize "CELESTOPOL.Actor.description"}}
+ {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}} +
+ + {{!-- Notes --}} +
+
{{localize "CELESTOPOL.Actor.notes"}}
+ {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}} +
+ {{!-- Section XP --}}
{{localize "CELESTOPOL.XP.title"}}
@@ -71,15 +83,4 @@
- {{!-- Description / Biographie --}} -
-
{{localize "CELESTOPOL.Actor.description"}}
- {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}} -
- - {{!-- Notes --}} -
-
{{localize "CELESTOPOL.Actor.notes"}}
- {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}} -