Display current voting identifier in menu.
authorThomas Hochstein <thh@inter.net>
Sat, 15 Feb 2014 16:07:48 +0000 (17:07 +0100)
committerThomas Hochstein <thh@inter.net>
Sat, 15 Feb 2014 16:07:48 +0000 (17:07 +0100)
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>
UVmenu.pm

index cd523e8..5d96c8e 100644 (file)
--- a/UVmenu.pm
+++ b/UVmenu.pm
@@ -60,6 +60,7 @@ sub menu {
   while (1) {
 
     system($config{clearcmd});
   while (1) {
 
     system($config{clearcmd});
+    print "-> $config{votename} <-\n";
     print UVmessage::get("MENU_PROBLEMS") . "\n";
 
     foreach my $error (keys %errors) {
     print UVmessage::get("MENU_PROBLEMS") . "\n";
 
     foreach my $error (keys %errors) {
This page took 0.011854 seconds and 4 git commands to generate.