Popravek modula volitve - opozorilo pri piskotku

This commit is contained in:
pero1203 2021-04-09 08:43:03 +02:00
parent c1198a6ec6
commit b5bfd73c6d
3 changed files with 109 additions and 94 deletions

View File

@ -472,6 +472,19 @@ class SurveyAdminSettings {
/*Piskotek*/
if ($_GET['a'] == 'piskot') {
// Pri volitvah ne moremo popravljati nastavitev piskotka
if(SurveyInfo::getInstance()->checkSurveyModule('voting')){
echo '<fieldset style="position:relative">';
echo '<legend>' . $lang['srv_cookie'] . '</legend>';
echo '<span class="red bold">'.$lang['srv_voting_no_cookie'].'</span>';
echo '</fieldset>';
echo '</form>';
return;
}
echo '<fieldset style="position:relative">';
echo '<div id="cookie_alert" class="google_yellow">';

View File

@ -3117,7 +3117,8 @@ $lang = array (
"srv_voting_invitations2" => "vmesniku za pošiljanje vabil",
"srv_voting_warning" => "Vabila so individualizirana zgolj za namen pošiljanja vabil. Nastavitev vabil ni mogoče spreminjati.<br>Ko so vabila poslana, povezovanje med elektronskim naslovom in odgovori respondenta ni mogoče.",
"srv_voting_warning_paradata" => "Ker ste pošiljali vabila v anketi z vklopljenim modulom Volitve, teh nastavitev ne morete več spreminjati.",
"srv_voting_no_duplicates" => "Prikazani so samo elektronski naslovi, na katere vabilo še ni bilo poslano.",
"srv_voting_no_duplicates" => "Prikazani so samo elektronski naslovi, na katere vabilo še ni bilo poslano. Če večkrat pošiljate na iste elektronske naslove, se vsak vnos istega prejemnika zabeleži kot nov vnos.",
"srv_voting_no_cookie" => "Ker ste pošiljali vabila v anketi z vklopljenim modulom Volitve, teh nastavitev ne morete spreminjati.",
"srv_advanced_paradata" => "Napredni parapodatki",
"srv_advanced_paradata_collect_post_time" => "Beleži \"post time\"",
"srv_json_survey_export" => "JSON izvoz ankete",

View File

@ -3089,7 +3089,8 @@ $lang = array (
"srv_voting_invitations2" => "Email invitations interface",
"srv_voting_warning" => "Invitations are individualized for the purpose of sending invitations only. Invitation settings cannot be changed.<br> Once the invitations are sent, the link between the e-mail address and the respondent's answers is not possible.",
"srv_voting_warning_paradata" => "Because you sent email invitations with the Voting module turned on, you can no longer change these settings.",
"srv_voting_no_duplicates" => "Only email addresses to which the invitation has not yet been sent are displayed.",
"srv_voting_no_duplicates" => "Only email addresses to which the invitation has not yet been sent are displayed. If you send to the same email address more than once, each entry from the same recipient is recorded as a new entry. ",
"srv_voting_no_cookie" => "Because you sent email invitations with the Voting module turned on, you can't change these settings.",
"srv_advanced_paradata" => "Advanced paradata",
"srv_advanced_paradata_collect_post_time" => "Collect \"post time\"",
"srv_json_survey_export" => "JSON survey export",