Support des runes

This commit is contained in:
2022-06-26 18:52:31 +02:00
parent 3f91a161ab
commit 8d43ae6b6e
11 changed files with 174 additions and 14 deletions

View File

@@ -20,10 +20,14 @@
</span>
<span class="flexrow">
<label class="generic-label">Rune prononcée : </label>
</span>
<span class="flexrow">
<input type="text" class="padd-right status-small-label color-class-common" name="data.prononcee" value="{{data.prononcee}}" data-dtype="String" />
</span>
<span class="flexrow">
<label class="generic-label">Rune tracée : </label>
</span>
<span class="flexrow">
<input type="text" class="padd-right status-small-label color-class-common" name="data.tracee" value="{{data.tracee}}" data-dtype="String" />
</span>