Migration vers datamodels
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<div class="skill-roll-dialog">
|
||||
<header class="roll-dialog-header">
|
||||
{{#if img}}
|
||||
<img class="actor-icon" src="{{img}}" data-edit="img" title="{{name}}" />
|
||||
<img class="actor-icon" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<h1 class="dialog-roll-title roll-dialog-header">{{title}}</h1>
|
||||
<span class="roll-dialog-actor-title">{{title}}</span>
|
||||
</header>
|
||||
|
||||
<div class="flexcol">
|
||||
@@ -11,12 +11,20 @@
|
||||
{{> systems/fvtt-ecryme/templates/dialogs/partial-common-roll-dialog.hbs}}
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Difficulté : </span>
|
||||
<select class="" type="text" id="roll-difficulty" data-dtype="String">
|
||||
<span class="roll-dialog-label">{{localize "ECRY.ui.difficulty"}} : </span>
|
||||
<select id="roll-difficulty" data-dtype="String">
|
||||
{{selectOptions config.difficulty selected=difficulty localize=true labelAttr="difficulty"}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<footer class="sheet-footer flexrow">
|
||||
<button type="button" data-action="roll">
|
||||
<i class="fas fa-check"></i> {{localize "ECRY.ui.roll"}}
|
||||
</button>
|
||||
<button type="button" data-action="cancel">
|
||||
<i class="fas fa-times"></i> {{localize "ECRY.ui.cancel"}}
|
||||
</button>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user