Fix apv2, WIP

This commit is contained in:
2026-06-06 10:21:24 +02:00
parent 6cec1da910
commit 9b77a0c552
130 changed files with 12850 additions and 2830 deletions
+10 -7
View File
@@ -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>