diff --git a/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php b/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php index 1285e82d2..25f7b3e05 100644 --- a/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php +++ b/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php @@ -3209,8 +3209,14 @@ class SurveyInvitationsNew { echo ' '.$lang['srv_inv_activate_survey_here'].''; } echo ''; - } 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 '

'.$lang['srv_voting_no_duplicates'].'

'; + } $sql_string = "SELECT comment FROM srv_invitations_messages WHERE ank_id = '$this->sid' AND isdefault='1'"; $sql_query = sisplet_query($sql_string); diff --git a/lang/1.php b/lang/1.php index 0cc2ea1f0..be6b30bbb 100644 --- a/lang/1.php +++ b/lang/1.php @@ -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.
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", diff --git a/lang/2.php b/lang/2.php index 26b709855..f3406125a 100644 --- a/lang/2.php +++ b/lang/2.php @@ -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.
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",