Display current voting identifier in menu.

Add a header line with the identifier (name)
of the currently processed voting to the menu
display by UVmenu so one can check whether
the ballot really belongs to the current voting
even when checking more than one voting in a
batch.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2014-02-15 17:07:48 +01:00
parent a374bef4c7
commit 95135a1102

View file

@ -60,6 +60,7 @@ sub menu {
while (1) { while (1) {
system($config{clearcmd}); system($config{clearcmd});
print "-> $config{votename} <-\n";
print UVmessage::get("MENU_PROBLEMS") . "\n"; print UVmessage::get("MENU_PROBLEMS") . "\n";
foreach my $error (keys %errors) { foreach my $error (keys %errors) {