fvtt-rolemaster-frp/templates/sheets/actors/apps/actor-settings.html

17 lines
504 B
HTML
Raw Normal View History

2024-07-26 09:20:48 +02:00
<form>
<div>
<h3>Import Skill Categories</h3>
<div>
WARNING: This will erase your existing Skill Categories and import all Skill Categories from the selected Compendium.
</div>
<div>
Select Compendium:
<select name="selectOptions" class="compendium-selector" value="None" itemid="blah">
{{selectOptions selectOptions}}
</select></div>
<div>
<button class="import-skillcats" title="Import">Import</button>
</div>
</div>
</form>