изменение текущего времени, тест 3
This commit is contained in:
@@ -1115,6 +1115,36 @@ data-role="{{ p.position or '' }}"
|
||||
};
|
||||
</script>
|
||||
|
||||
<div id="clockEditorModal" class="clock-editor-modal" style="display:none;">
|
||||
<div class="clock-editor-content">
|
||||
<div class="clock-editor-title">
|
||||
Редактировать время
|
||||
</div>
|
||||
|
||||
<input
|
||||
id="clockEditorInput"
|
||||
class="clock-editor-input"
|
||||
type="text"
|
||||
placeholder="00:00"
|
||||
/>
|
||||
|
||||
<div class="clock-editor-buttons">
|
||||
<button
|
||||
class="clock-editor-btn cancel"
|
||||
onclick="closeClockEditor()"
|
||||
>
|
||||
Отмена
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="clock-editor-btn apply"
|
||||
onclick="applyClockEditor()"
|
||||
>
|
||||
Применить
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="formation-modal" id="clockEditorModal">
|
||||
<div class="formation-modal-backdrop" onclick="closeClockEditor()"></div>
|
||||
<div class="formation-modal-content clock-editor-modal-content">
|
||||
|
||||
Reference in New Issue
Block a user