Update action bar sync labels

This commit is contained in:
DonVoo 2026-07-13 12:39:35 +02:00
parent c3d3f8e677
commit 09d22931e1
2 changed files with 20 additions and 21 deletions

View file

@ -15,12 +15,11 @@
<span class="action-separator"></span>
<button class="action-btn" type="button" data-action-reply><span aria-hidden="true">&#x21A9;</span> Antworten</button>
<button class="action-btn" type="button" data-action-forward><span aria-hidden="true">&#x21AA;</span> Weiterleiten</button>
<span class="action-separator"></span>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x2691;</span> Markieren</button>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x25A3;</span> Archivieren</button>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x23F2;</span> Zurueckstellen</button>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x26A1;</span> Schnelle Aktionen</button>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x232B;</span> Loeschen</button>
<span class="action-separator"></span>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x21C4;</span> Ordner Sync</button>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x25A3;</span> Archivieren</button>
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">&#x2709;</span> Email-Sync</button>
`;
ribbon.insertAdjacentElement("afterend", bar);
}