Zacasno vklopljen aai popup za smtp tudi na testu - samo za testiranje

This commit is contained in:
pero1203 2021-02-10 13:16:47 +01:00
parent 763b8defd8
commit 6d2dfd610a

View File

@ -9896,7 +9896,7 @@ class SurveyInvitationsNew {
echo '<span class="bold">'.$lang['srv_email_setting_select_server'].'</span>&nbsp;'; echo '<span class="bold">'.$lang['srv_email_setting_select_server'].'</span>&nbsp;';
// AAI ima Arnesov smtp // AAI ima Arnesov smtp
if($aai_instalacija){ if(true || $aai_instalacija){
echo '<label><input type="radio" name="SMTPMailMode" value="0" '.($MA->is1KA() ? 'checked ="checked" ' : '').' onclick="smtpAAIPopupShow();">'; echo '<label><input type="radio" name="SMTPMailMode" value="0" '.($MA->is1KA() ? 'checked ="checked" ' : '').' onclick="smtpAAIPopupShow();">';
echo $lang['srv_email_setting_adapter0_aai']. ' </label>'; echo $lang['srv_email_setting_adapter0_aai']. ' </label>';
} }
@ -10077,7 +10077,6 @@ class SurveyInvitationsNew {
private function showAAISmtpPopup(){ private function showAAISmtpPopup(){
global $lang; global $lang;
echo '<div class="popup_close"><a href="#" onClick="quick_title_edit_cancel(); return false;">✕</a></div>'; echo '<div class="popup_close"><a href="#" onClick="quick_title_edit_cancel(); return false;">✕</a></div>';
echo '<h2>'.$lang['srv_email_setting_adapter0_aai_title'].'</h2>'; echo '<h2>'.$lang['srv_email_setting_adapter0_aai_title'].'</h2>';