11 lines
501 B
Handlebars
11 lines
501 B
Handlebars
<h3>{{ localize "YAT.status.add-timer" }}</h3>
|
|
|
|
<form>
|
|
<label>{{ localize "YAT.add-timer.timer name" }} <input name="timer-name"></label>
|
|
<label>{{ localize "YAT.add-timer.duration" }} <input name="timer-duration"></label>
|
|
<span class="hint">{{ localize "YAT.add-timer.format-hint" }}</span>
|
|
<label>{{ localize "YAT.start-now" }} <input type="checkbox" name="timer-start-now"></label>
|
|
|
|
<button class="button" data-action="add-timer">{{ localize "YAT.status.add-timer" }}</button>
|
|
</form>
|