diff --git a/admin/survey/classes/class.SurveyRecoding.php b/admin/survey/classes/class.SurveyRecoding.php index 92c42207e..0d6dc6649 100644 --- a/admin/survey/classes/class.SurveyRecoding.php +++ b/admin/survey/classes/class.SurveyRecoding.php @@ -475,21 +475,21 @@ class SurveyRecoding } } - } + if (count($all_recoded) == 0) { echo $lang['srv_recode_summary_nothing']; - } else { + } + else { #var_dump($all_recoded);# - echo '+ '.$lang['srv_recode_summary'].''; - echo '- '.$lang['srv_recode_summary'].''; + echo '+ '.$lang['srv_recode_summary'].''; + echo '- '.$lang['srv_recode_summary'].''; echo '
'; foreach ($all_recoded AS $msg) { echo $msg['txt']."
"; } echo '
'; } - } function enableRecodeVariable() { diff --git a/admin/survey/classes/class.SurveyThemeEditor.php b/admin/survey/classes/class.SurveyThemeEditor.php index 9abbfa784..da2c978cf 100644 --- a/admin/survey/classes/class.SurveyThemeEditor.php +++ b/admin/survey/classes/class.SurveyThemeEditor.php @@ -309,7 +309,7 @@ class SurveyThemeEditor { echo '
'; - echo $lang['srv_te_question_border'].':'; echo ''; echo ''; echo ''; @@ -323,7 +323,7 @@ class SurveyThemeEditor { echo '
'; echo $lang['srv_te_custom_icon_pc'] . ': '; - echo ' @@ -340,7 +340,7 @@ class SurveyThemeEditor { } elseif($type == 8) { echo '
'; echo $lang['srv_te_custom_icon_mobile'] . ': '; - echo ' @@ -357,7 +357,7 @@ class SurveyThemeEditor { echo '
'; echo $lang['srv_te_custom_border_size'].': '; - echo ''; echo ''; for ($i=1; $i<=6; $i++) { echo ''; @@ -369,7 +369,7 @@ class SurveyThemeEditor { echo '
'; echo $lang['srv_te_custom_border_radius'].': '; - echo ''; echo ''; for ($i=5; $i<=30; $i+=5) { echo ''; @@ -382,7 +382,7 @@ class SurveyThemeEditor { echo '
'; echo $lang['srv_te_custom_font_style_keywords'].': '; - echo ''; echo ''; echo ''; echo ''; diff --git a/main/survey/app/Controllers/HeaderController.php b/main/survey/app/Controllers/HeaderController.php index 48001b305..e844e5c05 100644 --- a/main/survey/app/Controllers/HeaderController.php +++ b/main/survey/app/Controllers/HeaderController.php @@ -469,15 +469,15 @@ class HeaderController extends Controller break; case '2': - echo '.spremenljivka'; + echo '.spremenljivka .naslov'; break; case '3': - echo '.variable_holder'; + echo '.variable_holder .variabla'; break; case '4': - echo 'table.grid_table tbody tr:nth-child(2n+1)'; + echo 'table.grid_table tbody tr:nth-child(2n+1), .variable_holder .variabla'; break; case '5': @@ -524,7 +524,7 @@ class HeaderController extends Controller break; case '4': - echo 'font-size: ' . $rowt['value'] . '%;'; + echo 'font-size: ' . $rowt['value'] . '% !important;'; break; case '5':