diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 5ff601662..bfd9b5749 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -88,6 +88,9 @@ class SurveyAdminSettings { /* Globalne nastavitve ankete: veljajo za celoto anketo ne glede na uporabnika*/ $row = SurveyInfo::getInstance()->getSurveyRow(); + $preklici_url = ltrim(str_replace("&s=1","",$_SERVER['REQUEST_URI']),"/"); + $preklici_url = "'". $site_url . $preklici_url . "'"; + echo '
' . "\n\r"; echo ' ' . "\n\r"; echo ' ' . "\n\r"; @@ -220,8 +223,8 @@ class SurveyAdminSettings { echo ''; // Gumb shrani - vmes - echo '
'; - echo ''; + echo '
'; + echo ''; echo ''; echo '
'; @@ -1890,8 +1893,8 @@ class SurveyAdminSettings { if ($_GET['a'] != 'jezik' && $_GET['a'] != 'trajanje' && $_GET['a'] != A_GDPR && $_GET['a'] != 'dostop') { - echo '
'; - echo ''; + echo '
'; + echo ''; echo ''; echo '
'; }