From 9e1682b83bcf8317e10766539999b56978569ace Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Thu, 5 May 2022 14:16:10 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/SurveyAdmin.php | 2 +- admin/survey/SurveyAdminAjax.php | 10 +++------- lang/1.php | 1 + lang/2.php | 1 + 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/admin/survey/SurveyAdmin.php b/admin/survey/SurveyAdmin.php index 2bb00fe53..3f6c80fc8 100644 --- a/admin/survey/SurveyAdmin.php +++ b/admin/survey/SurveyAdmin.php @@ -418,7 +418,7 @@ class SurveyAdmin // Generičen popup - echo '
'; + echo '
'; // Knjiznica popup echo '
'; diff --git a/admin/survey/SurveyAdminAjax.php b/admin/survey/SurveyAdminAjax.php index befaaa262..be6a00ca5 100644 --- a/admin/survey/SurveyAdminAjax.php +++ b/admin/survey/SurveyAdminAjax.php @@ -6438,13 +6438,9 @@ class SurveyAdminAjax { echo $lang['srv_reminder_popup_warning']; echo ''; - echo '
'; - echo '' - .$lang['srv_zapri'].''; - echo '' - .$lang['srv_tip_sample_t6_8_o2'].''; + echo '
'; + echo ''; + echo ''; echo '
'; } diff --git a/lang/1.php b/lang/1.php index 81e6da195..4c3ef7f38 100644 --- a/lang/1.php +++ b/lang/1.php @@ -354,6 +354,7 @@ $lang = array ( "edit4" => "Spremeni", "edit1337" => "Shrani spremembe", "edit1338" => "Prekliči", + "edit1339" => "Nadaljuj", "reset_translation" => "Ponastavi prevod", "delete_account" => "Izbriši 1KA račun", "delete_account_conformation" => "Ste prepričani, da želite trajno izbrisati vaš račun? Po potrditvi se ne boste več mogli prijaviti s tem računom!", diff --git a/lang/2.php b/lang/2.php index 75159b6c7..c3788176b 100644 --- a/lang/2.php +++ b/lang/2.php @@ -342,6 +342,7 @@ $lang = array ( "edit4" => "Change", "edit1337" => "Save changes", "edit1338" => "Cancel", + "edit1339" => "Continue", "reset_translation" => "Reset translation", "delete_account" => "Delete 1KA account", "delete_account_conformation" => "Are you sure you want to permanently delete your account? After confirmation, you will no longer be able to sign in with this account!",