From d7bfd3cd203ccedc5d1d7b970db2def349f6754a Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 20 May 2022 05:20:18 +0200 Subject: [PATCH] =?UTF-8?q?[Redizajn=201KA]=20Popupi:=20Urejanje=20>=20Nas?= =?UTF-8?q?tvaitve=20>=20Osnovne=20nastavitve=20-=20Opozorila=20na=20vpra?= =?UTF-8?q?=C5=A1anja=20x3=20-=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/SurveyAdminSettings.php | 6 +++--- admin/survey/script/script.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 0b561372d..3511c22fd 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -349,13 +349,13 @@ class SurveyAdminSettings { echo '
'; echo ''.$lang['srv_opozorilo_vprasanja'].Help::display('srv_splosnenas_opozorilo').':'; echo '
'; - echo ''.$lang['srv_no_reminder_all'].''; + echo ''.$lang['srv_no_reminder_all'].''; echo '
'; echo '
'; - echo ' '.$lang['srv_soft_reminder_all'].''; + echo ' '.$lang['srv_soft_reminder_all'].''; echo '
'; echo '
'; - echo ''.$lang['srv_hard_reminder_all'].''; + echo ''.$lang['srv_hard_reminder_all'].''; echo '
'; echo '
'; diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js index ab34107b0..bbca03920 100644 --- a/admin/survey/script/script.js +++ b/admin/survey/script/script.js @@ -5497,7 +5497,7 @@ function CopyToClipboard(copyText){ function popupAlertAll(alert_type){ $('#fade').fadeTo('slow', 1); - $('#general_popup').html('').fadeIn('slow'); + $('#general_popup').html('').addClass('PopUpNarrow').fadeIn('slow'); $("#general_popup").load('ajax.php?a=alert_all_popup', {alert_type:alert_type, anketa:srv_meta_anketa_id}); }