[Redizajn 1KA] Popupi: Urejanje > Nastavitve > Telefonska anketa - Shrani kot nov profil (alert če je prazno)
This commit is contained in:
parent
e132e849f7
commit
cc3001f939
@ -6454,6 +6454,7 @@ class SurveyAdminAjax {
|
||||
|
||||
// Generičen alert popup - vsebina
|
||||
echo '<h2>'.$lang['srv_warning'].'</h2>';
|
||||
echo '<div class="popup_close"><a href="#" onClick="genericAlertPopupClose();">✕</a></div>';
|
||||
echo '<div class="popup_content">';
|
||||
|
||||
|
||||
@ -6695,11 +6696,10 @@ class SurveyAdminAjax {
|
||||
}
|
||||
|
||||
echo '</div>';
|
||||
echo '<div class="buttons_holder">';
|
||||
echo '<div class="buttonwrapper floatRight" style="margin:3px" title="'.'OK'.'"><a class="ovalbutton ovalbutton_gray" href="#" onclick="genericAlertPopupClose(); return false;"><span>'
|
||||
.'OK'.'</span></a></div>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="button_holder">';
|
||||
echo '<button class="medium blue" onClick="genericAlertPopupClose(); return false;">OK</button>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
// Generičen popup spodaj levo
|
||||
|
Loading…
x
Reference in New Issue
Block a user