Popravek modula volitve - opozorilo pri piskotku
This commit is contained in:
parent
c1198a6ec6
commit
b5bfd73c6d
@ -472,6 +472,19 @@ class SurveyAdminSettings {
|
|||||||
/*Piskotek*/
|
/*Piskotek*/
|
||||||
if ($_GET['a'] == 'piskot') {
|
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 '<fieldset style="position:relative">';
|
||||||
|
|
||||||
echo '<div id="cookie_alert" class="google_yellow">';
|
echo '<div id="cookie_alert" class="google_yellow">';
|
||||||
|
@ -3117,7 +3117,8 @@ $lang = array (
|
|||||||
"srv_voting_invitations2" => "vmesniku za pošiljanje vabil",
|
"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" => "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_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" => "Napredni parapodatki",
|
||||||
"srv_advanced_paradata_collect_post_time" => "Beleži \"post time\"",
|
"srv_advanced_paradata_collect_post_time" => "Beleži \"post time\"",
|
||||||
"srv_json_survey_export" => "JSON izvoz ankete",
|
"srv_json_survey_export" => "JSON izvoz ankete",
|
||||||
|
@ -3089,7 +3089,8 @@ $lang = array (
|
|||||||
"srv_voting_invitations2" => "Email invitations interface",
|
"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" => "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_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" => "Advanced paradata",
|
||||||
"srv_advanced_paradata_collect_post_time" => "Collect \"post time\"",
|
"srv_advanced_paradata_collect_post_time" => "Collect \"post time\"",
|
||||||
"srv_json_survey_export" => "JSON survey export",
|
"srv_json_survey_export" => "JSON survey export",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user