diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php
index 79792948e..51b6eaadb 100644
--- a/admin/survey/SurveyAdminSettings.php
+++ b/admin/survey/SurveyAdminSettings.php
@@ -6031,9 +6031,9 @@ class SurveyAdminSettings {
echo '
';
echo '';
- echo ' ';
+ echo ' ';
if ((($time[1]-$time[0])/$max*85) > 0)
- echo ' ';
+ echo ' ';
echo ' ';
echo ' | ';
@@ -6096,9 +6096,9 @@ class SurveyAdminSettings {
echo '';
echo '';
- echo ' ';
+ echo ' ';
if (($bruto-$neto)/$max*85 > 0)
- echo ' ';
+ echo ' ';
echo ' ';
echo ' | ';
@@ -6144,9 +6144,9 @@ class SurveyAdminSettings {
echo '';
echo '';
- echo ' ';
+ echo ' ';
if ((($time[1]-$time[0])/$maxb*85) > 0)
- echo ' ';
+ echo ' ';
echo ' ';
echo ' | ';
@@ -6213,9 +6213,9 @@ class SurveyAdminSettings {
echo '';
echo '';
- echo ' ';
+ echo ' ';
if (($bruto-$neto)/$max*85 > 0)
- echo ' ';
+ echo ' ';
echo ' ';
echo ' | ';
@@ -6721,11 +6721,28 @@ class SurveyAdminSettings {
// izpis
+ $skupni_cas = (bcdiv($total, 60, 0)>0?bcdiv($total, 60, 0).'min ':'').''.round(bcmod($total, 60), 0).'s';
+ $predviden_cas = (bcdiv($total_predvideni, 60, 0)>0?bcdiv($total_predvideni, 60, 0).'min ':'').''.round(bcmod($total_predvideni, 60), 0);
+
+ echo '';
+
echo '