Update action bar sync labels
This commit is contained in:
parent
c3d3f8e677
commit
09d22931e1
2 changed files with 20 additions and 21 deletions
9
frontend-js/dist/app.js
vendored
9
frontend-js/dist/app.js
vendored
|
|
@ -15,12 +15,11 @@
|
|||
<span class="action-separator"></span>
|
||||
<button class="action-btn" type="button" data-action-reply><span aria-hidden="true">↩</span> Antworten</button>
|
||||
<button class="action-btn" type="button" data-action-forward><span aria-hidden="true">↪</span> Weiterleiten</button>
|
||||
<span class="action-separator"></span>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">⚑</span> Markieren</button>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">▣</span> Archivieren</button>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">⏲</span> Zurueckstellen</button>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">⚡</span> Schnelle Aktionen</button>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">⌫</span> Loeschen</button>
|
||||
<span class="action-separator"></span>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">⇄</span> Ordner Sync</button>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">▣</span> Archivieren</button>
|
||||
<button class="action-btn muted" type="button" disabled><span aria-hidden="true">✉</span> Email-Sync</button>
|
||||
`;
|
||||
ribbon.insertAdjacentElement("afterend", bar);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue