diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 0941ab38a3..bfe4df036c 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -757,14 +757,18 @@ function print_port_thumbnail($args) function print_optionbar_start($height = 0, $width = 0, $marginbottom = 5) { echo ' -
+
+
'; }//end print_optionbar_start() function print_optionbar_end() { - echo '
'; + echo ' +
+
+ '; }//end print_optionbar_end()