fix: déplace le bloc XP en bas de l'onglet Biographie

Ordre : Biographie → Notes → XP

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-31 00:40:23 +02:00
parent 11e7adba16
commit c7ec648696

View File

@@ -1,5 +1,17 @@
<div class="tab biography {{tab.cssClass}}" data-group="sheet" data-tab="biography"> <div class="tab biography {{tab.cssClass}}" data-group="sheet" data-tab="biography">
{{!-- Description / Biographie --}}
<div class="biography-section">
<div class="section-header">{{localize "CELESTOPOL.Actor.description"}}</div>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</div>
{{!-- Notes --}}
<div class="notes-section">
<div class="section-header">{{localize "CELESTOPOL.Actor.notes"}}</div>
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
</div>
{{!-- Section XP --}} {{!-- Section XP --}}
<div class="xp-section"> <div class="xp-section">
<div class="section-header">{{localize "CELESTOPOL.XP.title"}}</div> <div class="section-header">{{localize "CELESTOPOL.XP.title"}}</div>
@@ -71,15 +83,4 @@
</details> </details>
</div> </div>
{{!-- Description / Biographie --}}
<div class="biography-section">
<div class="section-header">{{localize "CELESTOPOL.Actor.description"}}</div>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</div>
{{!-- Notes --}}
<div class="notes-section">
<div class="section-header">{{localize "CELESTOPOL.Actor.notes"}}</div>
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
</div>
</div> </div>