From 5003755e8261601c66d137ab4188abbe03bec822 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Tue, 14 Jun 2022 09:39:46 +0200 Subject: [PATCH 1/2] [Redizajn 1KA] - Ni podatkov o izpolnjeni anketi - v4 Fieldset za izvoze --- admin/survey/SurveyAdminSettings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index acdf0a636..405e604b3 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -4619,7 +4619,9 @@ class SurveyAdminSettings { if ($dataFileStatus== FILE_STATUS_NO_DATA || $dataFileStatus == FILE_STATUS_NO_FILE || $dataFileStatus == FILE_STATUS_SRV_DELETED){ + echo '
'.$lang['srv_no_data'].''; Common::noDataAlert(); + echo '
'; return false; } if ($_GET['m'] == 'excel') { From 7b62cc58ca64714214a4e0e615fe94f5d3c5c5f2 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Tue, 14 Jun 2022 09:45:08 +0200 Subject: [PATCH 2/2] Izbris 'hello there' ostanka od AII prijave - Nejc --- frontend/simple/classes/DisplayController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/simple/classes/DisplayController.php b/frontend/simple/classes/DisplayController.php index ff56dc084..c6dae602a 100644 --- a/frontend/simple/classes/DisplayController.php +++ b/frontend/simple/classes/DisplayController.php @@ -656,7 +656,6 @@ class DisplayController{ echo ' '; echo ''; - echo 'hello there'; }