0.0.7 (#7)
finishing for version 0.0.7 Co-Authored-By: erebus <erebus@rikspolisen.se> Co-Committed-By: erebus <erebus@rikspolisen.se>
This commit was merged in pull request #7.
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
</div>
|
||||
<div class="grid-container" style="grid-template-columns: 1fr 1fr;">
|
||||
<div class="rating">
|
||||
<label>{{localize data.damage.label}}</label>
|
||||
<input name="data.damage.value" type="text" value="{{data.damage.value}}" />
|
||||
<label>{{localize data.data.damage.label}}</label>
|
||||
<input name="data.damage.value" type="text" value="{{data.data.damage.value}}" />
|
||||
</div>
|
||||
<div class="rating">
|
||||
<label>{{localize data.skill.label}}</label>
|
||||
<input name="data.skill.value" type="text" value="{{data.skill.value}}" />
|
||||
<label>{{localize data.data.skill.label}}</label>
|
||||
<input name="data.skill.value" type="text" value="{{data.data.skill.value}}" />
|
||||
</div>
|
||||
<div>
|
||||
<label>{{localize data.category.label}}</label>
|
||||
<label>{{localize data.data.category.label}}</label>
|
||||
<select class="item-weapon-cat-select" name="data.category.value">
|
||||
{{#select data.category.value}}
|
||||
{{#select data.data.category.value}}
|
||||
<option value="melee">{{localize "WEAPON.MELEE"}}</option>
|
||||
<option value="ranged">{{localize "WEAPON.RANGED"}}</option>
|
||||
{{/select}}
|
||||
@@ -28,10 +28,10 @@
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="description">
|
||||
<h2>{{localize data.description.label}}</h2>
|
||||
<h2>{{localize data.data.description.label}}</h2>
|
||||
<div class="info">
|
||||
<div class="description">
|
||||
{{editor content=data.description.value target="data.description.value" button=true owner=owner editable=editable}}
|
||||
{{editor content=data.data.description.value target="data.description.value" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user