add placeholder statement
This commit is contained in:
@@ -125,6 +125,10 @@ function print_list_result_bar_tricolore($list, $votes, $emph, $class){
|
||||
$listclass = "list-".str_replace(' ','',$data['lists'][$listid]['name']);
|
||||
$prefix = "";
|
||||
|
||||
if(trim($etext) == ''){
|
||||
$etext = "Zu dieser These hat die Partei kein Statement abgegeben.";
|
||||
}
|
||||
|
||||
if($vote === 'skip'){
|
||||
$prefix = "<span class='label label-default'>$name</span>\n";
|
||||
}
|
||||
@@ -222,4 +226,4 @@ function print_list_result_bar_tricolore($list, $votes, $emph, $class){
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user