From 162c5aefda09d58b100e5772b29303d61077b0a5 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Mon, 2 Feb 2026 19:11:17 +0100 Subject: [PATCH] Left-align votetaker in all forms. Signed-off-by: Thomas Hochstein --- templates/address-not-registered | 2 +- templates/ballot-personal | 2 +- templates/bdsg-error | 2 +- templates/cancelled | 2 +- templates/invalid-account | 2 +- templates/invalid-name | 2 +- templates/multiple-votes | 2 +- templates/no-ballot | 2 +- templates/no-ballotid | 2 +- templates/no-votes | 2 +- templates/rule-violated | 2 +- templates/wrong-ballotid | 2 +- templates/wrong-voting | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/address-not-registered b/templates/address-not-registered index f12ae79..05736fb 100644 --- a/templates/address-not-registered +++ b/templates/address-not-registered @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom head := value head | quote "> " body := value body | quote "> " diff --git a/templates/ballot-personal b/templates/ballot-personal index 495baec..c64230c 100644 --- a/templates/ballot-personal +++ b/templates/ballot-personal @@ -10,7 +10,7 @@ bdsginfo := value bdsginfo | create-lines 72 bdsgtext-first := value bdsgtext | first-words 50 bdsgtext-more := value bdsgtext | drop-words 50 | create-lines 50 -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom == TEMPLATE ================================================================= diff --git a/templates/bdsg-error b/templates/bdsg-error index bd44741..236728a 100644 --- a/templates/bdsg-error +++ b/templates/bdsg-error @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom == TEMPLATE ================================================================= Zur Wertung deiner Stimme ist die Zustimmung zur Speicherung, diff --git a/templates/cancelled b/templates/cancelled index 07cb9b2..cb28607 100644 --- a/templates/cancelled +++ b/templates/cancelled @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom == TEMPLATE ================================================================= Diese automatische Nachricht wurde dir nach Erhalt Deiner ANNULLIERUNG diff --git a/templates/invalid-account b/templates/invalid-account index 909dc01..ac1fe1e 100644 --- a/templates/invalid-account +++ b/templates/invalid-account @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom head := value head | quote "> " body := value body | quote "> " diff --git a/templates/invalid-name b/templates/invalid-name index ce7a28d..db3320b 100644 --- a/templates/invalid-name +++ b/templates/invalid-name @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom head := value head | quote "> " body := value body | quote "> " diff --git a/templates/multiple-votes b/templates/multiple-votes index d56b3ec..ba9ba9e 100644 --- a/templates/multiple-votes +++ b/templates/multiple-votes @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom body := value body | quote "> " == TEMPLATE ================================================================= diff --git a/templates/no-ballot b/templates/no-ballot index 4a2b71e..f6f737c 100644 --- a/templates/no-ballot +++ b/templates/no-ballot @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom body := value body | quote "> " == TEMPLATE ================================================================= diff --git a/templates/no-ballotid b/templates/no-ballotid index 2628944..c13d283 100644 --- a/templates/no-ballotid +++ b/templates/no-ballotid @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom head := value head | quote "> " body := value body | quote "> " diff --git a/templates/no-votes b/templates/no-votes index 1a6de00..f24d86d 100644 --- a/templates/no-votes +++ b/templates/no-votes @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom body := value body | quote "> " == TEMPLATE ================================================================= diff --git a/templates/rule-violated b/templates/rule-violated index ef95b33..095079c 100644 --- a/templates/rule-violated +++ b/templates/rule-violated @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom body := value body | quote "> " == TEMPLATE ================================================================= diff --git a/templates/wrong-ballotid b/templates/wrong-ballotid index 0eb49f7..f8a41d0 100644 --- a/templates/wrong-ballotid +++ b/templates/wrong-ballotid @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom head := value head | quote "> " body := value body | quote "> " diff --git a/templates/wrong-voting b/templates/wrong-voting index f233b7d..7d1c6e8 100644 --- a/templates/wrong-voting +++ b/templates/wrong-voting @@ -1,4 +1,4 @@ -votetaker := value mailfrom | fill-left 65 +votetaker := value mailfrom body := value body | quote "> " == TEMPLATE =================================================================