[Redizajn 1KA] Urejanje --> Nastavitve --> Obveščanje --> O izbrisu ankete - v4
This commit is contained in:
parent
6d4012f6a9
commit
c6ce1b0424
@ -3576,8 +3576,7 @@ class SurveyAdminSettings {
|
|||||||
echo '<div class="message_instructions">';
|
echo '<div class="message_instructions">';
|
||||||
echo '<p class="bold caps bottom16">'.$lang['srv_alert_instruction1'].'</p>';
|
echo '<p class="bold caps bottom16">'.$lang['srv_alert_instruction1'].'</p>';
|
||||||
echo '<p class="bold bottom16">'.$lang['srv_alert_instruction1a'].':</p>';
|
echo '<p class="bold bottom16">'.$lang['srv_alert_instruction1a'].':</p>';
|
||||||
echo '<p class="bottom16">'.$lang['srv_alert_instruction5'].':</p>';
|
echo '<p class="bottom16">'.$lang['srv_alert_instruction5'].'</p>';
|
||||||
echo '<p class="bold">'.$lang['srv_alert_instruction1b'].'</p>'; //@TG7
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
@ -5149,12 +5148,12 @@ class SurveyAdminSettings {
|
|||||||
|
|
||||||
// avtor ankete
|
// avtor ankete
|
||||||
if($forma) {
|
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>';
|
echo '<label for="alert_'.$what.'">'.$lang['srv_alert_author2'].'</label>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//echo $rowAlert['delete_author']; //@TG6
|
//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 ? ' 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_author'].'</label>';
|
echo '<label for="alert_'.$what.'">'.$lang['srv_alert_author'].'</label>';
|
||||||
}
|
}
|
||||||
if ($isChecked) {
|
if ($isChecked) {
|
||||||
|
@ -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_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_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_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",
|
"versions" => "Versions",
|
||||||
"ip_browser_login" => "Login based on browser and IP:",
|
"ip_browser_login" => "Login based on browser and IP:",
|
||||||
"select_user" => "Select user",
|
"select_user" => "Select user",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user