CSS rework et autres améliorations

This commit is contained in:
2026-02-12 23:05:22 +01:00
parent 39da08d4cb
commit f26130d208
63 changed files with 3280 additions and 1023 deletions

View File

@@ -18,13 +18,13 @@
<ul>
<li class="flexrow">
<label class="item-name-label-long">Type de Blessure</label>
<label class="item-name-label-long">🩸 Type de Blessure</label>
<select name="system.typeBlessure">
{{selectOptions config.blessures selected=system.typeBlessure valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
</li>
<li class="flexrow">
<label class="item-name-label-long">Localisation</label>
<label class="item-name-label-long">🎯 Localisation</label>
<select name="system.localisation">
{{selectOptions config.LOCALISATION selected=system.localisation valueAttr="id" nameAttr="id" labelAttr="label"}}
</select>