[Redizajn 1KA] Urejanje --> Nastavitve --> Obveščanje --> O izbrisu ankete - v4

This commit is contained in:
tejagerjovic 2021-12-24 10:13:27 +01:00
parent 6d4012f6a9
commit c6ce1b0424
2 changed files with 5 additions and 6 deletions

View File

@ -3576,8 +3576,7 @@ class SurveyAdminSettings {
echo '<div class="message_instructions">';
echo '<p class="bold caps bottom16">'.$lang['srv_alert_instruction1'].'</p>';
echo '<p class="bold bottom16">'.$lang['srv_alert_instruction1a'].':</p>';
echo '<p class="bottom16">'.$lang['srv_alert_instruction5'].':</p>';
echo '<p class="bold">'.$lang['srv_alert_instruction1b'].'</p>'; //@TG7
echo '<p class="bottom16">'.$lang['srv_alert_instruction5'].'</p>';
echo '</div>';
echo '</div>';
@ -5149,12 +5148,12 @@ class SurveyAdminSettings {
// avtor ankete
if($forma) {
echo '<input type="checkbox" name="alert_delete_author" id="alert_delete_author" value="1" onChange="change_alert_respondent(\'delete_author\', $(this));return false;"' . ($rowAlert['delete_author'] == 1 ? ' checked' : '') . '>';
echo '<input type="checkbox" name="alert_delete_author" id="alert_delete_author" value="1" onChange="change_alert_respondent(\'delete_author\', $(this));return false;"' . (($rowAlert['delete_author'] == 1 || $isChecked) ? ' checked' : '') . '>';
echo '<label for="alert_'.$what.'">'.$lang['srv_alert_author2'].'</label>';
}
else {
//echo $rowAlert['delete_author']; //@TG6
echo '<input type="checkbox" name="alert_delete_author" id="alert_delete_author" value="1" onChange="change_alert_respondent(\'delete_author\', $(this));return false;"' . ($rowAlert['delete_author'] == 1 ? ' checked' : '') . '>';
//echo $rowAlert['delete_author'];
echo '<input type="checkbox" name="alert_delete_author" id="alert_delete_author" value="1" onChange="change_alert_respondent(\'delete_author\', $(this));return false;"' . (($rowAlert['delete_author'] == 1 || $isChecked)? ' checked' : '') . '>';
echo '<label for="alert_'.$what.'">'.$lang['srv_alert_author'].'</label>';
}
if ($isChecked) {

View File

@ -3594,7 +3594,7 @@ $lang = array (
"srv_alert_instruction_available" => "<p class=\"bold\">System variables that are already available in the survey:</p>",
"srv_alert_instruction3" => "[SURVEY] => survey name<br/> [DATE] => date<br/> [SITE] => URL of survey<br/><br/></p><p class=\"bold\">Additional system variables from the survey indicate between the two characters #. </p><p>Example:</p><p> if we want to display the answer which the user entered for the system question about email, we will use the #email# <br/></p><p class=\"bold\">System variables that are already available in the survey: </p><p>",
"srv_alert_instruction4" => "<p> [SURVEY] => survey name<br/> [DATE] => date<br/> [SITE] => URL of survey<br/> [URL] => URL to editing of survey<br/> [DAYS] => number of days set in the interval<br/><br/></p>",
"srv_alert_instruction5" => "<p> [SURVEY] => survey name<br/> [DATE] => date<br/> [SITE] => URL of survey<br/> [URL] => URL to editing of survey<br/><br/></p>",
"srv_alert_instruction5" => "[SURVEY] => survey name<br/> [DATE] => date<br/> [SITE] => URL of survey<br/> [URL] => URL to editing of survey",
"versions" => "Versions",
"ip_browser_login" => "Login based on browser and IP:",
"select_user" => "Select user",