From 6f7995e3f67a9c3e59e7153fb0b2160269beacc2 Mon Sep 17 00:00:00 2001 From: DonVoo Date: Sun, 12 Jul 2026 23:16:47 +0200 Subject: [PATCH] Simplify top ribbon menu --- backend/00-router.go | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/backend/00-router.go b/backend/00-router.go index 1b88052..f6be991 100644 --- a/backend/00-router.go +++ b/backend/00-router.go @@ -48,23 +48,21 @@ func homeHandler(w http.ResponseWriter, r *http.Request) { // renderShell ist das Grundgeruest im Outlook-2013-Look: // -// [ Ribbon: Archiv-Boxen | Import/Export | Konten-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ] +// [ Ribbon: Archiv-Boxen | Mail-Transfer | Einstellungen | Mail-Graveyard ] // [ Archiv-mbox | Nachrichtenliste | Quelle/Target ] func renderShell(w http.ResponseWriter, active, readingPane string) { w.Header().Set("Content-Type", "text/html; charset=utf-8") fmt.Fprintf(w, ` Mail-Graveyard - + - +
@@ -295,16 +293,14 @@ func renderAccountsPage(w http.ResponseWriter, accounts []Account, edit Account, fmt.Fprintf(w, ` Konten-Verwaltung - Mail-Graveyard - + - +
@@ -338,16 +334,14 @@ func renderArchivesPage(w http.ResponseWriter, archives []string, accounts []Acc fmt.Fprintf(w, ` Archiv-mbox Verwaltung - Mail-Graveyard - + - +