Move action search after refresh
This commit is contained in:
parent
09d22931e1
commit
f612454e5b
2 changed files with 18 additions and 19 deletions
5
frontend-js/dist/app.js
vendored
5
frontend-js/dist/app.js
vendored
|
|
@ -6,19 +6,18 @@
|
|||
const bar = document.createElement("div");
|
||||
bar.className = "mail-actionbar";
|
||||
bar.innerHTML = `
|
||||
<button class="action-btn primary" type="button" data-action-new><span aria-hidden="true">✉</span> Neu</button>
|
||||
<button class="action-btn" type="button" data-action-refresh><span aria-hidden="true">↻</span> Aktualisieren</button>
|
||||
<label class="action-search" aria-label="Suchen">
|
||||
<span aria-hidden="true">⌕</span>
|
||||
<input type="search" placeholder="Suchen" data-action-search>
|
||||
</label>
|
||||
<button class="action-btn primary" type="button" data-action-new><span aria-hidden="true">✉</span> Neu</button>
|
||||
<button class="action-btn" type="button" data-action-refresh><span aria-hidden="true">↻</span> Aktualisieren</button>
|
||||
<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>
|
||||
<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