Confrontation stuff
This commit is contained in:
13
templates/dialogs/confront-start-dialog.hbs
Normal file
13
templates/dialogs/confront-start-dialog.hbs
Normal file
@ -0,0 +1,13 @@
|
||||
<form class="confrontation-roll-dialog">
|
||||
<header class="roll-dialog-header">
|
||||
{{#if img}}
|
||||
<img class="actor-icon" src="{{img}}" data-edit="img" title="{{name}}" />
|
||||
{{/if}}
|
||||
<h1 class="dialog-roll-title roll-dialog-header">{{title}}</h1>
|
||||
</header>
|
||||
|
||||
<div class="flexcol">
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
Reference in New Issue
Block a user