From 95135a11026182b0e8ce31f91703d66c3c444f23 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 15 Feb 2014 17:07:48 +0100 Subject: [PATCH] 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 --- UVmenu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/UVmenu.pm b/UVmenu.pm index cd523e8..5d96c8e 100644 --- a/UVmenu.pm +++ b/UVmenu.pm @@ -60,6 +60,7 @@ sub menu { while (1) { system($config{clearcmd}); + print "-> $config{votename} <-\n"; print UVmessage::get("MENU_PROBLEMS") . "\n"; foreach my $error (keys %errors) { -- 2.20.1