Add icons and stuff
This commit is contained in:
22
templates/item-avantage-sheet.html
Normal file
22
templates/item-avantage-sheet.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{> systems/fvtt-les-heritiers/templates/partial-item-header.html}}
|
||||
|
||||
{{> systems/fvtt-les-heritiers/templates/partial-item-nav.html}}
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{> systems/fvtt-les-heritiers/templates/partial-item-description.html}}
|
||||
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</form>
|
||||
@@ -57,6 +57,8 @@
|
||||
<li class="specialite-item item flexrow" data-specialite-index="{{key}}">
|
||||
<input type="text" class="padd-right color-class-common edit-specialite" value="{{specialite.name}}"
|
||||
data-dtype="String" />
|
||||
<a class="item-control delete-specialite" title="Supprimer une specialité"><i
|
||||
class="fas fa-trash"></i></a>
|
||||
</li>
|
||||
<li class="specialite-item item flexrow" data-specialite-index="{{key}}">
|
||||
<textarea row="4" type="text" class="padd-right color-class-common edit-specialite-description"
|
||||
|
||||
22
templates/item-desavantage-sheet.html
Normal file
22
templates/item-desavantage-sheet.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{> systems/fvtt-les-heritiers/templates/partial-item-header.html}}
|
||||
|
||||
{{> systems/fvtt-les-heritiers/templates/partial-item-nav.html}}
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{> systems/fvtt-les-heritiers/templates/partial-item-description.html}}
|
||||
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</form>
|
||||
Reference in New Issue
Block a user