[Redizajn 1ka] Popravki
This commit is contained in:
parent
f6fd572cd5
commit
5e6dc09f86
@ -866,7 +866,7 @@ class SurveyAdminSettings {
|
|||||||
|
|
||||||
function checkcookie () {
|
function checkcookie () {
|
||||||
|
|
||||||
if ($('input[name=cookie]:checked').val() == '-1' && $('input[name=user_from_cms]:checked').val() == '0' /**&& <?echo $row['user_base'];?> != 1**/ && <?echo $isMaza;?> != 1) {
|
if ($('input[name=cookie]:checked').val() == '-1' && $('input[name=user_from_cms]:checked').val() == '0' && <?echo $row['user_base'];?> != 1 && <?echo $isMaza;?> != 1) {
|
||||||
$('#cookie_settings_wrap').addClass('displayNone');
|
$('#cookie_settings_wrap').addClass('displayNone');
|
||||||
$('#cookie_osnovno').removeClass('bottom8');
|
$('#cookie_osnovno').removeClass('bottom8');
|
||||||
}
|
}
|
||||||
@ -3521,12 +3521,10 @@ class SurveyAdminSettings {
|
|||||||
echo '<fieldset>';
|
echo '<fieldset>';
|
||||||
echo '<legend>' . $lang['srv_alert_surveydelete'] . '</legend>';
|
echo '<legend>' . $lang['srv_alert_surveydelete'] . '</legend>';
|
||||||
|
|
||||||
echo '<span id="label_alert_delete_author">';
|
|
||||||
|
|
||||||
echo '<div class="setting_holder">';
|
echo '<div class="setting_holder">';
|
||||||
echo '<span class="setting_title">'.$lang['srv_alert_surveydelete_text'].'</span>';
|
echo '<span class="setting_title">'.$lang['srv_alert_surveydelete_text'].'</span>';
|
||||||
|
|
||||||
echo '<div class="setting_item">';
|
echo '<div class="setting_item" id="label_alert_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 ? ' checked' : '') . '>';
|
||||||
$this->display_alert_label('delete_author',($rowAlert['delete_author'] == 1));
|
$this->display_alert_label('delete_author',($rowAlert['delete_author'] == 1));
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
@ -3248,7 +3248,7 @@ function IE7_select_disabled_fix () {
|
|||||||
function change_alert_respondent(what,el) {
|
function change_alert_respondent(what,el) {
|
||||||
var id = el.attr("id");
|
var id = el.attr("id");
|
||||||
var checked = $("#alert_"+what).is(':checked');
|
var checked = $("#alert_"+what).is(':checked');
|
||||||
$("span#label_alert_"+what).load('ajax.php?a=change_alert_respondent', {anketa: srv_meta_anketa_id, checked: checked, what:what});
|
$("#label_alert_"+what).load('ajax.php?a=change_alert_respondent', {anketa: srv_meta_anketa_id, checked: checked, what:what});
|
||||||
}
|
}
|
||||||
function change_alert_instruction(el) {
|
function change_alert_instruction(el) {
|
||||||
var checked = el.is(':checked');
|
var checked = el.is(':checked');
|
||||||
|
@ -7634,7 +7634,7 @@ $lang = array (
|
|||||||
'srv_gdpr_user_settings_country_select' => "Select country",
|
'srv_gdpr_user_settings_country_select' => "Select country",
|
||||||
'srv_gdpr_user_settings_authority' => "Data Protection Supervisory Authority in the country",
|
'srv_gdpr_user_settings_authority' => "Data Protection Supervisory Authority in the country",
|
||||||
'srv_gdpr_survey_list' => "Survey list",
|
'srv_gdpr_survey_list' => "Survey list",
|
||||||
'srv_gdpr_survey_list_text' => "Below is a list of all your surveys. The light red background and the value "Yes" (in the Potentially GDPR column) indicate all surveys where the 1KA tool has detected the presence of questions that could contain GDPR-sensitive data.",
|
'srv_gdpr_survey_list_text' => "Below is a list of all your surveys. The light red background and the value 'Yes' (in the Potentially GDPR column) indicate all surveys where the 1KA tool has detected the presence of questions that could contain GDPR-sensitive data.",
|
||||||
'srv_gdpr_survey_list_text2' => "For GDPR is checked:",
|
'srv_gdpr_survey_list_text2' => "For GDPR is checked:",
|
||||||
'srv_gdpr_survey_list_li_1' => "email invitations",
|
'srv_gdpr_survey_list_li_1' => "email invitations",
|
||||||
'srv_gdpr_survey_list_li_2' => "activated module Telephone survey",
|
'srv_gdpr_survey_list_li_2' => "activated module Telephone survey",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user