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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
.settings-save-status {
|
.settings-save-status {
|
||||||
min-height: 18px;
|
min-height: 18px;
|
||||||
|
|||||||
+4
-4
@@ -137,6 +137,10 @@
|
|||||||
<label>Nova odpoved <input name="copyNewReplyLabel"></label>
|
<label>Nova odpoved <input name="copyNewReplyLabel"></label>
|
||||||
<label>Operator odpovida <input name="copyOperatorReplyLabel"></label>
|
<label>Operator odpovida <input name="copyOperatorReplyLabel"></label>
|
||||||
<label>Info/GDPR <textarea name="copyInfoText" rows="2"></textarea></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>
|
</fieldset>
|
||||||
<label class="color-field">Barva
|
<label class="color-field">Barva
|
||||||
<span class="color-row">
|
<span class="color-row">
|
||||||
@@ -164,10 +168,6 @@
|
|||||||
<label><input name="messageLabel" type="checkbox"> kratky stitek</label>
|
<label><input name="messageLabel" type="checkbox"> kratky stitek</label>
|
||||||
<label><input name="messageWiggle" type="checkbox"> zhoupnuti</label>
|
<label><input name="messageWiggle" type="checkbox"> zhoupnuti</label>
|
||||||
</fieldset>
|
</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>
|
</form>
|
||||||
<h3>GTM snippet</h3>
|
<h3>GTM snippet</h3>
|
||||||
<pre id="snippet"></pre>
|
<pre id="snippet"></pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user