Redesign - popravek gumba za hep na desni strani (aai)
This commit is contained in:
parent
6bc5d25c6e
commit
befd200265
@ -2061,9 +2061,9 @@ class SurveyAdmin
|
||||
if (Common::checkModule('gorenje')){
|
||||
echo '<a href="https://helpdesk.gorenje.com/SubmitSR.jsp" target="_blank"><span class="faicon inline_comment"></span> '.$lang['srv_footer_reportabug'].'</a>';
|
||||
}
|
||||
elseif(isAAI()){
|
||||
/*elseif(isAAI()){
|
||||
echo '<a href="https://www.1ka.si/help1KA" target="_blank"><span class="faicon inline_comment"></span> '.$lang['srv_footer_reportabug'].'</a>';
|
||||
}
|
||||
}*/
|
||||
else{
|
||||
// Slovenski jezik
|
||||
if ($lang['id'] == 1){
|
||||
@ -2073,11 +2073,12 @@ class SurveyAdmin
|
||||
echo '<a href="https://www.1ka.si/a/72864?Q1=292032" target="_blank"><div class="right_help_button">'.$lang['srv_footer_reportabug2'].'</div></a>';
|
||||
}
|
||||
// Angleski jezik
|
||||
else
|
||||
else{
|
||||
echo '<a href="https://www.1ka.si/a/72864?Q1=292032&language=2" target="_blank"><span class="faicon inline_comment"></span> '.$lang['srv_footer_reportabug'].'</a>';
|
||||
|
||||
// Zacasen gumb na desni
|
||||
echo '<a href="https://www.1ka.si/a/72864?Q1=292032&language=2" target="_blank"><div class="right_help_button">'.$lang['srv_footer_reportabug2'].'</div></a>';
|
||||
}
|
||||
}
|
||||
|
||||
echo '</div>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user