Fix apv2, WIP
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
<form
|
||||
id="dice-pool-form"
|
||||
class="vermine form"
|
||||
data-actor-id="{{ speakerId }}"
|
||||
>
|
||||
|
||||
<div class="roll-dialog-content">
|
||||
<!-- HIDDEN DATA -->
|
||||
<input type="hidden" name="label" id="label" value="{{ label }}" />
|
||||
<input type="hidden" name="rollType" id="rollType" value="{{ rollType }}" />
|
||||
@@ -359,4 +354,12 @@
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<footer class="sheet-footer flexrow">
|
||||
<button type="button" data-action="cancel">
|
||||
<i class="fas fa-times"></i> {{localize "VERMINE.cancel"}}
|
||||
</button>
|
||||
<button type="button" data-action="roll">
|
||||
<i class="fas fa-check"></i> {{localize "VERMINE.roll"}}
|
||||
</button>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user