Update CSS/Look & feel
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-header.html}}
|
||||
<section>
|
||||
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-header.hbs}}
|
||||
|
||||
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-nav.html}}
|
||||
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-nav.hbs}}
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
|
||||
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-description.hbs}}
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<label class="generic-label item-field-label-long">Attribut 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 attributs selected=system.attribut1 }}
|
||||
{{selectOptions config.attributs selected=system.attribut1 }}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
@@ -28,7 +28,7 @@
|
||||
<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>
|
||||
{{selectOptions attributs selected=system.attribut2 }}
|
||||
{{selectOptions config.attributs selected=system.attribut2 }}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
@@ -36,7 +36,7 @@
|
||||
<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>
|
||||
{{selectOptions attributs selected=system.attribut3 }}
|
||||
{{selectOptions config.attributs selected=system.attribut3 }}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
@@ -76,4 +76,4 @@
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</form>
|
||||
</section>
|
||||
Reference in New Issue
Block a user