diff --git a/admin/survey/Branching.php b/admin/survey/Branching.php index 69ba23e97..1e3fe6c22 100644 --- a/admin/survey/Branching.php +++ b/admin/survey/Branching.php @@ -6523,14 +6523,29 @@ class Branching { function condition_editing ($if, $vrednost=0, $edit_fill_value=0) { global $lang; - // opozorilo pri urejanju podifa na vrednosti - if ($vrednost > 0) { - echo '

'.$lang['urejanje_podif_alert'].'

'; + // Pogoj na vrednost + if($vrednost > 0){ + echo '

'.$lang['urejanje_pogoj_popup_vrednost'].'

'; + echo ''; + + echo ''.$lang['urejanje_podif_alert'].''; + + echo '

'; $sql = sisplet_query("SELECT naslov FROM srv_vrednost WHERE id='$vrednost'"); $row = mysqli_fetch_assoc($sql); echo '
'.$row['naslov'].'
'; } + // Pogoj pri npr. obvescanju + elseif($vrednost == -3){ + echo '

'.$lang['urejanje_pogoj_popup'].'

'; + echo ''; + } + // Validacija + elseif($vrednost == -4){ + echo '

'.$lang['urejanje_pogoj_popup_validacija'].'

'; + echo ''; + } $row = Cache::srv_if($if); @@ -6696,23 +6711,31 @@ class Branching { echo ''; // -- div_condition_editing_float - } elseif ($vrednost == -1) { // filter v DisplayData + } + // filter v DisplayData + elseif ($vrednost == -1) { // tega niti ni vec... - } elseif ($vrednost == -2) { // profili filtrov + } + // profili filtrov + elseif ($vrednost == -2) { - } elseif ($vrednost == -3) { // klasicen popup v #div_condition_editing, uporablja se npr pri ifih za obvescanje - echo ''; + } + // klasicen popup v #div_condition_editing, uporablja se npr pri ifih za obvescanje + elseif ($vrednost == -3) { + echo ''; echo ''.$lang['srv_potrdi'].''; echo ''; - echo ''; + echo ''; echo ''.$lang['srv_zapri'].''; echo ''; - echo ''; + echo ''; echo ''.$lang['srv_if_rem'].''."\n\r"; echo ''; - } elseif ($vrednost == -4) { // validacija - echo ''; + } + // validacija + elseif ($vrednost == -4) { + echo ''; echo ''.$lang['srv_potrdi'].''; echo ''; echo ''; @@ -6722,14 +6745,16 @@ class Branching { echo ''.$lang['srv_if_rem'].''."\n\r"; echo ''; - } else { // filter na vrednosti - echo ''; + } + // filter na vrednosti + else { + echo ''; echo ''.$lang['srv_potrdi'].''; echo ''; - echo ''; + echo ''; echo ''.$lang['srv_zapri'].''; echo ''; - echo ''; + echo ''; echo ''.$lang['srv_if_rem'].''."\n\r"; echo ''; } @@ -7906,7 +7931,7 @@ class Branching { $this->calculation_edit($row['id'], $vrednost); } - echo '

'.$lang['srv_add_cond'].': + echo '

'.$lang['srv_add_cond'].':  + ,  - ,  * , diff --git a/admin/survey/SurveyAdminAjax.php b/admin/survey/SurveyAdminAjax.php index 8074a1de0..fc1fb7409 100644 --- a/admin/survey/SurveyAdminAjax.php +++ b/admin/survey/SurveyAdminAjax.php @@ -4357,10 +4357,6 @@ class SurveyAdminAjax { echo ''; echo ''; - - /* - echo ''; - */ } elseif ($_GET['a'] == 'preview_spremenljivka') { global $site_path; @@ -4392,7 +4388,9 @@ class SurveyAdminAjax { } } - echo '

'; + echo '
'; + + echo ''; include_once('../../main/survey/app/global_function.php'); new \App\Controllers\SurveyController(true); @@ -5938,7 +5936,9 @@ class SurveyAdminAjax { $question_resp_comment_inicialke = SurveySetting::getInstance()->getSurveyMiscSetting('question_resp_comment_inicialke'); $question_resp_comment_inicialke_alert = SurveySetting::getInstance()->getSurveyMiscSetting('question_resp_comment_inicialke_alert'); - echo '

'.$lang['srv_test_sett_txt'].'

'; + echo '

'.$lang['srv_test_sett_txt'].'

'; + + echo ''; echo '
'; echo ''; diff --git a/admin/survey/classes/class.Dostop.php b/admin/survey/classes/class.Dostop.php index 8c4d13308..af5b7b575 100644 --- a/admin/survey/classes/class.Dostop.php +++ b/admin/survey/classes/class.Dostop.php @@ -473,6 +473,8 @@ class Dostop { echo '

'.$lang['srv_anketa'].' '.$rowa['naslov'].'

'; + echo ''; + echo '

'; if ($r['type'] == 2) { @@ -621,7 +623,7 @@ class Dostop { echo '

(' . $lang['srv_dostop_edit'] . ', ' . $lang['srv_dostop_data'] . ', ' . $lang['srv_dostop_export'] . ')

'; } - echo ''; + echo ''; } function ajax_anketa_user_dostop_save() { diff --git a/admin/survey/classes/class.GDPR.php b/admin/survey/classes/class.GDPR.php index ca6eac11b..16d2a633d 100644 --- a/admin/survey/classes/class.GDPR.php +++ b/admin/survey/classes/class.GDPR.php @@ -2267,7 +2267,10 @@ class GDPR{ if($ank_id != '' && $ank_id != '0'){ - echo '
'; + echo '
'; + + echo ''; + echo '
'; // Naslov vprasanja @@ -2285,7 +2288,7 @@ class GDPR{ echo '
'; // Gumba zapri - echo '
'; + //echo ''; echo '
'; } diff --git a/admin/survey/classes/class.SurveyConditionProfiles.php b/admin/survey/classes/class.SurveyConditionProfiles.php index a3d22caf7..66bfce938 100644 --- a/admin/survey/classes/class.SurveyConditionProfiles.php +++ b/admin/survey/classes/class.SurveyConditionProfiles.php @@ -197,11 +197,10 @@ class SurveyConditionProfiles } // Naslov - echo '

'.$lang['srv_condition_settings'].'

'; + echo '

'.$lang['srv_condition_settings'].'

'; + + echo ''; - # seznam profilov -# echo '
'.$lang['srv_analiza_selected_profile'].': ' . self :: $profiles[$_currMPID]['name'] . '
'; - if ( self :: $currentProfileId != SCP_DEFAULT_PROFILE ) { echo '
'; echo $lang['srv_not_default_setting']; diff --git a/admin/survey/classes/class.SurveyMissingProfiles.php b/admin/survey/classes/class.SurveyMissingProfiles.php index 17ccf1288..2e2a81002 100644 --- a/admin/survey/classes/class.SurveyMissingProfiles.php +++ b/admin/survey/classes/class.SurveyMissingProfiles.php @@ -86,7 +86,9 @@ class SurveyMissingProfiles static function DisplayProfile( $pid = null) { global $lang; - echo '

'.$lang['srv_missing_settings'].'

'; + echo '

'.$lang['srv_missing_settings'].'

'; + + echo ''; if ($pid == null ) { $pid = self::$currentProfileId; @@ -98,8 +100,6 @@ class SurveyMissingProfiles echo '

'; } - //echo '
'.$lang['srv_missing_profiles_profile_title'].'
'; - echo '
'; self :: DisplayProfileOptions($pid); diff --git a/admin/survey/classes/class.SurveySkupine.php b/admin/survey/classes/class.SurveySkupine.php index 0e1c3ad78..32e958238 100644 --- a/admin/survey/classes/class.SurveySkupine.php +++ b/admin/survey/classes/class.SurveySkupine.php @@ -390,15 +390,18 @@ class SurveySkupine { // Naslov echo '

' . $lang['srv_password_add_mass'] . '

'; - echo '

' . $lang['srv_password_add_mass_instructions'] . '
'; + + echo '

'; + + echo '

' . $lang['srv_password_add_mass_instructions'] . '

'; //echo '' . $lang['srv_password_add_mass_sample'] . '

'; echo ''; echo '

'; - echo ''.$lang['srv_zapri'].''; - echo ''.$lang['srv_password_add_mass_execute'].''; + echo ''.$lang['srv_password_add_mass_execute'].''; + echo ''.$lang['srv_zapri'].''; } // Masovno dodajanje gesel diff --git a/admin/survey/classes/class.SurveyStatusProfiles.php b/admin/survey/classes/class.SurveyStatusProfiles.php index a6a0b21df..1af212941 100644 --- a/admin/survey/classes/class.SurveyStatusProfiles.php +++ b/admin/survey/classes/class.SurveyStatusProfiles.php @@ -192,8 +192,8 @@ class SurveyStatusProfiles $popUp = new PopUp(); $popUp->setId('divStatusProfile'); - $popUp->setHeaderText($lang['srv_status_settings']); - + $popUp->setHeaderText($lang['srv_status_settings']); + #vsebino shranimo v buffer ob_start(); if ( self::$currentProfileId != SSP_DEFAULT_PROFILE ) { @@ -201,17 +201,16 @@ class SurveyStatusProfiles echo $lang['srv_not_default_setting']; echo '

'; } - - //echo ' '.$lang['srv_status_profile_note0'].'

'; + + echo ''; + echo '
'; self :: DisplayProfileOptions($pid); echo '
'; echo '
'; self :: DisplayProfileData($pid); - echo '
'; - echo '
'; // cover Div diff --git a/admin/survey/classes/class.SurveyTimeProfiles.php b/admin/survey/classes/class.SurveyTimeProfiles.php index 7ecd57272..e4681fb39 100644 --- a/admin/survey/classes/class.SurveyTimeProfiles.php +++ b/admin/survey/classes/class.SurveyTimeProfiles.php @@ -380,7 +380,9 @@ class SurveyTimeProfiles { $_all_profiles = self::getProfiles(); // Naslov - echo '

'.$lang['srv_obdobje_settings'].'

'; + echo '

'.$lang['srv_obdobje_settings'].'

'; + + echo ''; if ($current_pid == null) { $current_pid = self::getCurentProfileId(); @@ -434,16 +436,16 @@ class SurveyTimeProfiles { echo ''; - - - } + echo '
'; + } + /** Funkcija prikaze osnovnih informacije profila * */ diff --git a/admin/survey/classes/class.SurveyUrlLinks.php b/admin/survey/classes/class.SurveyUrlLinks.php index f875b3985..5ab135953 100644 --- a/admin/survey/classes/class.SurveyUrlLinks.php +++ b/admin/survey/classes/class.SurveyUrlLinks.php @@ -62,9 +62,11 @@ class SurveyUrlLinks $popUp->setHeaderText($lang['srv_public_link_title'].':'); #vsebino shranimo v buffer - ob_start(); - if ($msg != null) - { + ob_start(); + + echo ''; + + if ($msg != null){ echo ($msg); echo '
'; } @@ -160,7 +162,8 @@ class SurveyUrlLinks # dodamo gumb Preklici $buttonClose = new PopUpCancelButton(); - $buttonClose->setCaption($lang['srv_zapri'])->setTitle($lang['srv_zapri']); + $buttonClose->setCaption($lang['srv_zapri'])->setTitle($lang['srv_zapri']); + $buttonClose->setFloat('right'); $popUp->addButton($buttonClose); echo $popUp; diff --git a/admin/survey/classes/phpqrcode/imgs/code97.png b/admin/survey/classes/phpqrcode/imgs/code97.png new file mode 100644 index 000000000..419b7cd03 Binary files /dev/null and b/admin/survey/classes/phpqrcode/imgs/code97.png differ diff --git a/admin/survey/export/latexclasses/Analize/AnalizaCrosstab.php b/admin/survey/export/latexclasses/Analize/AnalizaCrosstab.php index 929bdad81..a78df2ee8 100644 --- a/admin/survey/export/latexclasses/Analize/AnalizaCrosstab.php +++ b/admin/survey/export/latexclasses/Analize/AnalizaCrosstab.php @@ -573,7 +573,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ $steviloArrayrulewidth = ($steviloMultiCol1-1); if($export_format=='pdf'){ - $tabela .= " & \multicolumn{".$steviloMultiCol1."}{>{\hsize=\dimexpr".$steviloMultiCol1."\hsize+".$steviloTabColSep."\\tabcolsep+".$steviloArrayrulewidth."\arrayrulewidth\\relax}C|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom + //$tabela .= " & \multicolumn{".$steviloMultiCol1."}{>{\hsize=\dimexpr".$steviloMultiCol1."\hsize+".$steviloTabColSep."\\tabcolsep+".$steviloArrayrulewidth."\arrayrulewidth\\relax}C|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom + $tabela .= " & \multicolumn{".$steviloMultiCol1."}{>{\hsize=\dimexpr".$steviloMultiCol1."\hsize+".$steviloTabColSep."\\tabcolsep+".$steviloArrayrulewidth."\arrayrulewidth\\relax}c|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom }elseif($export_format=='rtf'){ $tabela .= " & \multicolumn{".$steviloMultiCol1."}{c|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom } @@ -849,7 +850,7 @@ class AnalizaCrosstab extends LatexAnalysisElement{ // skupni sestevki po stolpcih - ZADNJA VRSTICA - konec ############################################################################# $stevec++; - }elseif($presirokaTabela == 1){ //ce je tabela presiroka + }elseif($presirokaTabela == 1){ //ce je tabela presiroka //print_r($cols); //echo "velikost tabele: ".($velikostTabele)." podatkov je : $cols
"; @@ -890,14 +891,15 @@ class AnalizaCrosstab extends LatexAnalysisElement{ }else{ $steviloStolpcevParameterTabular = $steviloStolpcevDelnaTabela; } - //echo "steviloStolpcevParameterTabular1: $steviloStolpcevParameterTabular
"; - $steviloStolpcevParameterTabular++; + /* echo "steviloStolpcevDelnaTabela: $steviloStolpcevDelnaTabela
"; + echo "steviloStolpcevParameterTabular1: $steviloStolpcevParameterTabular
"; */ + //$steviloStolpcevParameterTabular++; }else{ - $steviloStolpcevParameterTabular = $mejaZaVelikeTabele + 1; + $steviloStolpcevParameterTabular = $mejaZaVelikeTabele + 1; } } - if($steviloStolpcevParameterTabular <= 2){ + if($steviloStolpcevParameterTabular <= 2){ $steviloStolpcevParameterTabular++; } //echo "steviloStolpcevParameterTabular2: $steviloStolpcevParameterTabular
"; @@ -959,7 +961,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ $steviloTabColSep = ($steviloMultiCol1-1)*2; $steviloArrayrulewidth = ($steviloMultiCol1-1); if($export_format=='pdf'){ - $tabela .= " & \multicolumn{".$steviloMultiCol1."}{>{\hsize=\dimexpr".$steviloMultiCol1."\hsize+".$steviloTabColSep."\\tabcolsep+".$steviloArrayrulewidth."\arrayrulewidth\\relax}C|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom + //$tabela .= " & \multicolumn{".$steviloMultiCol1."}{>{\hsize=\dimexpr".$steviloMultiCol1."\hsize+".$steviloTabColSep."\\tabcolsep+".$steviloArrayrulewidth."\arrayrulewidth\\relax}C|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom + $tabela .= " & \multicolumn{".$steviloMultiCol1."}{>{\hsize=\dimexpr".$steviloMultiCol1."\hsize+".$steviloTabColSep."\\tabcolsep+".$steviloArrayrulewidth."\arrayrulewidth\\relax}c|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom }elseif($export_format=='rtf'){ $tabela .= " & \multicolumn{".$steviloMultiCol1."}{c|}{".$this->encodeText($sub_q1)."} "; //prvi (prazen) in stolpec z besedilom } @@ -1013,7 +1016,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ //echo "steviloVmesnihStolpcevPodvrstic $t: $steviloVmesnihStolpcevPodvrstic
"; //echo $this->encodeText($text)."
"; } - if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + if($niSodo && $t == ($steviloTabel-2) && $reziduali){ //ce ni sodo in je predzadnja podtabela in so reziduali, dodaj se vse potrebno za prazen stolpec + //if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec $tabela .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } }else{ @@ -1031,8 +1035,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ } //}else{ - }elseif(($t == ($steviloTabel-1))){ - //}elseif(($t == ($steviloTabel-1)) && $niSodo == 1){ + }elseif(($t == ($steviloTabel-1))){ //ce je zadnja podtabela + //}elseif(($t == ($steviloTabel-1)) && $niSodo == 1){ $tabela .= " & "; $tabela .= $this->encodeText($lang['srv_analiza_crosstab_skupaj']); //izpis naslova zadnjega stolpca 2. vrstice } @@ -1080,7 +1084,6 @@ class AnalizaCrosstab extends LatexAnalysisElement{ # frekvence crostabov $crossChk0 = ((int)$crosstabs_value[$ckey1][$ckey2] > 0) ? $crosstabs_value[$ckey1][$ckey2] : 0; $tabela1 .= $this->DisplayLatexCells($crossChk0, $podVrstice, $colNum); - /* if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec $tabela1 .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } */ @@ -1122,8 +1125,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ //echo "tabela 3: $tabela3
"; } - - if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + //if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + if($niSodo && $t == ($steviloTabel-2) && $reziduali){ //ce ni sodo in je predzadnja podtabela in je potrebno izpisati reziduale, dodaj se vse potrebno za prazen stolpec $tabela1 .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } @@ -1181,7 +1184,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ } - if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + if($niSodo && $t == ($steviloTabel-2) && $reziduali){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + //if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec $tabela2 .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } @@ -1195,7 +1199,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ $tabela .= ' \cline{2-'.$steviloStolpcevParameterTabular.'}'; //je potrebno urediti prvi stolpec tako, da ni crt med celicami } - if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + if($niSodo && $t == ($steviloTabel-2) && $reziduali){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + //if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec $tabela3 .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } @@ -1221,14 +1226,15 @@ class AnalizaCrosstab extends LatexAnalysisElement{ } } //izpis vmesnih vrstic tabele - konec ################################################################################## + //echo "tabela 2: $tabela2
"; //echo "tabela 3: $tabela3
"; + // skupni sestevki po stolpcih - ZADNJA VRSTICA ######################################################################## //izpis celice v prvem stolpcu if($export_format != 'xls'){ $tabela .= $this->MultiRowCellLatex($steviloVmesnihVrstic, $this->encodeText($lang['srv_analiza_crosstab_skupaj']), $tabela2, $tabela3, $cols[$t]); - }else{ $tabela .= $this->encodeText($lang['srv_analiza_crosstab_skupaj']); } @@ -1302,7 +1308,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ echo "tabelaZadnja2: $tabelaZadnja2
"; */ $tabela .= $tabelaZadnja1; //izpis 1. podvrstice s freq - if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + if($niSodo && $t == ($steviloTabel-2) && $reziduali){ //ce ni sodo in je predzadnja podtabela in reziduali, dodaj se vse potrebno za prazen stolpec + //if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec $tabela .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } $tabela .= $this->texNewLine; @@ -1319,7 +1326,8 @@ class AnalizaCrosstab extends LatexAnalysisElement{ if($steviloVmesnihVrstic > 1 && $tabela2!=''){ //ce je potrebno multirow prikazovanje $tabela .= $tabelaZadnja2; //izpis 2. vrstice z odstotki - if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + if($niSodo && $t == ($steviloTabel-2) && $reziduali){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec + //if($niSodo && $t == ($steviloTabel-2)){ //ce ni sodo in je predzadnja podtabela, dodaj se vse potrebno za prazen stolpec $tabela .= $this->MultiColCellLatex($steviloVmesnihStolpcevPodvrstic, ''); } $tabela .= $this->texNewLine; diff --git a/admin/survey/script/js-lang.php b/admin/survey/script/js-lang.php index 53cd84b12..a5c3d3718 100644 --- a/admin/survey/script/js-lang.php +++ b/admin/survey/script/js-lang.php @@ -189,6 +189,7 @@ lang('srv_heatmap_radius'); lang('srv_delete_testdata_warning'); lang('srv_alert_upload_size'); lang('srv_alert_upload_ext'); +lang('srv_trans_lang'); //LOKACIJA diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js index 8130e4209..0ae22fc85 100644 --- a/admin/survey/script/script.js +++ b/admin/survey/script/script.js @@ -4811,12 +4811,12 @@ function inline_jezik_edit(id_value){ id.replaceWith('
'+ - '
'+ + '
'+ // Hidden textarea kamor shranimo staro vrednost, da jo lahko ponastavimo '
'+ - // Gumb shrani + // Gumb shrani ''+ ''+lang['save']+''+ ''+ @@ -4824,7 +4824,7 @@ function inline_jezik_edit(id_value){ // Gumb zapri ''+ ''+lang['srv_zapri']+''+ - ''+ + '

'+ '
'); diff --git a/lang/1.php b/lang/1.php index 7b2d2260d..2420a9fc6 100644 --- a/lang/1.php +++ b/lang/1.php @@ -113,7 +113,7 @@ $lang = array ( "app_installation" => "Lastna namestitev 1KA aplikacije", "app_virtual_domain" => "Virtualna domena 1KA aplikacije", "app_aai_installation" => "AAI namestitev 1KA aplikacije", - "app_aai_installation_text" => "Z orodjem 1KA lahko na enostaven način izdelate spletni vprašalnik, izvedete spletno anketo, urejate in analizirate podatke, s kar najmanjšim številom klikov.

Za uporabo orodja 1KA se lahko registrirate oziroma prijavite z vašim Arnes AAI računom.

Kliknite na spodnji gumb in sledite navodilom za prijavo v AAI.", + "app_aai_installation_text" => "Z orodjem 1KA lahko na enostaven način izdelate spletni vprašalnik, izvedete spletno anketo, urejate in analizirate podatke, s kar najmanjšim številom klikov.

Za uporabo orodja 1KA se lahko registrirate oziroma prijavite z vašim Arnes AAI-računom.

Kliknite na spodnji gumb in sledite navodilom za prijavo v AAI.", "check_and" => "Preverite in", "submit" => "potrdite spremembe", "dontwant" => "Ne elim več prejemati on-line novic", @@ -2022,7 +2022,7 @@ $lang = array ( "srv_alert_show_missing" => "Prikaži opcijo \"Ne vem\" ob opozorilu", "srv_alert_show_missing_98" => "Prikaži opcijo \"Zavrnil\" ob opozorilu", "srv_alert_show_missing_97" => "Prikaži opcijo \"Neustrezno\" ob opozorilu", - "srv_alert_upload_size" => "Naložena datoteka je prevelika! Največja dovoljena velikost je 20 MB.", + "srv_alert_upload_size" => "Naložena datoteka je prevelika! Največja dovoljena velikost je 16 MB.", "srv_alert_upload_ext" => "Naložen tip datoteke ni dovoljen!", "srv_dostop" => "Anketo lahko ureja avtor in vsi", "srv_izpolnjujejo" => "Anketo lahko izpolnjujejo", @@ -2936,7 +2936,10 @@ $lang = array ( "oblikovanje_if" => "Urejanje pogojev", "oblikovanje_blok" => "Urejanje bloka", "sintaksa_if" => "Predogled pogojev", - "urejanje_podif_alert" => "Urejate pogoj za prikaz izbrane vrstice (kategorije, podvprašanja) in ne celega vprašanja!", + "urejanje_podif_alert" => "Urejate pogoj za prikaz izbrane vrstice (kategorije, podvprašanja) in ne celega vprašanja!", + "urejanje_pogoj_popup" => "Uredi pogoj", + "urejanje_pogoj_popup_vrednost" => "Uredi pogoj na kategoriji", + "urejanje_pogoj_popup_validacija" => "Uredi validacijo", "srv_setting_onlyAuthor" => "Samo avtor", "srv_url" => "URL", "srv_embed_link" => "Embed", diff --git a/lang/2.php b/lang/2.php index b2007126b..d13669df8 100644 --- a/lang/2.php +++ b/lang/2.php @@ -101,7 +101,7 @@ $lang = array ( "app_installation" => "Installation 1KA application", "app_virtual_domain" => "Virtual domain 1KA application", "app_aai_installation" => "AAI installation 1KA application", - "app_aai_installation_text" => "With the 1KA tool, you can easily create an online questionnaire, conduct an online survey, edit and analyze data with as few clicks as possible.

You can register or login into 1KA application with your Arnes AAI account.

Click bottom button and follow instructions for AAI login.", + "app_aai_installation_text" => "With the 1KA tool, you can easily create an online questionnaire, conduct an online survey, edit and analyze data with as few clicks as possible.

You can register or login into 1KA application with your Arnes AAI-account.

Click bottom button and follow instructions for AAI login.", "check_and" => "Check and", "submit" => "submit", "dontwant" => "I don't want to receive any more e-mail", @@ -2009,7 +2009,7 @@ $lang = array ( "srv_alert_show_missing" => "Show option \"Don\'t know\" on alert", "srv_alert_show_missing_98" => "Show option \"Refused\" on alert", "srv_alert_show_missing_97" => "Show option \"Invalid\" on alert", - "srv_alert_upload_size" => "Uploaded file is too large! Maximum file size is 20 MB.", + "srv_alert_upload_size" => "Uploaded file is too large! Maximum file size is 16 MB.", "srv_alert_upload_ext" => "Uploaded file type is not allowed!", "srv_dostop" => "Survey can be edited by", "srv_izpolnjujejo" => "Survey can be answered by", @@ -2912,7 +2912,10 @@ $lang = array ( "oblikovanje_if" => "Condition editing", "oblikovanje_blok" => "Block editing", "sintaksa_if" => "Syntax of conditions", - "urejanje_podif_alert" => "You are editing condition to display a row inside a question and not entire question!", + "urejanje_podif_alert" => "You are editing condition to display a row inside a question and not entire question!", + "urejanje_pogoj_popup" => "Edit condition", + "urejanje_pogoj_popup_vrednost" => "Edit category condition", + "urejanje_pogoj_popup_validacija" => "Edit validation", "srv_setting_onlyAuthor" => "Only author", "srv_url" => "URL", "srv_embed_link" => "Embed", @@ -6360,8 +6363,8 @@ $lang = array ( 'login_with_account' => 'Login with account', 'login_with_google' => 'Gmail account', 'login_with_facebook' => 'Facebook account', - 'login_with_aai' => 'AAI account', - 'login_with_aai_title' => 'Login with AAI account', + 'login_with_aai' => 'AAI-account', + 'login_with_aai_title' => 'Login with AAI-account', 'login_with_yahoo' => 'Login with Yahoo account', 'login_with_msn' => 'Login with MSN account', 'login_register' => 'Register', diff --git a/public/css/admin.css b/public/css/admin.css index c4422416a..0035605cd 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -8160,6 +8160,7 @@ span.faicon.inv_unsubscribed_1::before { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -8488,6 +8489,7 @@ body.waitlong #loading { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -8650,6 +8652,7 @@ body.waitlong #loading { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -8989,7 +8992,7 @@ body.waitlong #loading { } #calculation #condition_editing_close { float: right; - margin: 40px 20px 20px 0; + margin: 20px 20px 20px 0; } #calculation #bottom_space { bottom: 0; @@ -9019,6 +9022,7 @@ body.waitlong #loading { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -9118,6 +9122,7 @@ body.waitlong #loading { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -9231,6 +9236,7 @@ body.waitlong #loading { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -9456,6 +9462,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -10570,6 +10577,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -12707,6 +12715,7 @@ table#surveyList_new tr.sl_header_new td.col10 { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -13222,6 +13231,7 @@ li.sortable_noGroup { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -15138,6 +15148,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -17568,6 +17579,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -18489,6 +18501,7 @@ div.inv_step.active a span.circle { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -18661,6 +18674,7 @@ div.inv_step.active a span.circle { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -18827,6 +18841,7 @@ div.inv_step.active a span.circle { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -19092,6 +19107,7 @@ div.listAccess_uid { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -20002,6 +20018,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -20102,6 +20119,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -20235,6 +20253,7 @@ ul.recode_number_sort li { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -20377,6 +20396,7 @@ table#recode_table tr.border_top_lite { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -21454,6 +21474,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -21875,6 +21896,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -24070,6 +24092,7 @@ table.analysis_reports tr td a { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -24752,6 +24775,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -24906,6 +24930,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -25010,6 +25035,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -25114,6 +25140,7 @@ and open the template in the editor. position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; @@ -27493,6 +27520,7 @@ div.theme_label.span_theme_current img { position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; color: lightgrey; diff --git a/resources/sass/admin/popup/basic.scss b/resources/sass/admin/popup/basic.scss index f24e6e00d..ad72825f6 100644 --- a/resources/sass/admin/popup/basic.scss +++ b/resources/sass/admin/popup/basic.scss @@ -21,6 +21,7 @@ position: absolute !important; top: 20px; right: 20px; + z-index: 9999; font-size: 32px !important; line-height: 25px; diff --git a/resources/sass/admin/popup/settings.scss b/resources/sass/admin/popup/settings.scss index 0515c6c28..95fb4c1fa 100644 --- a/resources/sass/admin/popup/settings.scss +++ b/resources/sass/admin/popup/settings.scss @@ -201,7 +201,7 @@ } #condition_editing_close { float: right; - margin: 40px 20px 20px 0; + margin: 20px 20px 20px 0; } #bottom_space { bottom: 0;