diff --git a/admin/survey/classes/class.Vprasanje.php b/admin/survey/classes/class.Vprasanje.php index 1138b91c1..97482096d 100644 --- a/admin/survey/classes/class.Vprasanje.php +++ b/admin/survey/classes/class.Vprasanje.php @@ -1130,24 +1130,18 @@ class Vprasanje { $this->edit_stolpci(); if($row['tip'] == 2) { - //$this->edit_checkboxhide(); // TODO: a se to sploh kje uporablja? :) - //$this->edit_checkbox_limit(); $this->edit_checkbox_max_limit(); $this->edit_checkbox_min_limit(); } if($row['tip'] <= 3) $this->edit_stat(); - - /*if ($row['tip'] == 1 || $row['tip'] == 2 || $row['tip'] == 3 || $row['tip'] == 6) - $this->edit_skala();*/ - + if ($row['tip'] == 6) $this->edit_grid_dynamic(); if ($row['tip'] == 1 || $row['tip'] == 6) { $this->edit_onchange_submit(); - //$this->edit_hidden_default(); } if ($row['tip'] == 1 || $row['tip'] == 3) @@ -1165,9 +1159,6 @@ class Vprasanje { // Nastavitev za prikaz prejsnjih odgovorov pod text vprasanjem if ($row['tip'] == 21) $this->edit_show_prevAnswers(); - - /*if (in_array($row['tip'], array(1,2,3,6,16,19,20,24))) - $this->edit_other_field();*/ echo ''; @@ -4326,8 +4317,13 @@ class Vprasanje { echo '';