From c6ce1b04246231500e34aace6a28bf5627cb629e Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 24 Dec 2021 10:13:27 +0100 Subject: [PATCH] =?UTF-8?q?[Redizajn=201KA]=20Urejanje=20-->=20Nastavitve?= =?UTF-8?q?=20-->=20Obve=C5=A1=C4=8Danje=20-->=20O=20izbrisu=20ankete=20-?= =?UTF-8?q?=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/SurveyAdminSettings.php | 9 ++++----- lang/2.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 4fa18c97d..063f758cb 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -3576,8 +3576,7 @@ class SurveyAdminSettings { echo '
'; echo '

'.$lang['srv_alert_instruction1'].'

'; echo '

'.$lang['srv_alert_instruction1a'].':

'; - echo '

'.$lang['srv_alert_instruction5'].':

'; - echo '

'.$lang['srv_alert_instruction1b'].'

'; //@TG7 + echo '

'.$lang['srv_alert_instruction5'].'

'; echo '
'; echo ''; @@ -5149,12 +5148,12 @@ class SurveyAdminSettings { // avtor ankete if($forma) { - echo ''; + echo ''; echo ''; } else { - //echo $rowAlert['delete_author']; //@TG6 - echo ''; + //echo $rowAlert['delete_author']; + echo ''; echo ''; } if ($isChecked) { diff --git a/lang/2.php b/lang/2.php index c583337e8..e5dbb9fdc 100644 --- a/lang/2.php +++ b/lang/2.php @@ -3594,7 +3594,7 @@ $lang = array ( "srv_alert_instruction_available" => "

System variables that are already available in the survey:

", "srv_alert_instruction3" => "[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey

Additional system variables from the survey indicate between the two characters #.

Example:

if we want to display the answer which the user entered for the system question about email, we will use the #email#

System variables that are already available in the survey:

", "srv_alert_instruction4" => "

[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey
[URL] => URL to editing of survey
[DAYS] => number of days set in the interval

", - "srv_alert_instruction5" => "

[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey
[URL] => URL to editing of survey

", + "srv_alert_instruction5" => "[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey
[URL] => URL to editing of survey", "versions" => "Versions", "ip_browser_login" => "Login based on browser and IP:", "select_user" => "Select user",