DIvers rework de CSS/LESS et améliorations de messages/layout
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
</header>
|
||||
<section class="sheet-card summary-card">
|
||||
<div class="field-row"><label>État</label><input name="system.state" type="text" value="{{system.state}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>État</label><select name="system.state" {{#if isPlayMode}}disabled{{/if}}>{{#each choiceSets.armorStateOptions as |option|}}<option value="{{option.value}}" {{#if (eq option.value @root.system.state)}}selected{{/if}}>{{option.label}}</option>{{/each}}</select></div>
|
||||
<div class="field-row"><label>Protection</label><input name="system.protection" type="number" value="{{system.protection}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>Malus physique</label><input name="system.physicalPenalty" type="number" value="{{system.physicalPenalty}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
<div class="field-row"><label>Malus initiative</label><input name="system.initiativePenalty" type="number" value="{{system.initiativePenalty}}" {{#if isPlayMode}}disabled{{/if}} /></div>
|
||||
@@ -17,8 +17,8 @@
|
||||
</section>
|
||||
<section class="sheet-card notes-card">
|
||||
<h2>{{localize "LESOUBLIES.labels.description"}}</h2>
|
||||
{{editor system.description target="system.description" button=true editable=isEditMode}}
|
||||
{{formInput systemFields.description enriched=enriched.description value=system.description name="system.description" toggled=true}}
|
||||
<h2>{{localize "LESOUBLIES.labels.notes"}}</h2>
|
||||
{{editor system.notes target="system.notes" button=true editable=isEditMode}}
|
||||
{{formInput systemFields.notes enriched=enriched.notes value=system.notes name="system.notes" toggled=true}}
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user