Finished up for version 0.0.6

This commit is contained in:
2021-03-19 05:08:28 +01:00
parent 5c74186066
commit 20565d8409
12 changed files with 680 additions and 133 deletions

View File

@@ -1,5 +1,9 @@
<div id="{{id}}" class="roll-dialog">
{{#if skillName}}
<h1 style="text-align: center;">{{localize skillName}} ({{skillValue}})</h1>
{{else}}
<h1 style="text-align: center;">{{name}}</h1>
{{/if}}
<div class="flexrow" style="margin-bottom: 10px;">
<label style="margin: auto;">{{localize "ROLL.OPENCLOSE"}}</label>
<input type="button" name="openclosed" min="0" value="{{startopen}}" style="min-height: 30px; min-width: 45px;" />