diff --git a/admin/survey/Branching.php b/admin/survey/Branching.php
index 50a890b73..21bd0b5a0 100644
--- a/admin/survey/Branching.php
+++ b/admin/survey/Branching.php
@@ -2424,14 +2424,6 @@ class Branching {
echo '
';
- if ( in_array($row['tip'], array(1,2,6,16,19,20)) ) {
- if ($row['enota'] != 10 && $row['orientation'] != 10){
- echo '
';
-
- MobileSurveyAdmin::displayAddQuestionCategory($this->anketa, $spremenljivka, $row['tip']);
- }
- }
-
// kalkulacija
if ($row['tip'] == 22) {
echo '
';
@@ -3025,7 +3017,8 @@ class Branching {
echo '
';
}
}
- // multigrid, multicheckbox, multitext, multinumber prikaz
+
+ // multigrid, multicheckbox, multitext, multinumber prikaz
elseif ($row['tip'] == 6 || $row['tip'] == 16 || $row['tip'] == 19 || $row['tip'] == 20 || $row['tip'] == 24) {
$spremenljivkaParams = new enkaParameters($row['params']);
@@ -4723,8 +4716,11 @@ class Branching {
//ce je drsnik in moramo urediti opisne labele - konec ##################################################
}
- // textbox -- not any more
- } elseif ($row['tip'] == 4) {
+
+ // textbox -- not any more
+ }
+
+ elseif ($row['tip'] == 4) {
$taSize = ($spremenljivkaParams->get('taSize') ? $spremenljivkaParams->get('taSize') : 1);
$taWidth = ($spremenljivkaParams->get('taWidth') ? $spremenljivkaParams->get('taWidth') : -1);
@@ -5827,22 +5823,31 @@ class Branching {
elseif( ($row['tip'] == 27)){ //Heatmap
$this->vprasanje_heatmap($row['id'], $row['tip']);
}
-
-
-
- //echo '
';
+
echo '
';
- if ($row['orientation']==0 || $row['orientation']==2 || $row['tip'] == 17) echo '