Dodano obvestilo pri volitvah glede naknadnega posiljanja vabil
This commit is contained in:
parent
5cb9555865
commit
b6a1840d42
@ -3209,8 +3209,14 @@ class SurveyInvitationsNew {
|
||||
echo ' <span id="srv_inactive">'.$lang['srv_inv_activate_survey_here'].'</span>';
|
||||
}
|
||||
echo '</a>';
|
||||
} else {
|
||||
# anketa je aktivna lahko pošiljamo
|
||||
}
|
||||
# anketa je aktivna lahko pošiljamo
|
||||
else {
|
||||
|
||||
// Preverimo ce je vklopljen modul za volitve - obvestilo, da ni naknadnega posiljanja
|
||||
if(SurveyInfo::getInstance()->checkSurveyModule('voting')){
|
||||
echo '<p class="bold red">'.$lang['srv_voting_no_duplicates'].'</p>';
|
||||
}
|
||||
|
||||
$sql_string = "SELECT comment FROM srv_invitations_messages WHERE ank_id = '$this->sid' AND isdefault='1'";
|
||||
$sql_query = sisplet_query($sql_string);
|
||||
|
@ -3117,6 +3117,7 @@ $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_advanced_paradata" => "Napredni parapodatki",
|
||||
"srv_advanced_paradata_collect_post_time" => "Beleži \"post time\"",
|
||||
"srv_json_survey_export" => "JSON izvoz ankete",
|
||||
|
@ -3089,6 +3089,7 @@ $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_advanced_paradata" => "Advanced paradata",
|
||||
"srv_advanced_paradata_collect_post_time" => "Collect \"post time\"",
|
||||
"srv_json_survey_export" => "JSON survey export",
|
||||
|
Loading…
x
Reference in New Issue
Block a user