From bb877f442bb3f92bac50bd6a50c4c145b259e4b7 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Tue, 5 Mar 2013 18:56:33 +0000 Subject: Tidy up "services" widget XHTML Added ALT to img tags Closed off IMG tags Deprecated the ampersand in HREF tag Added summary to table tags Moved nowrap to class definition Tidied up the CDATA section in scripts. --- usr/local/www/status_services.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'usr/local/www/status_services.php') diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index 608804f..1bbd976 100755 --- a/usr/local/www/status_services.php +++ b/usr/local/www/status_services.php @@ -229,10 +229,8 @@ include("fbegin.inc");
-

-

- +
@@ -255,7 +253,7 @@ if (count($services) > 0) { echo '' . "\n"; echo '' . "\n"; echo get_service_status_icon($service, true, true); - echo '
' . $service['name'] . '' . $service['description'] . ''; + echo ''; echo get_service_control_links($service); $scut = get_shortcut_by_service_name($service['name']); if (!empty($scut)) { @@ -273,7 +271,6 @@ if (count($services) > 0) {
-

-- cgit v1.1