diff --git a/pandora_console/include/class/HTML.class.php b/pandora_console/include/class/HTML.class.php index 6b4d153a7a..e47aa40b7c 100644 --- a/pandora_console/include/class/HTML.class.php +++ b/pandora_console/include/class/HTML.class.php @@ -933,7 +933,13 @@ class HTML $cb_args = $data['cb_args']; $output_head = '
'; + $output_head .= '" id="'.$form['id'].'" '.$form['extra'].'>'; + + if (isset($form['title']) === true && empty($form['title']) === false) { + $output_head .= '
'; + $output_head .= ''.$form['title'].''; + $output_head .= '
'; + } if ($return === false) { echo $output_head;