Migration vers datamodels
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
<form class="confrontation-roll-dialog">
|
||||
<header class="roll-dialog-header">
|
||||
<div class="confrontation-start-dialog">
|
||||
<div class="flexrow 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>
|
||||
</header>
|
||||
|
||||
<div class="flexcol">
|
||||
|
||||
<span class="roll-dialog-actor-title">{{title}}</span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<footer class="sheet-footer flexcol">
|
||||
<button type="button" data-action="rollNormal">
|
||||
<i class="fas fa-check"></i> {{localize "ECRY.ui.rollnormal"}}
|
||||
</button>
|
||||
<button type="button" data-action="rollSpleen">
|
||||
<i class="fas fa-check"></i> {{localize "ECRY.ui.rollspleen"}}
|
||||
</button>
|
||||
<button type="button" data-action="rollIdeal">
|
||||
<i class="fas fa-check"></i> {{localize "ECRY.ui.rollideal"}}
|
||||
</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