'.$lang['srv_survey_archives_tracking_survey_text1'].' '.$lang['srv_survey_archives_tracking_survey_text1a'].'. '.$lang['srv_survey_archives_tracking_survey_text2'].' '.$lang['srv_survey_archives_tracking_survey_text3'].'.
';
+
+ // Izvoz v Excel
+ echo '';
+ // Prva vrstica
echo '';
-
- $sqlu = sisplet_query("SELECT name, surname FROM users WHERE id = '$row[user]'");
- $rowu = mysqli_fetch_array($sqlu);
-
- echo ' ' . datetime($row['datetime']) . ' | ';
- echo ' ' . $rowu['name'] . ' ' . $rowu['surname'] . ' | ';
- echo ' ' . $row['ip'] . ' | ';
- echo ' ' . $statuses[$row['status']] . ' | ';
- echo ' ' . $row['get'] . ' | ';
- echo ' ' . $row['post'] . ' | ';
-
+ echo ' ' . $lang['date'] . ' | ';
+ echo ' ' . $lang['user'] . ' | ';
+ echo ' IP | ';
+ echo ' Podstran | ';
+ echo ' GET | ';
+ echo ' POST | ';
echo '
';
+
+ $count = 0;
+ while ($row = mysqli_fetch_array($sql)) {
+ echo ' 24 ? 'class="displayNone"' : '').'>';
+
+ $sqlu = sisplet_query("SELECT name, surname FROM users WHERE id = '$row[user]'");
+ $rowu = mysqli_fetch_array($sqlu);
+
+ echo ' ' . datetime($row['datetime']) . ' | ';
+ echo ' ' . $rowu['name'] . ' ' . $rowu['surname'] . ' | ';
+ echo ' ' . $row['ip'] . ' | ';
+ echo ' ' . $statuses[$row['status']] . ' | ';
+ echo ' ' . $row['get'] . ' | ';
+ echo ' ' . $row['post'] . ' | ';
+
+ echo '
';
+ $count++;
+ }
}
}
diff --git a/admin/survey/classes/tracking/UserTrackingClass.php b/admin/survey/classes/tracking/UserTrackingClass.php
index a4fe93fe3..e2608a876 100644
--- a/admin/survey/classes/tracking/UserTrackingClass.php
+++ b/admin/survey/classes/tracking/UserTrackingClass.php
@@ -65,10 +65,10 @@ class UserTrackingClass
while ($row = mysqli_fetch_array($sql)) {
echo '';
- echo ' ' . datetime($row['datetime']) . ' | ';
+ echo ' ' . datetime($row['datetime']) . ' | ';
echo ' ' . $row['ip'] . ' | ';
- echo ' ' . $row['get'] . ' | ';
- echo ' ' . $row['post'] . ' | ';
+ echo ' ' . $row['get'] . ' | ';
+ echo ' ' . $row['post'] . ' | ';
echo '
';
}
diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js
index 584fea6e8..2b3dc503f 100644
--- a/admin/survey/script/script.js
+++ b/admin/survey/script/script.js
@@ -3767,9 +3767,16 @@ function doExcelExport() {
//return false;
*/
}
-function excelExportChangeDelimit() {
- $('#replace_export_delimit_semicolon').toggle();
- $('#replace_export_delimit_comma').toggle();
+function excelExportChangeDelimit($param) {
+ if ($param == 1) {
+ $('#replace_export_delimit_semicolon').removeClass('displayNone');
+ $('#replace_export_delimit_comma').addClass('displayNone');
+ }
+ else if ($param == 2) {
+ $('#replace_export_delimit_semicolon').addClass('displayNone');
+ $('#replace_export_delimit_comma').removeClass('displayNone');
+ }
+
return false;
}
diff --git a/lang/1.php b/lang/1.php
index b446df29f..5b95575ac 100644
--- a/lang/1.php
+++ b/lang/1.php
@@ -1567,23 +1567,45 @@ $lang = array (
"export_all_excel" => "Izvozi vsa polja v Excel",
"export_s_excel" => "Izvozi v Excel",
"srv_lnk_excel" => "CSV",
- "srv_lnk_excel_xls" => "Excel (xls)",
+ "srv_lnk_excel_xls" => "EXCEL (XLS)",
"srv_lnk_spss" => "SPSS SYNTAX",
"srv_lnk_sav" => "SPSS SAV",
"srv_lnk_PDF/RTF" => "Zaporedni izpis vseh respodentov",
"srv_lnk_txt" => "Tekstovna datoteka",
"srv_lnk_data_view" => "Pregled",
- "srv_lnk_data_edit" => "Urejanje",
+ "srv_lnk_data_edit" => "Urejanje",
+ "srv_izvoz_step1" => "1. korak:",
+ "srv_izvoz_step2" => "2. korak:",
+ "srv_izvoz_step3" => "3. korak:",
+ "srv_izvoz_step4" => "4. korak:",
+ "srv_izvoz_step5" => "5. korak:",
"srv_izvoz_Excel_xls_note" => "Podatke v Excel (xls) izvozite s klikom na ukaz \"Izvoz v Excel\".
V Excel verzije 2003 ali starejše je možen izvoz največ 256-ih stolpcev (spremenljivk). Morebitni nadaljnji stolpci se ne bodo izvozili. Ta omejitev je odpravljena v verziji 2007.
",
"srv_izvoz_Excel_xls_note_2" => "Opozorilo! Pri izvozu v Excel (Microsoft Excel verzija 2007 in novejše) se odprti odgovori ne izpišejo v celoti. Rešitev takšne težave in vseh težav z Excelom si lahko pogledate v pomoči Težave pri izvozu v Excel.
",
- "srv_izvoz_Excel_note" => "Podatke v CSV (comma separated values) izvozite s klikom na ukaz \"Izvoz v CSV\".
V Excel verzije 2003 ali starejše je možen izvoz največ 256-ih stolpcev (spremenljivk). Morebitni nadaljnji stolpci se ne bodo izvozili. Ta omejitev je odpravljena v verziji 2007.
",
- "srv_izvoz_Excel_note_2" => "Opozorilo! Pri izvozu v Excel (Microsoft Excel verzija 2007 in novejše) se odprti odgovori ne izpišejo v celoti. Rešitev takšne težave in vseh težav z Excelom si lahko pogledate v pomoči Težave pri izvozu v Excel.
",
+ "srv_izvoz_Excel_note_a" => "Podatke v CSV (angl. comma separated values) izvozite s klikom na spodnji ukaz:",
+ "srv_izvoz_Excel_file" => "Izvoz v CSV",
+ "srv_izvoz_Excel_note_b" => "V Excel verzije 2003 ali starejše je možen izvoz največ 256-ih stolpcev (spremenljivk). Morebitni nadaljnji stolpci se ne bodo izvozili. Ta omejitev je odpravljena v verziji 2007.",
+ "srv_izvoz_Excel_note_2" => "Opozorilo! Pri izvozu v Excel (Microsoft Excel verzija 2007 in novejše) se odprti odgovori ne izpišejo v celoti. Rešitev takšne težave in vseh težav z Excelom si lahko pogledate v pomoči Težave pri izvozu v Excel.",
"srv_izvoz_Excel_settings" => "Nastavitve",
- "srv_izvoz_SPSS_note" => "Podatke vaše ankete izvozite v SPSS/PASW v petih kratkih korakih:
- 1. korak:
- Naprej s klikom spodaj shranimo datoteko v izbrano mapo:
- Datoteka s podatki (.txt)
- 2. korak:
- Nato v isto mapo shranimo še datoteko s sintakso:
- Datoteka s sintakso (.sps)
- Z dvojnim klikom na datoteko sedaj odpremo sintakso v programu SPSS/PASW.
- 3. korak:
- V odprti datoteki s sintakso poiščemo DATA LIST vrstico (»primer: DATA LIST FILE=\"C:\anketa_podatki.txt\"«).
- Da bi povezali sintakso in podatke, namesto »C:« vpišemo lokacijo naše datoteke s podatki (zgled: če smo podatke shranili npr. v mapo Prenosi znotraj My Documents: DATA LIST FILE=\"C:\My Documents\Prenosi\anketa_podatki.txt\").
-
- Natančno lokacijo datoteke s podatki lahko poiščemo na naslednji način: uporabimo desni klik na datoteko s podatki in v meniju izberemo Lastnosti (Properties)- Mesto (Location) in to lokacijo vpišemo namesto »C:«.
- 4. korak:
- Datoteko s sintakso nato poženemo z ukazom RUN ALL (najdemo ga v spustnem meniju RUN) in tako kreiramo novo datoteko – bazo podatkov (.sav), ki jo lahko shranimo.
- 5. korak:
- Po izvozu v SPSS/PASW lahko določimo tudi manjkajoče vrednosti. Postavimo se v zavihek Variable View in v stolpcu Missing označimo Range plus one optional discrete missing value; Low: -99; High: -1; v 1KA so namreč manjkajoče vse negativne vrednosti s sledečimi pomeni:
- (-1) Ni odgovoril
- (-2) Preskok (if)
- (-3) Prekinjeno
- (-4) Naknadno vprašanje
- (-97) Neustrezno
- (-98) Zavrnil
- (-99) Ne vem.
",
- "srv_izvoz_txt_note" => "Podatke lahko izvozite tudi v tekstovno ASCII datoteko
",
- "srv_izvoz_SPSS_complex_note" => "Pri izvozu zelo kompleksne ankete z zankami vam v primeru kakršnih koli težav priporočamo najprej izvoz v Excel, in nato uvoz v SPSS.
",
- "srv_izvoz_SPSS_faq" => "V primeru kakršnihkoli zapletov (npr. pri kompleksnih anketah z zankami, stare verzije SPSS) priporočamo izvoz v Excel, in nato uvoz v SPSS. Posebej priporočamo pri kombiniranih tabelah. Več o izvozih v SPSS si lahko preberete v FAQ. V primeru težav kontaktirajte Pomoč uporabnikom.
",
- "srv_izvoz_SAV_note" => "Podatke v SPSS (SAV) izvozite s klikom na ukaz \"Izvoz v SPSS (SAV)\".
Pozor: Izvoz ne omogoča izvoza label vrednosti odgovorov.
Funkcionalnost je še v razvoju, zato so možne težave pri izvozu.
Priporočamo uporabo (starega) izvoza v SPSS, ki generira dve ločeni datoteki - datoteko s sintakso (.SPS) in datoteko s podatki (.TXT).
",
+ "srv_izvoz_SPSS_note" => "Podatke vaše ankete izvozite v SPSS/PASW v petih kratkih korakih:",
+ "srv_izvoz_step1_SPSS" => "Naprej s klikom spodaj shranimo datoteko s podatki (format .txt) v izbrano mapo:",
+ "srv_izvoz_step1_SPSS_file" => "Datoteka s podatki TXT",
+ "srv_izvoz_step2a_SPSS" => "Nato v isto mapo shranimo še datoteko s sintakso (format .sps):",
+ "srv_izvoz_step2b_SPSS" => "Nato z dvojnim klikom na datoteko odpremo sintakso v programu SPSS/PASW.",
+ "srv_izvoz_step2_SPSS_file" => "Datoteka s sintakso SPS",
+ "srv_izvoz_step3a_SPSS" => "V datoteki s sintakso poiščemo DATA LIST vrstico (primer: »DATA LIST FILE=\C:\anketa_podatki.txt\"«).",
+ "srv_izvoz_step3b_SPSS" => "Za povezavo sintakse in podatkov namesto »C:« vpišemo natančno lokacijo naše datoteke s podatki (primer: Če smo podatke shranili v mapo 'Prenosi', ki se nahaja v mapi 'My Documents' vpišemo naslednje: DATA LIST FILE=\"C:\My Documents\Prenosi\anketa_podatki.txt\").",
+ "srv_izvoz_step3c_SPSS" => "Natančno lokacijo datoteke s podatki lahko poiščemo na naslednji način: Uporabimo desni klik na datoteko s podatki in v meniju izberemo Lastnosti (Properties) - Mesto (Location) in to lokacijo vpišemo namesto »C:«.",
+ "srv_izvoz_step4_SPSS" => "Datoteko s sintakso nato poženemo z ukazom RUN ALL (najdemo ga v spustnem meniju RUN) in tako kreiramo novo datoteko - bazo podatkov (.sav), ki jo lahko shranimo.",
+ "srv_izvoz_step5_SPSS" => "Po izvozu v SPSS/PASW lahko določimo tudi manjkajoče vrednosti. Postavimo se v zavihek Variable View in v stolpcu Missing označimo 'Range plus one optional discrete missing value; Low: -99; High: -1;' v 1KA so namreč manjkajoče vse negativne vrednosti s sledečimi pomeni:
(-1) Ni odgovoril
(-2) Preskok (if)
(-3) Prekinjeno
(-4) Naknadno vprašanje
(-97) Neustrezno
(-98) Zavrnil
(-99) Ne vem.",
+ "srv_izvoz_txt_note" => "Podatke lahko izvozite v tekstovno ASCII datoteko s klikom na spodnji ukaz:",
+ "srv_izvoz_txt_file" => "Izvoz v tekstovno datoteko",
+ "srv_izvoz_SPSS_complex_note" => "Pri izvozu zelo kompleksne ankete z zankami vam v primeru kakršnih koli težav priporočamo najprej izvoz v Excel, in nato uvoz v SPSS.",
+ "srv_izvoz_SPSS_faq" => "V primeru kakršnihkoli zapletov (npr. pri kompleksnih anketah z zankami, stare verzije SPSS) priporočamo izvoz v Excel, in nato uvoz v SPSS. To priporočamo še posebej pri kombiniranih tabelah. Več o izvozih v SPSS si lahko preberete v priročniku Izvoz v SPSS. V primeru težav kontaktirajte Pomoč uporabnikom.",
+ "srv_izvoz_SAV_note1" => "Podatke izvozite v SPSS SAV s klikom na spodnji ukaz:",
+ "srv_izvoz_SAV_file" => "Izvoz v SPSS SAV",
+ "srv_izvoz_SAV_note2a" => "Opozorilo! Izvoz ne omogoča izvoza label vrednosti odgovorov. Funkcionalnost je še v razvoju, zato so možne težave pri izvozu. Priporočamo uporabo ",
+ "srv_izvoz_SAV_note2b" => "izvoza SPSS SYNTAX",
+ "srv_izvoz_SAV_note2c" => ", ki generira dve ločeni datoteki - datoteko s sintakso (.SPS) in datoteko s podatki (.TXT).",
"s_sortby_A" => "Sortiraj po ",
"s_sortby_B" => "času",
"s_sortby_C" => " / ",
@@ -4095,6 +4117,13 @@ $lang = array (
"srv_survey_archives_ie_data_title" => "Izvoz vprašalnika in podatkov",
"srv_survey_archives_tracking" => "Spremembe",
"srv_survey_archives_tracking_survey" => "Spremembe vprašalnika",
+ "srv_survey_archives_tracking_survey_text1" => "V spodnji tabeli je navedenih zadnjih 25 sprememb",
+ "srv_survey_archives_tracking_survey_text1a" => "v vprašalniku",
+ "srv_survey_archives_tracking_survey_text1b" => "v zavihku",
+ "srv_survey_archives_tracking_survey_text1c" => "za vprašalnik",
+ "srv_survey_archives_tracking_survey_text1d" => "še ni bilo sprememb",
+ "srv_survey_archives_tracking_survey_text2" => "Za vpogled v vse spremembe prenesite",
+ "srv_survey_archives_tracking_survey_text3" => "Excel datoteko",
"srv_survey_archives_tracking_data" => "Spremembe podatkov",
"srv_survey_archives_tracking_append" => "Append/Merge (uvozi)",
"srv_survey_archives_tracking_hierarchy" => "Spremembe samoevalvacije v šolah",
@@ -4926,14 +4955,14 @@ $lang = array (
'srv_inv_archive_heading' => "Arhivi pošiljanja",
'srv_inv_archive_date_send' => "Datum pošiljanja",
'srv_inv_archive_hour_send' => "Ura pošiljanja",
- 'srv_inv_archive_subject_text' => "Naslov sporočila",
- 'srv_inv_archive_naslov' => "Email sporočilo",
+ 'srv_inv_archive_subject_text' => "Zadeva sporočila",
+ 'srv_inv_archive_naslov' => "Ime sporočila",
'srv_inv_archive_subject' => "Naslov sporočila",
'srv_inv_archive_body_text' => "Vsebina sporočila",
'srv_inv_archive_cnt_succsess' => "Uspešno poslanih",
'srv_inv_archive_cnt_error' => "Napak",
'srv_inv_archive_comment' => "Komentar",
- 'srv_inv_archive_sender' => "Poslal",
+ 'srv_inv_archive_sender' => "Poslal/-a",
'srv_inv_archive_email_address' => "Email prejemnika",
'srv_inv_archive_status' => "Status",
'srv_inv_archive_edit' => "Uredi",
@@ -5576,7 +5605,7 @@ $lang = array (
"srv_data_delete_not_selected" => "Niste izbrali nobenega respondenta!",
"srv_if_error" => "Dopolnite ali odstranite pogoj!",
"srv_export_spss" => "Izvozi v spss",
- "srv_export_excel" => "Izvozi v excel",
+ "srv_export_excel" => "Izvozi v Excel",
"srv_export_txt" => "Izvozi v tekstovno datoteko",
"srv_expaned_text" => "Priporočamo vam tudi uporabo skrčenega pogleda",
"srv_library_q_added" => "Vprašanje uspešno dodano v knjižnico!",
@@ -5762,6 +5791,8 @@ $lang = array (
"srv_deleteSurveyDataFile_success_note" => "Datoteka s podatki je bila uspešno izbrisana!",
"srv_archive_survey" => "Arhivi vprašalnika",
"srv_archive_invitation" => "Arhivi vabil",
+ "srv_archive_invitation_text" => "Vsako poslano email vabilo se avtomatsko shrani v spodnji seznam, kjer je navedena tudi statistika pošiljanja.",
+ "srv_archive_invitation_text2" => "Seznam poslanih email vabil",
"srv_archive_analysis" => "Arhivi analiz",
"srv_toolbox_if" => "Določite pogoje za prikaz vprašanja",
"srv_toolbox_block" => "Bloki za strukturiranje daljših vprašalnikov",
diff --git a/lang/2.php b/lang/2.php
index 61e9eea25..b95c69aab 100644
--- a/lang/2.php
+++ b/lang/2.php
@@ -1555,23 +1555,45 @@ $lang = array (
"export_all_excel" => "Export all fields to Excel",
"export_s_excel" => "Export to Excel",
"srv_lnk_excel" => "CSV",
- "srv_lnk_excel_xls" => "Excel (xls)",
+ "srv_lnk_excel_xls" => "EXCEL (XLS)",
"srv_lnk_spss" => "SPSS SYNTAX",
"srv_lnk_sav" => "SPSS SAV",
"srv_lnk_PDF/RTF" => "Respondent results",
"srv_lnk_txt" => "Text file",
"srv_lnk_data_view" => "Preview",
"srv_lnk_data_edit" => "Editing",
+ "srv_izvoz_step1" => "Step 1:",
+ "srv_izvoz_step2" => "Step 2:",
+ "srv_izvoz_step3" => "Step 3:",
+ "srv_izvoz_step4" => "Step 4:",
+ "srv_izvoz_step5" => "Step 5:",
"srv_izvoz_Excel_xls_note" => "Export data to Excel (xls) by clicking on the \"Export to Excel\" option.
Excel versions 2003 and older support export of maximum of 256 columns. Any subsequent columns will not be exported. This limitation is resolved in version 2007.
",
"srv_izvoz_Excel_xls_note_2" => "Warning! While exporting into Excel (Microsoft Excel 2007 or newer), open answers are not exported in their entirety. This can be resolved by following the instructions outlined in this manual.
",
- "srv_izvoz_Excel_note" => "Export data to CSV (comma separated values) by clicking on the \"Export to CSV\" option.
Excel versions 2003 and older support export of maximum of 256 columns. Any subsequent columns will not be exported. This limitation is resolved in version 2007.
",
- "srv_izvoz_Excel_note_2" => "Warning! While exporting into Excel (Microsoft Excel 2007 or newer), open answers are not exported in their entirety. This can be resolved by following the instructions outlined in this manual.
",
+ "srv_izvoz_Excel_note_a" => "Export data to CSV (comma separated values) by clicking the button below:",
+ "srv_izvoz_Excel_file" => "CSV file export",
+ "srv_izvoz_Excel_note_b" => "Excel versions 2003 and older support the export of maximum of 256 columns. Any subsequent columns will not be exported. This limitation is resolved in version 2007.",
+ "srv_izvoz_Excel_note_2" => "Warning! When exporting to Excel (Microsoft Excel 2007 or newer), open answers are not exported in their entirety. This can be resolved by following the instructions outlined in this manual.",
"srv_izvoz_Excel_settings" => "Settings",
- "srv_izvoz_SPSS_note" => "Data can be exported to SPSS/PASW by following five short steps:
- 1. step:
- Click on the link below and save the file into selected folder:
- Data file (.txt)
- 2. step:
- Next, save the syntax file into the same folder:
- SPSS syntax file (.sps)
- Open the syntax file in the SPSS/PASW syntax editor.
- 3. step:
- In the opened syntax file find the line beginning with DATA LIST (»example: DATA LIST FILE=\"C:\anketa_podatki.txt\"«).
- To link syntax and data, replace »C:« with location of the data file (example: if we exported data into Downloads folder within My Documents, the line will be: DATA LIST FILE=\"C:\My Documents\Downloads\anketa_podatki.txt\").
-
- The exact location of the data file can be find by clicking the right mouse button on the data file; in the menu that appears select Properties - Location and replace »C:« with this location.
- 4. step:
- Run the syntax file by selecting Run menu in the syntax editor and then Run All. This will create an SPSS/PASW data file that can be saved in native SPSS format (.sav).
- 5. step:
- After export we can define missing values. In SPSS/PASW we open the Variable View, find the column Missing and select Range plus one optional discrete missing value; Low: -99; High: -1; Default missing values in 1KA are:
- (-1) Not answered
- (-2) Skipped (condition)
- (-3) Drop-out
- (-4) Subsequently added question
- (-97) Not applicable
- (-98) Refused
- (-99) Don’t know.
",
- "srv_izvoz_txt_note" => "Data can be exported in text ASCII file
",
- "srv_izvoz_SPSS_complex_note" => "If you encounter any problems while exporting complex surveys with loops, we suggest you first export data to Excel and then import it into SPSS.
",
- "srv_izvoz_SPSS_faq" => "In case of complications (e.g. complex surveys with loops, old SPSS versions) we suggest export to Excel and then import into SPSS. Specifically recommended for multiple tables. You can find more information about SPSS exports in MANUAL. In case of any problems please contact Help center.
",
- "srv_izvoz_SAV_note" => "Export data in SPSS (SAV) by clicking the command \"Export to SPSS (SAV)\".
If you encounter any problems, use the (old) export in SPSS, which generates two separate files - file syntax (.SPS) and data file (.txt).
",
+ "srv_izvoz_SPSS_note" => "Data can be exported to SPSS/PASW by following five short steps:",
+ "srv_izvoz_step1_SPSS" => "Click on the button below and save the file (.txt format) into the selected folder:",
+ "srv_izvoz_step1_SPSS_file" => "TXT data file",
+ "srv_izvoz_step2a_SPSS" => "Next, save the syntax file (.sps format) into the same folder:",
+ "srv_izvoz_step2b_SPSS" => "Open the syntax file in the SPSS/PASW syntax editor.",
+ "srv_izvoz_step2_SPSS_file" => "SPS syntax file",
+ "srv_izvoz_step3a_SPSS" => "In the opened syntax file, find the line beginning with DATA LIST (»example: DATA LIST FILE=\"C:\anketa_podatki.txt\"«).",
+ "srv_izvoz_step3b_SPSS" => "To link syntax and data, replace »C:« with location of the data file (example: if we exported data into the 'Downloads' folder within 'My Documents', the line will be: DATA LIST FILE=\"C:\My Documents\Downloads\anketa_podatki.txt\").",
+ "srv_izvoz_step3c_SPSS" => "The exact location of the data file can be find by clicking the right mouse button on the data file; in the menu that appears select 'Properties' - 'Location' and replace »C:« with this location.",
+ "srv_izvoz_step4_SPSS" => "Run the syntax file by selecting Run menu in the syntax editor and then Run All. This will create an SPSS/PASW data file that can be saved in native SPSS format (.sav).",
+ "srv_izvoz_step5_SPSS" => "After export we can define missing values. In SPSS/PASW we open the Variable View, find the column Missing and select 'Range plus one optional discrete missing value; Low: -99; High: -1.' Default missing values in 1KA are:
(-1) Not answered
(-2) Skipped (condition)
(-3) Drop-out
(-4) Subsequently added question
(-97) Not applicable
(-98) Refused
(-99) Don't know.",
+ "srv_izvoz_txt_note" => "Data can be exported in a text ASCII file by clicking the button below:",
+ "srv_izvoz_txt_file" => "Text file export",
+ "srv_izvoz_SPSS_complex_note" => "If you encounter any problems while exporting complex surveys with loops, we suggest you first export data to Excel and then import it into SPSS.",
+ "srv_izvoz_SPSS_faq" => "In case of complications (e.g. complex surveys with loops, old SPSS versions) we suggest export to Excel and then import into SPSS. We specifically recommended for multiple tables. You can find more information about SPSS exports in the SPSS Export manual. In case of any problems please contact Help center.",
+ "srv_izvoz_SAV_note1" => "Export data in SPSS (SAV) format by clicking the button below:",
+ "srv_izvoz_SAV_file" => "SPSS SAV export",
+ "srv_izvoz_SAV_note2a" => "Warning! This functionality does not support the export of answer value labels. If you encounter any problems, please use the ",
+ "srv_izvoz_SAV_note2b" => "SPSS SYNTAX export option",
+ "srv_izvoz_SAV_note2c" => ", which generates two separate files - syntax file (.SPS) and data file (.txt).",
"s_sortby_A" => "Sort by ",
"s_sortby_B" => "date",
"s_sortby_C" => " / ",
@@ -4076,6 +4098,13 @@ $lang = array (
"srv_survey_archives_ie_data_title" => "Survey and data import / export",
"srv_survey_archives_tracking" => "Changes",
"srv_survey_archives_tracking_survey" => "Survey changes",
+ "srv_survey_archives_tracking_survey_text1" => "The table below shows the last 25 changes",
+ "srv_survey_archives_tracking_survey_text1a" => "to the survey",
+ "srv_survey_archives_tracking_survey_text1b" => "on the page",
+ "srv_survey_archives_tracking_survey_text1c" => "for the survey",
+ "srv_survey_archives_tracking_survey_text1d" => "there haven't been any changes yet.",
+ "srv_survey_archives_tracking_survey_text2" => "To see all the changes, download the",
+ "srv_survey_archives_tracking_survey_text3" => "Excel file",
"srv_survey_archives_tracking_data" => "Data changes",
"srv_survey_archives_tracking_append" => "Append/Merge (imports)",
"srv_survey_archives_tracking_hierarchy" => "Changes in self-evaluation in schools",
@@ -4898,7 +4927,7 @@ $lang = array (
'srv_inv_archive_date_send' => "Sending date",
'srv_inv_archive_hour_send' => "Sending time",
'srv_inv_archive_subject_text' => "Message subject",
- 'srv_inv_archive_naslov' => "Subject",
+ 'srv_inv_archive_naslov' => "Message name",
'srv_inv_archive_subject' => "Message title",
'srv_inv_archive_body_text' => "Message content",
'srv_inv_archive_cnt_succsess' => "Successfully sent",
@@ -5532,7 +5561,7 @@ $lang = array (
"srv_data_delete_not_selected" => "You have not selected respondent!",
"srv_if_error" => "Edit or remove condition!",
"srv_export_spss" => "Export to spss",
- "srv_export_excel" => "Export to excel",
+ "srv_export_excel" => "Export to Excel",
"srv_export_txt" => "Export to text file",
"srv_expaned_text" => "We recommend switching to collapsed view",
"srv_library_q_added" => "Question added to library!",
@@ -5662,6 +5691,8 @@ $lang = array (
"srv_deleteSurveyDataFile_success_note" => "Data file was successfully deleted.",
"srv_archive_survey" => "Survey archive",
"srv_archive_invitation" => "Invitation archive",
+ "srv_archive_invitation_text" => "Each sent email invitation is automatically saved in the list below, where you can also see the sending statistics.",
+ "srv_archive_invitation_text2" => "List of sent email invitations",
"srv_archive_analysis" => "Analysis archive",
"srv_data_emailstatus_0" => "No",
"srv_data_emailstatus_1" => "Yes",
diff --git a/public/css/admin_new.css b/public/css/admin_new.css
index 47f58f338..6dfbab124 100644
--- a/public/css/admin_new.css
+++ b/public/css/admin_new.css
@@ -5075,6 +5075,12 @@ p, span {
font-style: italic;
}
+.as_link {
+ text-decoration: underline;
+ color: #1E88E5;
+ cursor: pointer;
+}
+
.bold {
font-weight: 800;
}
@@ -5190,6 +5196,10 @@ span.faicon.ultra_dark_gray,
a.faicon.ultra_dark_gray {
color: #555555;
}
+span.faicon.green,
+a.faicon.green {
+ color: #00C437;
+}
span.faicon.fa-stack,
a.faicon.fa-stack {
height: 1em;
@@ -8754,6 +8764,64 @@ dl.arch_email dd {
height: 150px;
}
+#inv_view_arch_recipients {
+ /*max-height: 90vh;
+ overflow-y: scroll;*/
+ max-width: 90vw;
+ padding: 16px;
+ font-size: 16px;
+ line-height: 20px;
+ background-color: white;
+ height: auto;
+ width: auto;
+}
+#inv_view_arch_recipients .popup_close {
+ position: absolute !important;
+ top: 10px;
+ right: 10px;
+ z-index: 9999;
+ font-size: 12px !important;
+ color: #777777;
+}
+#inv_view_arch_recipients .popup_close:hover {
+ color: #333333;
+}
+#inv_view_arch_recipients .popup_close a {
+ color: #777777;
+ text-decoration: none;
+}
+#inv_view_arch_recipients .popup_close a:hover {
+ color: #333333;
+}
+#inv_view_arch_recipients h2,
+#inv_view_arch_recipients .divPopUp_top {
+ width: 100%;
+ margin-top: 3px;
+ margin-bottom: 16px;
+ padding-bottom: 8px;
+ font-weight: 600;
+ font-size: 16px;
+ text-transform: uppercase;
+ border-bottom: 1px #E5E5E5 solid;
+}
+#inv_view_arch_recipients p {
+ line-height: 20px;
+}
+#inv_view_arch_recipients .button_holder {
+ justify-content: end !important;
+ margin: 16px 0 0 0;
+}
+#inv_view_arch_recipients .button_holder button:last-child {
+ margin-right: 0;
+}
+#inv_view_arch_recipients.warning_popup h2::before {
+ padding-right: 8px;
+ font-family: "Font Awesome 5 Free";
+ content: "";
+ font-size: 14px;
+ color: #FFC700;
+}
+
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
@@ -10717,20 +10785,28 @@ table {
border-collapse: collapse;
text-align: left;
}
-table td, table th {
+table td,
+table th {
padding: 8px 16px;
border-top: 1px solid #E5E5E5;
vertical-align: middle;
}
-table td.center, table th.center {
+table td.center,
+table th.center {
text-align: center;
}
-table td.right, table th.right {
+table td.right,
+table th.right {
text-align: right;
}
-table td.wrap, table th.wrap {
+table td.wrap,
+table th.wrap {
white-space: normal;
}
+table td.lead_column,
+table th.lead_column {
+ border-right: 3px solid #E5E5E5;
+}
table th {
font-weight: 600;
background-color: #F8F8F8;
@@ -11067,6 +11143,25 @@ div#gdrp_requests_unresolved {
border-bottom: 1px #D3D3D3 solid;
}
+div.izvoz_nad_tabelo {
+ display: flex;
+ justify-content: flex-end;
+}
+
+div.export_indent {
+ margin: 4px 0 16px 16px;
+}
+div.button_holder {
+ margin: 16px 0 0 0;
+}
+
+li.no_bullet {
+ list-style-type: none;
+}
+li.top16 {
+ margin-top: 16px;
+}
+
/*
Branching ikone, radio, checkboxi...
*/
@@ -14274,16 +14369,14 @@ div #user_info_segment .user_info {
div #user_info_segment .user_info.text {
margin-right: 50px;
}
-div .myprofile_postget_wrap {
+div .postget_wrap {
max-width: 320px;
- min-width: 320px;
overflow-wrap: break-word;
white-space: normal;
- padding: 8px 0px;
font-family: "Courier";
font-size: 12px;
}
-div .myprofile_date_wrap {
+div .no_wrap {
width: auto;
white-space: nowrap;
}
diff --git a/resources/sass/admin_new/basic/colors.scss b/resources/sass/admin_new/basic/colors.scss
index 15503c997..1d9e36bd6 100644
--- a/resources/sass/admin_new/basic/colors.scss
+++ b/resources/sass/admin_new/basic/colors.scss
@@ -22,5 +22,6 @@ $light-gray: #F8F8F8;
$yellow: #FFC700;
$red: #FF0000;
$light-red: #FFEFEF;
+$green: #00C437;
$light-green: #a8eea8;
diff --git a/resources/sass/admin_new/basic/icons/icons.scss b/resources/sass/admin_new/basic/icons/icons.scss
index 3a3351e6b..8fb1f4573 100644
--- a/resources/sass/admin_new/basic/icons/icons.scss
+++ b/resources/sass/admin_new/basic/icons/icons.scss
@@ -52,6 +52,9 @@ a.faicon{
&.ultra_dark_gray {
color: $ultra-dark-gray;
}
+ &.green {
+ color: $green;
+ }
//STACKING
&.fa-stack {
diff --git a/resources/sass/admin_new/basic/typography.scss b/resources/sass/admin_new/basic/typography.scss
index a3e9fe125..7c4db62ee 100644
--- a/resources/sass/admin_new/basic/typography.scss
+++ b/resources/sass/admin_new/basic/typography.scss
@@ -22,6 +22,12 @@ p,span {
font-style: italic;
}
+.as_link {
+ text-decoration: underline;
+ color: $blue;
+ cursor: pointer;
+}
+
.bold {
font-weight: $extra-bold;
}
diff --git a/resources/sass/admin_new/components/popup/page_specific/archive.scss b/resources/sass/admin_new/components/popup/page_specific/archive.scss
index e8df48c41..123ec770f 100644
--- a/resources/sass/admin_new/components/popup/page_specific/archive.scss
+++ b/resources/sass/admin_new/components/popup/page_specific/archive.scss
@@ -95,3 +95,9 @@ dl.arch_email {
#email_archive_text {
height: 150px;
}
+#inv_view_arch_recipients {
+ @include popup_general();
+
+ height: auto;
+ width: auto;
+}
diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss
index ef3ab9145..062057427 100644
--- a/resources/sass/admin_new/components/table/table.scss
+++ b/resources/sass/admin_new/components/table/table.scss
@@ -4,7 +4,8 @@ table {
border-collapse: collapse;
text-align: left;
- td, th {
+ td,
+ th {
padding: 8px 16px;
border-top: 1px solid $gray;
vertical-align: middle;
@@ -19,6 +20,10 @@ table {
&.wrap {
white-space: normal;
}
+
+ &.lead_column {
+ border-right: 3px solid $gray;
+ }
}
th {
diff --git a/resources/sass/admin_new/pages/my_surveys/archives.scss b/resources/sass/admin_new/pages/my_surveys/archives.scss
new file mode 100644
index 000000000..d51b847b3
--- /dev/null
+++ b/resources/sass/admin_new/pages/my_surveys/archives.scss
@@ -0,0 +1,4 @@
+div.izvoz_nad_tabelo {
+ display:flex;
+ justify-content: flex-end;
+}
\ No newline at end of file
diff --git a/resources/sass/admin_new/pages/my_surveys/import_export.scss b/resources/sass/admin_new/pages/my_surveys/import_export.scss
new file mode 100644
index 000000000..a26991bda
--- /dev/null
+++ b/resources/sass/admin_new/pages/my_surveys/import_export.scss
@@ -0,0 +1,20 @@
+div {
+
+ &.export_indent{
+ margin: 4px 0 16px 16px;
+ }
+
+ &.button_holder {
+ margin: 16px 0 0 0;
+ }
+}
+
+li{
+ &.no_bullet {
+ list-style-type: none;
+ }
+
+ &.top16 {
+ margin-top: 16px;
+ }
+}
\ No newline at end of file
diff --git a/resources/sass/admin_new/pages/my_surveys/my_surveys.scss b/resources/sass/admin_new/pages/my_surveys/my_surveys.scss
index ef918e580..a3608e376 100644
--- a/resources/sass/admin_new/pages/my_surveys/my_surveys.scss
+++ b/resources/sass/admin_new/pages/my_surveys/my_surveys.scss
@@ -1,3 +1,6 @@
@import "top_buttons";
@import "top_filters";
-@import "survey_list";
\ No newline at end of file
+@import "survey_list";
+
+@import "archives";
+@import "import_export";
diff --git a/resources/sass/admin_new/pages/my_surveys/survey_list.scss b/resources/sass/admin_new/pages/my_surveys/survey_list.scss
index 10450ae91..8f1c21a94 100644
--- a/resources/sass/admin_new/pages/my_surveys/survey_list.scss
+++ b/resources/sass/admin_new/pages/my_surveys/survey_list.scss
@@ -10,12 +10,17 @@
tr{
td{
+ padding-left: 16px;
+ padding-right: 16px;
+
vertical-align: middle;
border-bottom: 1px $dark-gray2 solid;
}
&.sl_header_new td{
+ cursor: pointer;
+
height: 62px;
padding: 0 8px;
diff --git a/resources/sass/admin_new/pages/settings/moj_profil.scss b/resources/sass/admin_new/pages/settings/moj_profil.scss
index 7e9329d1c..bcf430881 100644
--- a/resources/sass/admin_new/pages/settings/moj_profil.scss
+++ b/resources/sass/admin_new/pages/settings/moj_profil.scss
@@ -31,18 +31,16 @@ div {
}
- .myprofile_postget_wrap {
+ .postget_wrap {
max-width: 320px;
- min-width: 320px;
overflow-wrap: break-word;
white-space: normal;
- padding: 8px 0px;
font-family: "Courier";
font-size: 12px;
}
- .myprofile_date_wrap {
+ .no_wrap {
width: auto;
white-space: nowrap;
}