Objava - pregled
This commit is contained in:
parent
ae5a790da9
commit
89808de65b
@ -6943,13 +6943,13 @@ class SurveyAdminAjax {
|
||||
echo '</p>';
|
||||
}
|
||||
|
||||
# Prevod
|
||||
// # Prevod
|
||||
|
||||
echo '<p> <span>Prevod: </span>';
|
||||
echo '<span><a href="#">Belarussian</a>, </span>';
|
||||
echo '<span><a href="#">Bulgarian</a></span>';
|
||||
// echo '<p> <span>Prevod: </span>';
|
||||
// echo '<span><a href="#">Belarussian</a>, </span>';
|
||||
// echo '<span><a href="#">Bulgarian</a></span>';
|
||||
|
||||
echo '</p>';
|
||||
// echo '</p>';
|
||||
|
||||
|
||||
|
||||
|
@ -2797,7 +2797,7 @@ class SurveyAdminSettings {
|
||||
echo '<div class="more_title">';
|
||||
echo '<div class="more_title_icon"><span class="faicon inv_sent_1 empty"></span></div>';
|
||||
echo $lang['srv_publication_invitations'];
|
||||
echo '<img class= "mail_yellow" src="/public\img\icons\lock_yellow.svg">';
|
||||
// echo '<img class= "mail_yellow" src="/public\img\icons\lock_yellow.svg">';
|
||||
echo '</div>';
|
||||
echo $lang['srv_publication_invitations_text'];
|
||||
echo '</div>';
|
||||
@ -2924,23 +2924,23 @@ class SurveyAdminSettings {
|
||||
$link1 = $site_url.'a/'.$row['hash'];
|
||||
echo '<div class="grouplang">';
|
||||
echo '<a href="'.$link1.'" target="_blank">'.$link1.'</a>'.(count($lang_array) > 0 ? ' - '.$base_lang_resp : '');
|
||||
echo '<div class= "lang_span">- English </div>';
|
||||
// echo '<div class= "lang_span">- English </div>';
|
||||
echo '<span class="faicon blue copy" onclick="CopyToClipboard(\''.$link1.'\'); actionNotePopup(\'link_copied\', \'success\'); return false;" title="'.$lang['srv_publication_survey_copylink'].'"></span>';
|
||||
echo '</div>';
|
||||
|
||||
$link1 = $site_url.'a/'.$row['hash'];
|
||||
echo '<div class="grouplang">';
|
||||
echo '<a href="'.$link1.'" target="_blank">'.$link1.'</a>'.(count($lang_array) > 0 ? ' - '.$base_lang_resp : '');
|
||||
echo '<div class= "lang_span">- Slovenščina </div>';
|
||||
echo '<span class="faicon blue copy" onclick="CopyToClipboard(\''.$link1.'\'); actionNotePopup(\'link_copied\', \'success\'); return false;" title="'.$lang['srv_publication_survey_copylink'].'"></span>';
|
||||
echo '</div>';
|
||||
// $link1 = $site_url.'a/'.$row['hash'];
|
||||
// echo '<div class="grouplang">';
|
||||
// echo '<a href="'.$link1.'" target="_blank">'.$link1.'</a>'.(count($lang_array) > 0 ? ' - '.$base_lang_resp : '');
|
||||
// echo '<div class= "lang_span">- Slovenščina </div>';
|
||||
// echo '<span class="faicon blue copy" onclick="CopyToClipboard(\''.$link1.'\'); actionNotePopup(\'link_copied\', \'success\'); return false;" title="'.$lang['srv_publication_survey_copylink'].'"></span>';
|
||||
// echo '</div>';
|
||||
|
||||
$link1 = $site_url.'a/'.$row['hash'];
|
||||
echo '<div class="grouplang">';
|
||||
echo '<a href="'.$link1.'" target="_blank">'.$link1.'</a>'.(count($lang_array) > 0 ? ' - '.$base_lang_resp : '');
|
||||
echo '<div class= "lang_span">- Italian </div>';
|
||||
echo '<span class="faicon blue copy" onclick="CopyToClipboard(\''.$link1.'\'); actionNotePopup(\'link_copied\', \'success\'); return false;" title="'.$lang['srv_publication_survey_copylink'].'"></span>';
|
||||
echo '</div>';
|
||||
// $link1 = $site_url.'a/'.$row['hash'];
|
||||
// echo '<div class="grouplang">';
|
||||
// echo '<a href="'.$link1.'" target="_blank">'.$link1.'</a>'.(count($lang_array) > 0 ? ' - '.$base_lang_resp : '');
|
||||
// echo '<div class= "lang_span">- Italian </div>';
|
||||
// echo '<span class="faicon blue copy" onclick="CopyToClipboard(\''.$link1.'\'); actionNotePopup(\'link_copied\', \'success\'); return false;" title="'.$lang['srv_publication_survey_copylink'].'"></span>';
|
||||
// echo '</div>';
|
||||
|
||||
// Imamo vec linkov za skupine
|
||||
$ss = new SurveySkupine($this->anketa);
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -260,15 +260,15 @@ div#vabila {
|
||||
|
||||
}
|
||||
|
||||
div.more_block:first-of-type{
|
||||
.more_title{
|
||||
color: #FFC700;
|
||||
}
|
||||
// div.more_block:first-of-type{
|
||||
// .more_title{
|
||||
// color: #FFC700;
|
||||
// }
|
||||
|
||||
span.faicon.empty{
|
||||
color: #FFC700;
|
||||
}
|
||||
}
|
||||
// span.faicon.empty{
|
||||
// color: #FFC700;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user