diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 4f7f2a4e4..73a9b964a 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -1811,6 +1811,11 @@ class SurveyAdminSettings { echo '
'; echo ''.$lang['srv_table_settings_pc_tables'].':'; + + echo '
'; + echo ''; + echo ' '; + echo '
'; echo '
'; echo ''; echo ' '; @@ -1819,11 +1824,11 @@ class SurveyAdminSettings { echo ''; echo ' '; echo '
'; - echo '
'; - echo ''; - echo ' '; + echo '
'; + echo ''; + echo ' '; echo '
'; - + echo '
'; @@ -1833,6 +1838,11 @@ class SurveyAdminSettings { echo '
'; echo ''.$lang['srv_table_settings_mobile_tables'].':'; + + echo '
'; + echo ''; + echo ' '; + echo '
'; echo '
'; echo ''; echo ' '; @@ -1842,8 +1852,8 @@ class SurveyAdminSettings { echo ' '; echo '
'; echo '
'; - echo ''; - echo ' '; + echo ''; + echo ' '; echo '
'; echo '
'; diff --git a/lang/1.php b/lang/1.php index 3cb1827d5..5d92af018 100644 --- a/lang/1.php +++ b/lang/1.php @@ -7165,6 +7165,7 @@ $lang = array ( 'srv_settings_mobile_img' => "Prikaz slik na mobilnih napravah", 'srv_settings_mobile_tables' => "Prilagoditev vprašanj tipa 'Tabela' na mobilnih napravah", 'srv_settings_mobile_tables_slide' => "Da, z razpiranjem", + 'srv_settings_mobile_tables_hor' => "Da, s horizonalnim razpiranjem", 'srv_settings_mobile_friendly' => "Prilagojen prikaz ankete na mobilnih napravah", 'srv_settings_mobile_friendly_off' => "Prilagojen prikaz za mobilnike je izklopljen", 'srv_mySurvey_unallocated' => "Nerazporejene ankete", diff --git a/lang/2.php b/lang/2.php index e8a61d0a4..0b0632d90 100644 --- a/lang/2.php +++ b/lang/2.php @@ -7049,6 +7049,7 @@ $lang = array ( 'srv_settings_mobile_img' => "Display images on mobile devices", 'srv_settings_mobile_tables' => "Optimization of 'Table' type questions on mobile devices", 'srv_settings_mobile_tables_slide' => "Yes, with expanding", + 'srv_settings_mobile_tables_hor' => "Yes, with horizontal expanding", 'srv_settings_mobile_friendly' => "Optimized survey display on mobile devices", 'srv_settings_mobile_friendly_off' => "Mobile friendly survey is turned off", 'srv_mySurvey_unallocated' => "Unallocated survey", diff --git a/sql/update2.sql b/sql/update2.sql index 069d28d19..42f1d9856 100644 --- a/sql/update2.sql +++ b/sql/update2.sql @@ -9657,6 +9657,6 @@ CREATE TABLE IF NOT EXISTS srv_spremenljivka_deleted ( UPDATE misc SET value='22.08.05' WHERE what="version"; -INSERT INTO srv_misc (what, value) VALUES ('pc_tables', '1'); +INSERT INTO srv_misc (what, value) VALUES ('pc_tables', '0'); UPDATE misc SET value='22.08.25' WHERE what="version";