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",