diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 849e64340..c9594912f 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -2780,13 +2780,16 @@ mayscript> $this->printTimelineHtml($height); } /* }}} */ - protected function printPopupBox($title, $content) { /* {{{ */ -?> - + protected function printPopupBox($title, $content, $ret=false) { /* {{{ */ + $html = ' + '.$title.'
-'; + if($ret) + return $html; + else + echo $html; } /* }}} */ protected function printAccordion($title, $content) { /* {{{ */