feat: v4.1 - Czech diacritics in PDF (Liberation fonts), hour/min duration fields, day select in modal
Some checks failed
Build & Push Docker / build (push) Has been cancelled
Some checks failed
Build & Push Docker / build (push) Has been cancelled
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Den</label>
|
||||
<input type="date" id="modalBlockDate">
|
||||
<select id="modalBlockDate"></select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Typ programu</label>
|
||||
@@ -177,16 +177,25 @@
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label>Začátek</label>
|
||||
<input type="time" id="modalBlockStart">
|
||||
<input type="time" id="modalBlockStart" step="900">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Konec</label>
|
||||
<input type="time" id="modalBlockEnd">
|
||||
<input type="time" id="modalBlockEnd" step="900">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Nebo trvání</label>
|
||||
<input type="text" id="modalBlockDuration" placeholder="HH:MM (např. 1:30)">
|
||||
<div class="duration-row">
|
||||
<div class="duration-field">
|
||||
<input type="number" id="modalDurHours" min="0" max="23" placeholder="0">
|
||||
<span class="duration-unit">hod</span>
|
||||
</div>
|
||||
<div class="duration-field">
|
||||
<input type="number" id="modalDurMinutes" min="0" max="59" step="15" placeholder="0">
|
||||
<span class="duration-unit">min</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Garant</label>
|
||||
|
||||
Reference in New Issue
Block a user