[Redizajn 1KA] Popupi: Urejanje > Nastavitve > Telefonska anketa - Izbris respondenta
This commit is contained in:
parent
351421f8ad
commit
988dbe03ed
@ -408,7 +408,7 @@ class SurveyAdmin
|
|||||||
echo '<div id="branching" style="display:none"></div>';
|
echo '<div id="branching" style="display:none"></div>';
|
||||||
|
|
||||||
// fullscreen urejanje spremenljivke
|
// fullscreen urejanje spremenljivke
|
||||||
echo '<div id="fullscreen" class="'.($_GET['a'] == A_ANALYSIS ? ' analiza' : '').'"></div>';
|
echo '<div id="fullscreen" class="'.($_GET['a'] == A_ANALYSIS ? ' analiza' : ($_GET['a'] == 'telephone' ? ' divPopUp PopUpNarrow' : '')).'"></div>';
|
||||||
|
|
||||||
// fullscreen urejanje vprasanja
|
// fullscreen urejanje vprasanja
|
||||||
echo '<div id="vprasanje" class="divPopUp"></div>';
|
echo '<div id="vprasanje" class="divPopUp"></div>';
|
||||||
|
@ -4829,10 +4829,10 @@ class SurveyInvitationsNew {
|
|||||||
$rid = $_POST['inv_rid'];
|
$rid = $_POST['inv_rid'];
|
||||||
echo '<div id="inv_delete_rec_confirm">';
|
echo '<div id="inv_delete_rec_confirm">';
|
||||||
|
|
||||||
|
echo '<h2>'.$lang['srv_inv_recipient_delete'].'</h2>';
|
||||||
|
echo '<div class="popup_close"><a href="#" onclick="$(\'#fade\').fadeOut(\'slow\');$(\'#fullscreen\').fadeOut(\'slow\').html(\'\');return false;">✕</a></div>';
|
||||||
|
|
||||||
echo '<span class="h2">Ali ste prepričani da želite izbrisati respondenta:</span>';
|
echo '<p class="bottom16">'.$lang['srv_inv_recipient_delete_text'].'</p>';
|
||||||
echo '<br class="clr"/>';
|
|
||||||
echo '<br class="clr"/>';
|
|
||||||
|
|
||||||
# polovimo podatke respondenta
|
# polovimo podatke respondenta
|
||||||
$sql_string = "SELECT * FROM srv_invitations_recipients WHERE id = '".(int)$_POST['inv_rid']."'";
|
$sql_string = "SELECT * FROM srv_invitations_recipients WHERE id = '".(int)$_POST['inv_rid']."'";
|
||||||
@ -4894,13 +4894,11 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
|
|
||||||
echo '<br class="clr"/>';
|
|
||||||
echo '<br class="clr"/>';
|
|
||||||
echo '<span id="inv_delete_recipent" class="buttonwrapper floatRight" title="'.$lang['srv_inv_list_profiles_delete'].'"><a class="ovalbutton ovalbutton_orange" href="#" onclick="inv_delete_recipient();return false;" ><span>'.$lang['srv_inv_list_profiles_delete'].'</span></a></span>';
|
|
||||||
|
|
||||||
echo '<span class="buttonwrapper floatRight spaceRight" title="'.$lang['srv_cancel'].'"><a class="ovalbutton ovalbutton_gray" href="#" onclick="$(\'#fade\').fadeOut(\'slow\');$(\'#fullscreen\').fadeOut(\'slow\').html(\'\');return false;" ><span>'.$lang['srv_cancel'].'</span></a></span>';
|
echo '<div class="button_holder">';
|
||||||
echo '<br class="clr"/>';
|
echo '<button class="medium white-blue" onClick="$(\'#fade\').fadeOut(\'slow\');$(\'#fullscreen\').fadeOut(\'slow\').html(\'\');return false;">'.$lang['edit1338'].'</button>';
|
||||||
|
echo '<button class="medium blue" title="'.$lang['srv_inv_list_profiles_delete'].'" onclick="inv_delete_recipient(); return false;">'.$lang['srv_inv_list_profiles_delete'].'</button>';
|
||||||
|
echo '</div>';
|
||||||
|
|
||||||
echo '</div>'; # id="inv_delete_rec_confirm"
|
echo '</div>'; # id="inv_delete_rec_confirm"
|
||||||
}
|
}
|
||||||
|
@ -5004,6 +5004,8 @@ $lang = array (
|
|||||||
'srv_inv_recipient_list_comment' => "Komentar: ",
|
'srv_inv_recipient_list_comment' => "Komentar: ",
|
||||||
'srv_inv_recipient_list_recipients' => "Prejemniki: ",
|
'srv_inv_recipient_list_recipients' => "Prejemniki: ",
|
||||||
'srv_inv_recipient_list_new' => "Seznam respondentov",
|
'srv_inv_recipient_list_new' => "Seznam respondentov",
|
||||||
|
'srv_inv_recipient_delete' => "Izbris respondenta",
|
||||||
|
'srv_inv_recipient_delete_text' => "Ali ste prepričani da želite izbrisati respondenta?",
|
||||||
'srv_inv_recipient_delete_error' => "Ne morem izbrisati respondenta!",
|
'srv_inv_recipient_delete_error' => "Ne morem izbrisati respondenta!",
|
||||||
'srv_inv_recipient_show_only_duplicates' => "Prikaži samo podvojene",
|
'srv_inv_recipient_show_only_duplicates' => "Prikaži samo podvojene",
|
||||||
'srv_inv_list_profiles_edit' => "Uredi",
|
'srv_inv_list_profiles_edit' => "Uredi",
|
||||||
|
@ -4974,6 +4974,8 @@ $lang = array (
|
|||||||
'srv_inv_recipient_list_comment' => "List comment: ",
|
'srv_inv_recipient_list_comment' => "List comment: ",
|
||||||
'srv_inv_recipient_list_recipients' => "Recipients: ",
|
'srv_inv_recipient_list_recipients' => "Recipients: ",
|
||||||
'srv_inv_recipient_list_new' => "New list",
|
'srv_inv_recipient_list_new' => "New list",
|
||||||
|
'srv_inv_recipient_delete' => "Delete respondents",
|
||||||
|
'srv_inv_recipient_delete_text' => "Are you sure you want to delete the respondent?",
|
||||||
'srv_inv_recipient_delete_error' => "Can't delete the respondent!",
|
'srv_inv_recipient_delete_error' => "Can't delete the respondent!",
|
||||||
'srv_inv_recipient_show_only_duplicates' => "Show only duplicated",
|
'srv_inv_recipient_show_only_duplicates' => "Show only duplicated",
|
||||||
'srv_inv_list_profiles_edit' => "Edit",
|
'srv_inv_list_profiles_edit' => "Edit",
|
||||||
|
@ -8218,6 +8218,10 @@ div.setting_holder .setting_item input[type=checkbox][disabled] + label:before {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table#inv_edit_recipient {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Header scss - top line, menu...
|
Header scss - top line, menu...
|
||||||
*/
|
*/
|
||||||
|
@ -95,7 +95,7 @@ fieldset#missingProfileFieldset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/////// UREJANJE //////@
|
/////// UREJANJE //////
|
||||||
//Vprašalnik
|
//Vprašalnik
|
||||||
|
|
||||||
div.setting_holder {
|
div.setting_holder {
|
||||||
@ -128,5 +128,9 @@ div.setting_holder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//Nastavitve > Telefonska anketa > Izbriši respondenta
|
||||||
|
table#inv_edit_recipient {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user