diff options
Diffstat (limited to 'web/template/tu_details.php')
-rw-r--r-- | web/template/tu_details.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/web/template/tu_details.php b/web/template/tu_details.php index 7fc9f09..df392b4 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -44,7 +44,20 @@ N/A </table> </table> </div></div> -<br /> + +<?php +if (!$isrunning) { ?> +<div class="pgbox"> + <div class="pgboxtitle"> + <span class="f3"><?php echo __('Voters'); ?></span> + </div> + <div class="pgboxbody"> + <?php echo $whovoted; ?> + </div> +</div> +<?php +} ?> + <div class='pgbox'> <div class='pgboxtitle'><span class='f3'><?php print __("Vote Actions") ?></span></div> <div class='pgboxbody'> |