Redesign - popravki vabil
This commit is contained in:
parent
9b47dd8ce6
commit
d364a68143
@ -716,54 +716,51 @@ class SurveyInvitationsNew {
|
||||
}
|
||||
echo '</ul>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<br class="clr" />';
|
||||
|
||||
echo '<script type="text/javascript">initInvitationsConnectedSortable();</script>';
|
||||
|
||||
# iz seznama
|
||||
echo '<div id="inv_import_list"'.($import_type != 1 ? '' : ' class="hidden"').'>' ;
|
||||
echo '<span class="inv_note">'.$lang['srv_inv_recipiens_email_note'];
|
||||
echo '<br class="clr" /><span class="inv_sample" >';
|
||||
echo $lang['srv_inv_recipiens_sample'].' </span><span class="inv_sample">';
|
||||
echo $lang['srv_inv_recipiens_sample1'];
|
||||
echo '</span>';
|
||||
echo '<br class="clr" />';
|
||||
echo '</span>';
|
||||
echo '<br class="clr" />'.$lang['srv_inv_recipiens_fields'].' <span id="inv_field_list" class="inv_type_0">';
|
||||
|
||||
# IZ SEZNAMA
|
||||
echo '<div id="inv_import_list" '.($import_type != 1 ? '' : 'class="displayNone"').'>' ;
|
||||
|
||||
echo '<div class="setting_line inv_note">'.$lang['srv_inv_recipiens_email_note'].'</div>';
|
||||
|
||||
echo '<div class="setting_line inv_sample">';
|
||||
echo '<div class="semi-bold">'.$lang['srv_inv_recipiens_sample'].'</div>';
|
||||
echo $lang['srv_inv_recipiens_sample1'];
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="setting_line">';
|
||||
echo $lang['srv_inv_recipiens_fields'].' <span id="inv_field_list" class="inv_type_0">';
|
||||
echo implode(',',$field_lang);
|
||||
echo '</span>';
|
||||
echo '</div>';
|
||||
|
||||
// Opozorilo za limit znakov pri passwordu (20)
|
||||
echo '<span id="inv_field_list_warning" class="red" style="display:none;">';
|
||||
echo '<br class="clr" /><br class="clr" />';
|
||||
echo '<div id="inv_field_list_warning" class="setting_line red" style="display:none;">';
|
||||
echo $lang['srv_inv_recipiens_pass_warning'];
|
||||
echo '</span>';
|
||||
|
||||
echo '<br class="clr" /><br class="clr" />';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
// delimiter
|
||||
echo $lang['srv_inv_recipient_list_delimiter']
|
||||
.'<label for="recipientsDelimiter1"><input id="recipientsDelimiter1" type="radio" ' .(!isset ($_POST['recipientsDelimiter']) || $_POST['recipientsDelimiter']==","?'checked="checked"':'') .' value="," name="recipientsDelimiter">' .$lang['srv_inv_recipient_delimiter_comma'] .' (,)</label> '
|
||||
.'<label for="recipientsDelimiter4"><input id="recipientsDelimiter4" type="radio" ' .(isset ($_POST['recipientsDelimiter']) && $_POST['recipientsDelimiter']=="|~|"?'checked="checked"':'') .' value="|~|" name="recipientsDelimiter">' .$lang['srv_inv_recipient_delimiter_1KA'] .' (|~|)</label> '
|
||||
.'<label for="recipientsDelimiter2"><input id="recipientsDelimiter2" type="radio" ' .(isset ($_POST['recipientsDelimiter']) && $_POST['recipientsDelimiter']==";"?'checked="checked"':'') .' value=";" name="recipientsDelimiter">' .$lang['srv_inv_recipient_delimiter_semicolon'] .' (;) </label> '
|
||||
.'<label for="recipientsDelimiter3"><input id="recipientsDelimiter3" type="radio" ' .(isset ($_POST['recipientsDelimiter']) && $_POST['recipientsDelimiter']=="|"?'checked="checked"':'') .' value="|" name="recipientsDelimiter">' .$lang['srv_inv_recipient_delimiter_pipe'] .' (|)</label> ';
|
||||
|
||||
echo '</span>';
|
||||
|
||||
echo '<br class="clr" /><br class="clr" />';
|
||||
|
||||
echo '<textarea id="inv_recipients_list" cols="50" rows="9" name="inv_recipients_list">';
|
||||
echo '<div class="setting_line">';
|
||||
echo ' <label>'.$lang['srv_inv_recipient_list_delimiter'].'</label>';
|
||||
echo ' <input id="recipientsDelimiter1" type="radio" ' .(!isset ($_POST['recipientsDelimiter']) || $_POST['recipientsDelimiter']==","?'checked="checked"':'') .' value="," name="recipientsDelimiter"><label for="recipientsDelimiter1">' .$lang['srv_inv_recipient_delimiter_comma'] .' (,)</label>';
|
||||
echo ' <input id="recipientsDelimiter4" type="radio" ' .(isset ($_POST['recipientsDelimiter']) && $_POST['recipientsDelimiter']=="|~|"?'checked="checked"':'') .' value="|~|" name="recipientsDelimiter"><label for="recipientsDelimiter4">' .$lang['srv_inv_recipient_delimiter_1KA'] .' (|~|)</label>';
|
||||
echo ' <input id="recipientsDelimiter2" type="radio" ' .(isset ($_POST['recipientsDelimiter']) && $_POST['recipientsDelimiter']==";"?'checked="checked"':'') .' value=";" name="recipientsDelimiter"><label for="recipientsDelimiter2">' .$lang['srv_inv_recipient_delimiter_semicolon'] .' (;) </label>';
|
||||
echo ' <input id="recipientsDelimiter3" type="radio" ' .(isset ($_POST['recipientsDelimiter']) && $_POST['recipientsDelimiter']=="|"?'checked="checked"':'') .' value="|" name="recipientsDelimiter"><label for="recipientsDelimiter3">' .$lang['srv_inv_recipient_delimiter_pipe'] .' (|)</label>';
|
||||
echo '</div>';
|
||||
|
||||
// Vnosno polje
|
||||
echo '<div class="setting_line">';
|
||||
echo ' <label for="inv_recipients_list">'.$lang['srv_inv_recipiens_insert'].':</label>';
|
||||
echo ' <textarea id="inv_recipients_list" name="inv_recipients_list">';
|
||||
if (is_array($recipients_list) && count($recipients_list) > 0 ) {
|
||||
echo implode("\n",$recipients_list);
|
||||
}
|
||||
echo '</textarea>';
|
||||
echo ' </textarea>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<br class="clr"/>';
|
||||
|
||||
|
||||
#podatki o profilu
|
||||
echo '<br class="clr"/>';
|
||||
# podatki o profilu
|
||||
$ppid = isset($_POST['pid']) ? (int)$_POST['pid'] : -1;
|
||||
|
||||
echo '<span class="floatLeft" style="min-width:200px;">';
|
||||
@ -804,28 +801,32 @@ class SurveyInvitationsNew {
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
echo '<br />';
|
||||
|
||||
# če že imamo prejemnike v bazi ponudimo gumb naprej
|
||||
echo '<span class="buttonwrapper floatRight spaceLeft spaceRight"><a class="ovalbutton ovalbutton_orange" href="#" onclick="invRecipientsForward(); return false;"><span>'.$lang['srv_invitation_forward'].'</span></a></span>';
|
||||
echo '<br /><br />';
|
||||
echo '<div class="button_holder below float-right">';
|
||||
echo ' <button class="blue medium" onclick="invRecipientsForward(); return false;">'.$lang['srv_invitation_forward'].'</button>';
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>'; # id=inv_import_list
|
||||
|
||||
# iz datoteke
|
||||
echo '<div id="inv_import_file"'.($import_type == 1 ? '' : ' class="hidden"').'>' ;
|
||||
|
||||
# IZ DATOTEKE
|
||||
echo '<div id="inv_import_file"'.($import_type == 1 ? '' : ' class="displayNone"').'>' ;
|
||||
|
||||
echo '<form id="inv_recipients_upload_form" name="resp_uploader" method="post" enctype="multipart/form-data" action="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=upload_recipients" autocomplete="off">';
|
||||
echo '<input type="hidden" name="fields" id="inv_recipients_upoad_fields" value="'.implode(',',$fields).'" />';
|
||||
echo '<input type="hidden" name="posted" value="1" />';
|
||||
echo '<span class="inv_note">'.$lang['srv_inv_recipiens_file_note_1'].'</span>';
|
||||
|
||||
echo '<div class="setting_line inv_note">'.$lang['srv_inv_recipiens_file_note_1'].'</div>';
|
||||
|
||||
echo '<br class="clr" />'.$lang['srv_inv_recipiens_fields'].' <span id="inv_field_list" class="inv_type_1">';
|
||||
echo implode(',',$field_lang);
|
||||
echo '</span>';
|
||||
echo '<br class="clr" />';
|
||||
echo '<div class="setting_line">';
|
||||
echo $lang['srv_inv_recipiens_fields'];
|
||||
echo ' <span id="inv_field_list" class="inv_type_1">'.implode(',',$field_lang).'</span>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="setting_line">';
|
||||
echo $lang['srv_mailing_upload_list'];
|
||||
echo '<input type="file" name="recipientsFile" id="recipientsFile" size="42" >';
|
||||
echo '<br><input type="file" name="recipientsFile" id="recipientsFile" size="42">';
|
||||
if (count($errors) > 0) {
|
||||
echo '<br class="clr" />';
|
||||
echo '<span class="inv_error_note">';
|
||||
@ -834,19 +835,29 @@ class SurveyInvitationsNew {
|
||||
}
|
||||
echo '</span>';
|
||||
}
|
||||
echo '<br/><br/><label>'.$lang['srv_inv_recipient_import_file_delimiter'].'</label> <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter1" value="," checked><label for="recipientsDelimiter1">'.$lang['srv_inv_recipient_delimiter_comma'].' (,)</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter2" value=";"><label for="recipientsDelimiter2">'.$lang['srv_inv_recipient_delimiter_semicolon'].' (;)</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter3" value="|"><label for="recipientsDelimiter3">'.$lang['srv_inv_recipient_delimiter_pipe'].' (|)</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter4" value="|~|"><label for="recipientsDelimiter4">'.$lang['srv_inv_recipient_delimiter_1KA'].' (|~|)</label>';
|
||||
echo '</form>';
|
||||
echo '<br class="clr" /><span class="inv_sample" >';
|
||||
echo $lang['srv_inv_recipiens_sample'].' </span><span class="inv_sample">';
|
||||
echo $lang['srv_inv_recipiens_sample1'];
|
||||
echo '</span>';
|
||||
echo '<br class="clr" />';
|
||||
echo '<br class="clr" />';
|
||||
echo '<span id="inv_upload_recipients" class="buttonwrapper floatLeft spaceLeft" ><a class="ovalbutton ovalbutton_orange" ><span>'.$lang['srv_inv_btn_add_recipients_add'].'</span></a></span>';
|
||||
echo '</div>'; # id=inv_import_file
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="setting_line">';
|
||||
echo ' <label>'.$lang['srv_inv_recipient_import_file_delimiter'].'</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter1" value="," checked><label for="recipientsDelimiter1">'.$lang['srv_inv_recipient_delimiter_comma'].' (,)</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter2" value=";"><label for="recipientsDelimiter2">'.$lang['srv_inv_recipient_delimiter_semicolon'].' (;)</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter3" value="|"><label for="recipientsDelimiter3">'.$lang['srv_inv_recipient_delimiter_pipe'].' (|)</label>';
|
||||
echo ' <input type="radio" name="recipientsDelimiter" id="recipientsDelimiter4" value="|~|"><label for="recipientsDelimiter4">'.$lang['srv_inv_recipient_delimiter_1KA'].' (|~|)</label>';
|
||||
echo '</div>';
|
||||
|
||||
echo '</form>';
|
||||
|
||||
echo '<div class="setting_line inv_sample">';
|
||||
echo ' <div class="semi-bold">'.$lang['srv_inv_recipiens_sample'].'</div>';
|
||||
echo $lang['srv_inv_recipiens_sample1'];
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo '<div class="button_holder below float-right">';
|
||||
echo ' <button id="inv_upload_recipients" class="blue medium">'.$lang['srv_inv_btn_add_recipients_add'].'</button>';
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>'; # id=inv_import_file
|
||||
}
|
||||
|
||||
echo '</fieldset>'; # id=inv_import_list_container
|
||||
@ -2030,7 +2041,7 @@ class SurveyInvitationsNew {
|
||||
|
||||
//echo '<span class="spaceRight floatRight"><a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&a=invitations&m=inv_server&show_back=true">'.$lang['srv_inv_message_draft_settings'].'</a></span>';
|
||||
echo '<br class="clr"/>';
|
||||
echo '<div id="inv_error_note" class="hidden"></div>';
|
||||
echo '<div id="inv_error_note" class="displayNone"></div>';
|
||||
echo '<div id="inv_msg_preview">';
|
||||
echo '<table>';
|
||||
echo '<tr><th>'.$lang['srv_inv_message_draft_content_from'].':</th>';
|
||||
@ -2228,7 +2239,7 @@ class SurveyInvitationsNew {
|
||||
|
||||
//echo '<span class="spaceRight floatRight"><a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&a=invitations&m=inv_server&show_back=true">'.$lang['srv_inv_message_draft_settings'].'</a></span>';
|
||||
echo '<br class="clr"/>';
|
||||
echo '<div id="inv_error_note" class="hidden"></div>';
|
||||
echo '<div id="inv_error_note" class="displayNone"></div>';
|
||||
echo '<div id="inv_msg_preview">';
|
||||
echo '<table>';
|
||||
echo '<tr><th>'.$lang['srv_inv_message_draft_content_subject'].':</th>';
|
||||
@ -4721,7 +4732,7 @@ class SurveyInvitationsNew {
|
||||
$sql_query = sisplet_query($sql_string);
|
||||
$sql_row = mysqli_fetch_assoc($sql_query);
|
||||
|
||||
echo '<div id="inv_error_note" class="hidden"/>';
|
||||
echo '<div id="inv_error_note" class="displayNone"/>';
|
||||
|
||||
echo '<input type="hidden" id="inv_rid" value="'.$sql_row['id'].'">';
|
||||
echo '<table id="inv_edit_recipient">';
|
||||
@ -5313,7 +5324,7 @@ class SurveyInvitationsNew {
|
||||
|
||||
echo '<div id="inv_recipients_profile_name">';
|
||||
|
||||
echo '<div id="inv_error_note" class="hidden"></div>';
|
||||
echo '<div id="inv_error_note" class="displayNone"></div>';
|
||||
|
||||
echo '<table>';
|
||||
echo '<tr><td class="bold">'.$lang['srv_inv_recipient_list_name'].'</td>';
|
||||
@ -5452,7 +5463,7 @@ class SurveyInvitationsNew {
|
||||
$sql_query = sisplet_query($sql_string);
|
||||
$sql_row = mysqli_fetch_assoc($sql_query);
|
||||
|
||||
echo '<div id="inv_error_note" class="hidden"/>';
|
||||
echo '<div id="inv_error_note" class="displayNone"/>';
|
||||
|
||||
echo '<input type="hidden" id="inv_rid" value="'.$sql_row['id'].'">';
|
||||
echo '<table id="inv_edit_recipient">';
|
||||
|
@ -129,7 +129,7 @@ function inv_update_rec_profile() {
|
||||
var pid = $('#inv_recipients_profile_name').find('#rec_profile_pid').val();
|
||||
var profile_name = $('#inv_recipients_profile_name').find('#rec_profile_name').val();
|
||||
|
||||
$("#inv_error_note").addClass('hidden');
|
||||
$("#inv_error_note").addClass('displayNone');
|
||||
|
||||
$.post('ajax.php?t=invitations&a=update_rec_profile', {anketa:srv_meta_anketa_id, pid:pid, profile_name:profile_name, noNavi:'true'}, function(data) {
|
||||
data = jQuery.parseJSON(data);
|
||||
@ -141,7 +141,7 @@ function inv_update_rec_profile() {
|
||||
} else {
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").show();
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -210,7 +210,7 @@ function inv_save_recipient() {
|
||||
// prikažemo obvestilo o napaki
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").show();
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
if (data.error_email == '1') {
|
||||
$("#rec_email").addClass('inv_input_error');
|
||||
}
|
||||
@ -588,7 +588,7 @@ function inv_message_save_forward(mid) {
|
||||
'border' : 'none'
|
||||
});
|
||||
|
||||
$("#inv_error_note").addClass('hidden');
|
||||
$("#inv_error_note").addClass('displayNone');
|
||||
$.post(
|
||||
'ajax.php?t=invitations&a=message_save_forward',
|
||||
{
|
||||
@ -612,7 +612,7 @@ function inv_message_save_forward(mid) {
|
||||
}
|
||||
// prikažemo obvestilo o napaki
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
if (data.inv_message_replyto == '1') {
|
||||
$("#inv_¸ge_replyto").css({
|
||||
'border' : '1px solid red'
|
||||
@ -653,7 +653,7 @@ function inv_message_save_forward_noEmail(mid) {
|
||||
'border' : 'none'
|
||||
});
|
||||
|
||||
$("#inv_error_note").addClass('hidden');
|
||||
$("#inv_error_note").addClass('displayNone');
|
||||
$.post(
|
||||
'ajax.php?t=invitations&a=message_save_forward_noEmail',
|
||||
{
|
||||
@ -676,7 +676,7 @@ function inv_message_save_forward_noEmail(mid) {
|
||||
}
|
||||
// prikažemo obvestilo o napaki
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
if (data.inv_message_subject == '1') {
|
||||
$("#inv_message_subject").css({
|
||||
'border' : '1px solid red'
|
||||
@ -714,7 +714,7 @@ function inv_message_save_simple(mid) {
|
||||
'border' : 'none'
|
||||
});
|
||||
|
||||
$("#inv_error_note").addClass('hidden');
|
||||
$("#inv_error_note").addClass('displayNone');
|
||||
$.post(
|
||||
'ajax.php?t=invitations&a=save_message_simple',
|
||||
{
|
||||
@ -735,7 +735,7 @@ function inv_message_save_simple(mid) {
|
||||
// skrijemo okno in
|
||||
// prikažemo obvestilo o napaki
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
if (data.inv_message_replyto == '1') {
|
||||
$("#inv_messge_replyto").css({
|
||||
'border' : '1px solid red'
|
||||
@ -775,7 +775,7 @@ function inv_message_save_simple_noEmail(mid) {
|
||||
'border' : 'none'
|
||||
});
|
||||
|
||||
$("#inv_error_note").addClass('hidden');
|
||||
$("#inv_error_note").addClass('displayNone');
|
||||
$.post(
|
||||
'ajax.php?t=invitations&a=save_message_simple_noEmail',
|
||||
{
|
||||
@ -795,7 +795,7 @@ function inv_message_save_simple_noEmail(mid) {
|
||||
// skrijemo okno in
|
||||
// prikažemo obvestilo o napaki
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
if (data.inv_message_subject == '1') {
|
||||
$("#inv_message_subject").css({
|
||||
'border' : '1px solid red'
|
||||
@ -1150,7 +1150,7 @@ function edit_message_save(mid) {
|
||||
'border' : 'none'
|
||||
});
|
||||
|
||||
$("#inv_error_note").addClass('hidden');
|
||||
$("#inv_error_note").addClass('displayNone');
|
||||
|
||||
$.post(
|
||||
'ajax.php?t=invitations&a=save_message',
|
||||
@ -1179,7 +1179,7 @@ function edit_message_save(mid) {
|
||||
$('#fullscreen').fadeOut('slow').html('')
|
||||
// prikažemo obvestilo o napaki
|
||||
$("#inv_error_note").html(data.msg);
|
||||
$("#inv_error_note").removeClass('hidden');
|
||||
$("#inv_error_note").removeClass('displayNone');
|
||||
if (data.inv_message_replyto == '1') {
|
||||
$("#inv_message_replyto").css({
|
||||
'border' : '1px solid red'
|
||||
|
@ -4910,6 +4910,7 @@ $lang = array (
|
||||
'srv_inv_recipiens_sample' => "Primer:",
|
||||
'srv_inv_recipiens_sample1' => "janez.novak@example.com,Janez,Novak,g.<br/>janja.novak@example.com,,,ga.",
|
||||
"srv_inv_recipiens_sample2" => "<span class=\"bold\">Primer</span> - vnos podatkov za primer, ko želimo za dva respondenta vnesti podatke za njuno telefonsko številko, ime in priimek:",
|
||||
"srv_inv_recipiens_insert" => "Vnesite prejemnike",
|
||||
'srv_inv_edit_recipients_heading' => "Vpogled in urejanje prejemnikov",
|
||||
'srv_inv_recipients_email' => "EMAIL", #"Email",
|
||||
'srv_inv_recipients_password' => "PASSWORD", #"Geslo",
|
||||
@ -5062,7 +5063,7 @@ $lang = array (
|
||||
'srv_inv_potencial_respondents' => "Sporočilo bo poslano na spodnje naslove:",
|
||||
'srv_inv_potencial_respondents_limit' => "Vabilo želite poslati več kot 5000 respondentom. Prosimo, če nas pred pošiljanjem o tem obvestite na <a href=\"mailto:info@1ka.si\">info@1ka.si</a>!",
|
||||
'srv_inv_btn_add_recipients_add' => "Dodaj",
|
||||
'srv_inv_recipiens_file_note_1' => "Izberite datoteko z e-poštnimi naslovi prejemnikov. Vsak prejemnik mora biti v svoji vrstici. Če uvažate tudi dodatna personalizacijska polja, jih ločite z vejicami. Polja v datoteki morajo biti v enakem vrstnem redu kot ste označili zgoraj. Podvojeni zapisi se ne bodo dodajali.",
|
||||
'srv_inv_recipiens_file_note_1' => "<span class=\"semi-bold\">Izberite datoteko z e-poštnimi naslovi prejemnikov. Vsak prejemnik mora biti v svoji vrstici.</span> Če uvažate tudi dodatna personalizacijska polja, jih ločite z vejicami. Polja v datoteki morajo biti v enakem vrstnem redu kot ste označili zgoraj. Podvojeni zapisi se ne bodo dodajali.",
|
||||
'srv_inv_archive_heading' => "Arhivi pošiljanja",
|
||||
'srv_inv_archive_date_send' => "Datum pošiljanja",
|
||||
'srv_inv_archive_hour_send' => "Ura pošiljanja",
|
||||
|
@ -4880,7 +4880,8 @@ $lang = array (
|
||||
'srv_inv_recipiens_sample' => "Example:",
|
||||
'srv_inv_recipiens_sample1' => "john.smith@gmail.com,John,Smith,Mr.<br/>johana.smith@gmail.com,,,mrs.",
|
||||
"srv_inv_recipiens_sample2" => "<span class=\"bold\">Example</span> - data entry for if you want to enter the phone number, surname and name of two respondents:",
|
||||
'srv_inv_edit_recipients_heading' => "Preview and edit recipients:",
|
||||
"srv_inv_recipiens_insert" => "Insert recipients",
|
||||
'srv_inv_edit_recipients_heading' => "Preview and edit recipients:",
|
||||
'srv_inv_recipients_email' => "Email",
|
||||
'srv_inv_recipients_password' => "Password",
|
||||
'srv_inv_recipients_firstname' => "First name",
|
||||
@ -5030,7 +5031,7 @@ $lang = array (
|
||||
'srv_inv_potencial_respondents' => "The number of potential recipients:",
|
||||
'srv_inv_potencial_respondents_limit' => "You are trying to send an invitation to more than 5000 respondents. Please contact us before sending on <a href=\"mailto:info@1ka.si\">info@1ka.si</a>!",
|
||||
'srv_inv_btn_add_recipients_add' => "Add",
|
||||
'srv_inv_recipiens_file_note_1' => "Select a file with e-mail addresses. Each recipient must be in a separate line. If you import additional personalization fields, separated them by commas. Fields in the file must be in the same order as you have ticked above. Duplicate entries will not be added.",
|
||||
'srv_inv_recipiens_file_note_1' => "<span class=\"semi-bold\">Select a file with e-mail addresses. Each recipient must be in a separate line.</span> If you import additional personalization fields, separated them by commas. Fields in the file must be in the same order as you have ticked above. Duplicate entries will not be added.",
|
||||
'srv_inv_archive_heading' => "Sending Archive:",
|
||||
'srv_inv_archive_date_send' => "Sending date",
|
||||
'srv_inv_archive_hour_send' => "Sending time",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -111,6 +111,14 @@ body #main_holder #main .page_invitations{
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
|
||||
.setting_line{
|
||||
margin-bottom: 16px;
|
||||
|
||||
textarea{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -130,7 +138,7 @@ body #main_holder #main .page_invitations{
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
.lbl_email_setting {
|
||||
vertical-align: top;
|
||||
line-height: 16px;
|
||||
@ -205,15 +213,6 @@ $background_color_26: #ffe6d6;
|
||||
}
|
||||
#inv_recipient_edit {
|
||||
@include popup_general();
|
||||
|
||||
/*span.h2 {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
padding: 5px 0 10px 0;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: $blue;
|
||||
}*/
|
||||
|
||||
height: auto;
|
||||
|
||||
@ -1120,8 +1119,6 @@ span.span_list_archive {
|
||||
padding-top: 10px;
|
||||
}
|
||||
span.inv_sort_ascending {
|
||||
/*background-repeat: no-repeat;
|
||||
background-image: url(../../../admin/survey/img_0/sprites.png);*/
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
width: 9px;
|
||||
@ -1131,8 +1128,6 @@ span.inv_sort_ascending {
|
||||
background-position: -225px -98px;
|
||||
}
|
||||
span.inv_sort_descending {
|
||||
/*background-repeat: no-repeat;
|
||||
background-image: url(../../../admin/survey/img_0/sprites.png);*/
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
width: 9px;
|
||||
@ -1185,3 +1180,5 @@ span.inv_sort_descending {
|
||||
#inv_send_mail_btn {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user