From 51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 20 May 2013 22:51:44 +0200 Subject: start using fieldset + legend for showing data --- inc/html.inc.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'inc/html.inc.php') diff --git a/inc/html.inc.php b/inc/html.inc.php index a0e2c8d..0a33da5 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php @@ -91,7 +91,7 @@ EOT; function plugin_header($host, $plugin) { global $CONFIG; - return printf("

%s

\n", $CONFIG['weburl'], $host, $plugin, $plugin); + return printf("

%s

\n", $CONFIG['weburl'], $host, $plugin, $plugin); } function plugins_list($host, $selected_plugins = array()) { @@ -100,7 +100,7 @@ function plugins_list($host, $selected_plugins = array()) { $plugins = collectd_plugins($host); echo '
'; - echo '

Plugins

'; + echo '

Plugins

'; echo '