Adapt other result templates to result-multi.

Change display of valid votes to whole sentence.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2012-01-21 15:41:02 +01:00
parent 8ab6f4b0df
commit c6943e68ec
2 changed files with 4 additions and 2 deletions

View file

@ -12,7 +12,8 @@ group-more := value group | drop-words 40 | create-lines 40
Ergebnisse [$votename-first]
[@votename-more| [$line]\n]
([$numvalid] gueltige Stimmen)
Es wurden [$numvalid] gueltige Stimmen abgegeben.
Ja Nein : J>=N? Ja/Nein : ang.? : Gruppe
---- ---- : ----- ------- : ----- : ---------------------------------------

View file

@ -8,7 +8,8 @@ votename-text-more := value votename | drop-words 30 | create-lines 72
Ergebnisse [$votename-first]
[@votename-more| [$line]\n]
([$numvalid] gueltige Stimmen)
Es wurden [$numvalid] gueltige Stimmen abgegeben.
Es gab [$yes] Ja-Stimmen und [$no] Nein-Stimmen[?numabstain| bei [$numabstain] Enthaltungen].
[?numinvalid|[$numinvalid] Stimme(n) wurden als ungueltig gewertet.]