forked from public/foundryvtt-reve-de-dragon
Gestion de la périodicité/temporalité
This commit is contained in:
9
templates/common/periodicite.hbs
Normal file
9
templates/common/periodicite.hbs
Normal file
@ -0,0 +1,9 @@
|
||||
<label for="{{path}}.nombre">{{label}}</label>
|
||||
<div class="flexrow">
|
||||
<input type="number" name="{{path}}.nombre" value="{{nombre}}" data-dtype="Number"/>
|
||||
<select name="{{path}}.unite" data-dtype="String" >
|
||||
{{#select unite}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-periode.html"}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
Reference in New Issue
Block a user