Move widget copy save action
This commit is contained in:
@@ -248,6 +248,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
.settings-save-status {
|
||||
min-height: 18px;
|
||||
|
||||
+4
-4
@@ -137,6 +137,10 @@
|
||||
<label>Nova odpoved <input name="copyNewReplyLabel"></label>
|
||||
<label>Operator odpovida <input name="copyOperatorReplyLabel"></label>
|
||||
<label>Info/GDPR <textarea name="copyInfoText" rows="2"></textarea></label>
|
||||
<div class="settings-actions">
|
||||
<button type="submit">Uložit a přeložit</button>
|
||||
<span id="settingsSaveStatus" class="settings-save-status" aria-live="polite"></span>
|
||||
</div>
|
||||
</fieldset>
|
||||
<label class="color-field">Barva
|
||||
<span class="color-row">
|
||||
@@ -164,10 +168,6 @@
|
||||
<label><input name="messageLabel" type="checkbox"> kratky stitek</label>
|
||||
<label><input name="messageWiggle" type="checkbox"> zhoupnuti</label>
|
||||
</fieldset>
|
||||
<div class="settings-actions">
|
||||
<button type="submit">Uložit a přeložit</button>
|
||||
<span id="settingsSaveStatus" class="settings-save-status" aria-live="polite"></span>
|
||||
</div>
|
||||
</form>
|
||||
<h3>GTM snippet</h3>
|
||||
<pre id="snippet"></pre>
|
||||
|
||||
Reference in New Issue
Block a user