CSS rework et autres améliorations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user