mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #2468 - Issue with Time 12 hour and 24 hour clock
This commit is contained in:
parent
b7f8ac5da1
commit
c6244ee32d
10 changed files with 13 additions and 13 deletions
|
@ -45,9 +45,9 @@
|
|||
<option value="Saturday">${OptionSaturday}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="fldTimeOfDay" class="inputContainer">
|
||||
<input is="emby-input" type="time" id="txtTimeOfDay" name="txtTimeOfDay" required="required" label="${LabelTime}"/>
|
||||
<div class="fieldDescription timeFieldExample"></div>
|
||||
<div id="fldTimeOfDay" class="selectContainer">
|
||||
<select is="emby-select" id="selectTimeOfDay" label="${LabelTime}">
|
||||
</select>
|
||||
</div>
|
||||
<div id="fldSelectSystemEvent" class="selectContainer">
|
||||
<select is="emby-select" id="selectSystemEvent" name="selectSystemEvent" label="${LabelEvent}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue