diff --git a/web/template/tu_details.php b/web/template/tu_details.php index 5fe66c0c..fca18151 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -62,17 +62,21 @@ if ($yes > $active_tus / 2) {
= __("Yes") ?> | = __("No") ?> | = __("Abstain") ?> | += __("Total") ?> | = __('Voted') ?> | = __('Participation') ?> | |||||
---|---|---|---|---|---|---|---|---|---|---|
= $yes ?> | = $no ?> | = $abstain ?> | += $total ?> | diff --git a/web/template/tu_list.php b/web/template/tu_list.php index 6ad9f90d..b3e1073a 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -17,8 +17,10 @@ | = __("Start") ?> | = __("End") ?> | = __("User") ?> | += __("Yes") ?> | = __("No") ?> | += __('Voted') ?> | = $row['Yes'] ?> | = $row['No'] ?> | += __("Yes") ?> |