From: Thomas Hochstein Date: Sat, 15 Feb 2014 16:07:48 +0000 (+0100) Subject: Display current voting identifier in menu. X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=commitdiff_plain;h=95135a11026182b0e8ce31f91703d66c3c444f23;hp=-c 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 --- 95135a11026182b0e8ce31f91703d66c3c444f23 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) {