From d2bcf0913b08e5ed3e787aeb7891cc5b2180b5ba Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 27 Feb 2014 19:49:24 +0000 Subject: [PATCH] Updated print_optionbar_* to use bootstrap --- html/includes/functions.inc.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 20f94d35a3..93994793dd 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -474,15 +474,16 @@ function print_port_thumbnail($args) function print_optionbar_start ($height = 0, $width = 0, $marginbottom = 5) { - echo(" -
"); + echo(' +
+
+'); } function print_optionbar_end() { echo('
'); + echo('
'); } function geteventicon($message)