Files
roll20-character-sheets/AD&D 2E Revised/html/priest-sphere-button.html
T
Peter Bjerg Lidegaard c747ed2d87 - Ensured that error message field is non interactable and read only
- Greatly optimized the sheet workers, by checking if a removed value is 0, and therefore no calculation is needed
2021-06-19 01:07:12 +02:00

7 lines
483 B
HTML

<input type="checkbox" class="sheet-show-spell-spheres-pri" style="display: none" name="attr_show-spell-sphere-pri" title="@{show-spell-sphere-pri}"/>
<div class="sheet-spell-sphere-pri">
<button type="action" name="act_add-spells-#REPLACE0#" title="%{add-spells-#REPLACE0#}" class="btn">Add #REPLACE1#-level spells</button>
<input name="attr_add-spell-error-#REPLACE0#" class="sheet-invisible" readonly style="width: 570px; pointer-events: none">
<br>
<br>
</div>