[Redizajn 1KA] Popupi: Urejanje > Nastvaitve > Osnovne nastavitve - Opozorila na vprašanja x3
This commit is contained in:
parent
6e8ef37479
commit
9e1682b83b
@ -418,7 +418,7 @@ class SurveyAdmin
|
||||
|
||||
|
||||
// Generičen popup
|
||||
echo '<div id="general_popup" class="divPopUp"></div>';
|
||||
echo '<div id="general_popup" class="divPopUp PopUpNarrow"></div>';
|
||||
|
||||
// Knjiznica popup
|
||||
echo '<div id="library_popup" class="divPopUp"></div>';
|
||||
|
@ -6438,13 +6438,9 @@ class SurveyAdminAjax {
|
||||
echo $lang['srv_reminder_popup_warning'];
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="buttons_holder">';
|
||||
echo '<span class="buttonwrapper floatRight" style="margin:3px" title="'.$lang['srv_zapri']
|
||||
.'"><a class="ovalbutton ovalbutton_gray" href="#" onclick="popupClose(); return false;"><span>'
|
||||
.$lang['srv_zapri'].'</span></a></span>';
|
||||
echo '<span class="buttonwrapper floatRight" style="margin:3px" title="'.$lang['srv_tip_sample_t6_8_o2']
|
||||
.'"><a class="ovalbutton ovalbutton_gray" href="ajax.php?a=reminder_all&what='.$alert_type.'&anketa='.$this->anketa.'"><span>'
|
||||
.$lang['srv_tip_sample_t6_8_o2'].'</span></a></span>';
|
||||
echo '<div class="button_holder">';
|
||||
echo '<button class="medium white-blue" onClick="popupClose();">'.$lang['edit1338'].'</button>';
|
||||
echo '<button class="medium blue" onClick="window.location.href=\'ajax.php?a=reminder_all&what='.$alert_type.'&anketa='.$this->anketa.'\';return false;">'.$lang['edit1339'].'</button>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
|
@ -354,6 +354,7 @@ $lang = array (
|
||||
"edit4" => "Spremeni",
|
||||
"edit1337" => "Shrani spremembe",
|
||||
"edit1338" => "Prekliči",
|
||||
"edit1339" => "Nadaljuj",
|
||||
"reset_translation" => "Ponastavi prevod",
|
||||
"delete_account" => "Izbriši 1KA račun",
|
||||
"delete_account_conformation" => "Ste prepričani, da želite trajno izbrisati vaš račun? Po potrditvi se ne boste več mogli prijaviti s tem računom!",
|
||||
|
@ -342,6 +342,7 @@ $lang = array (
|
||||
"edit4" => "Change",
|
||||
"edit1337" => "Save changes",
|
||||
"edit1338" => "Cancel",
|
||||
"edit1339" => "Continue",
|
||||
"reset_translation" => "Reset translation",
|
||||
"delete_account" => "Delete 1KA account",
|
||||
"delete_account_conformation" => "Are you sure you want to permanently delete your account? After confirmation, you will no longer be able to sign in with this account!",
|
||||
|
Loading…
x
Reference in New Issue
Block a user