foundryvtt-reve-de-dragon/templates/time/calendar-editor.hbs

20 lines
533 B
Handlebars
Raw Normal View History

<form class="rdd-dialog-calendar-editor" autocomplete="off">
2020-12-08 21:41:00 +01:00
<header class="sheet-header">
<div class="header-fields">
<h1 class="charname">Edition du Calendrier</h1>
</div>
</header>
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="form-group">
{{>"systems/foundryvtt-reve-de-dragon/templates/common/timestamp.hbs"
(timestamp-extract timestamp)
path='calendar'
label='Date courante'
disabled=''
}}
2020-12-08 21:41:00 +01:00
</div>
</section>
</form>