Gestion de l'import skill/categories
This commit is contained in:
@@ -1,17 +1,25 @@
|
||||
<form>
|
||||
<div>
|
||||
<h3>Import Skill Categories</h3>
|
||||
|
||||
<h3>Import Skill Categories/Skills</h3>
|
||||
<div>
|
||||
WARNING: This will erase your existing Skill Categories and import all Skill Categories from the selected Compendium.
|
||||
WARNING: This will erase your existing Skill Categories or Skills and import all Skill Categories/Skills from the selected Compendium.
|
||||
</div>
|
||||
<div>
|
||||
Select Compendium:
|
||||
<select name="selectOptions" class="compendium-selector" value="None" itemid="blah">
|
||||
<div class="flexrow">
|
||||
<span >Select Skill Categories Compendium:</span>
|
||||
<select name="selectOptionsCategories" class="compendium-selector" value="None" itemid="blah">
|
||||
{{selectOptions selectOptions}}
|
||||
</select></div>
|
||||
<div>
|
||||
<button class="import-skillcats" title="Import">Import</button>
|
||||
</select>
|
||||
<button class="import-skillcats" value="skill_category" name="skill_category" title="Import">Import Skill Categories</button>
|
||||
</div>
|
||||
|
||||
<div class="flexrow">
|
||||
<span>Select Skills Compendium:</span>
|
||||
<select name="selectOptionsSkills" class="compendium-selector" value="None" itemid="blah">
|
||||
{{selectOptions selectOptions}}
|
||||
</select>
|
||||
<button class="import-skills" value="skill" name="skill" title="Import">Import Skills</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form>
|
Reference in New Issue
Block a user