diff --git a/e107_handlers/menumanager_class.php b/e107_handlers/menumanager_class.php
index e1bebd8bb..8730d1c7a 100644
--- a/e107_handlers/menumanager_class.php
+++ b/e107_handlers/menumanager_class.php
@@ -541,7 +541,7 @@ class e_menuManager {
$checked = ($listtype == 1) ? " checked='checked' " : "";
$text .= $frm->radio('listtype', 1, $checked, array('label'=>MENLAN_26, 'class'=> 'e-save'));
- // $text .= "
";
+ $text .= "
";
// $text .= " ".MENLAN_26."
";
$checked = ($listtype == 2) ? " checked='checked' " : "";
@@ -551,7 +551,7 @@ class e_menuManager {
// $text .= " ".MENLAN_27."
";
$text .= "
-