Minor fixes from v14 feedback
Release Creation / build (release) Successful in 8m22s

This commit is contained in:
2026-05-23 23:07:10 +02:00
parent d120da6718
commit b877262283
93 changed files with 321 additions and 279 deletions
+14 -14
View File
@@ -11,38 +11,38 @@
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
<li class="flexrow item">
<label class="generic-label">Exemples : </label>
<label class="generic-label">{{localize "MNBL.examples"}} : </label>
</li>
<li class="flexrow item">
<input type="text" class="padd-right status-small-label color-class-common" name="system.exemples"
value="{{system.exemples}}" data-dtype="String" />
</li>
<li class="flexrow items">
<label class="generic-label item-field-label-long">Attribut principal 1 </label>
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 1 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut1" value="{{system.attribut1}}" data-dtype="string">
{{selectOptions config.attributs selected=system.attribut1}}
</select>
</li>
<li class="flexrow item ">
<label class="generic-label item-field-label-long">Attribut principal 2 </label>
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 2 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
<option value="none">Aucun</option>
<option value="none">{{localize "MNBL.none"}}</option>
{{selectOptions config.attributs selected=system.attribut2}}
</select>
</li>
<li class="flexrow item ">
<label class="generic-label item-field-label-long">Attribut principal 3 </label>
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 3 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
<option value="none">Aucun</option>
<option value="none">{{localize "MNBL.none"}}</option>
{{selectOptions config.attributs selected=system.attribut3}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label">Compétences exercées : </label>
<label class="generic-label">{{localize "MNBL.exercisedskills"}} : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
@@ -50,42 +50,42 @@
</li>
<li class="flexrow item">
<label class="generic-label">Talents Initié : </label>
<label class="generic-label">{{localize "MNBL.initiateTalents"}} : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
name="system.talentsinitie" data-dtype="String">{{system.talentsinitie}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">Prérequis Aguerri : </label>
<label class="generic-label">{{localize "MNBL.prerequisitesAguerri"}} : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
name="system.prerequisaguerri" data-dtype="String">{{system.prerequisaguerri}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">Talents Aguerri : </label>
<label class="generic-label">{{localize "MNBL.aguerriTalents"}} : </label>
</li>
<li class="flexrow item">
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
name="system.talentsaguerri" data-dtype="String">{{system.talentsaguerri}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">Prérequis Maître : </label>
<label class="generic-label">{{localize "MNBL.prerequisitesMaitre"}} : </label>
</li>
<li class="flexrow item">
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
name="system.prerequismaitre" data-dtype="String">{{system.prerequismaitre}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">Talents Maître : </label>
<label class="generic-label">{{localize "MNBL.maitreTalents"}} : </label>
</li>
<li class="flexrow item">
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
name="system.talentsmaitre" data-dtype="String">{{system.talentsmaitre}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">Equipement : </label>
<label class="generic-label">{{localize "MNBL.equipment"}} : </label>
</li>
<li class="flexrow item">
<input type="text" class="padd-right status-small-label color-class-common" name="system.equipement"
@@ -97,4 +97,4 @@
</div>
</section>
</section>
</section>