summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-05 21:14:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-05 21:14:02 +0000
commitc51904c763c4e444782891d835da4d94af6fac00 (patch)
tree4418593b84b2e65595589018261abb721af42061 /usr/local/www/status_services.php
parentb7256cc0cd5e56de994f718a8df8e7fbcbf5da88 (diff)
downloadpfsense-c51904c763c4e444782891d835da4d94af6fac00.zip
pfsense-c51904c763c4e444782891d835da4d94af6fac00.tar.gz
Center icons
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 20f11a7..4b3e622 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -143,7 +143,7 @@ if ($dh)
echo "<tr><td class=\"listlr\">{$package_name}</td>";
echo "<td class=\"listlr\">{$description}</td>";
echo "<td class=\"listlr\">{$status_txt}</td>";
- echo "<td class=\"listlr\">";
+ echo "<td class=\"listlr\"><center>";
if($status == 1) {
echo "<a href='status_services.php?restartservice=true&service={$package_name}'>";
echo "<img border='0' src='/service_restart.gif'></a> ";
@@ -154,7 +154,7 @@ if ($dh)
echo "<a href='status_services.php?startservice=true&service={$package_name}'> ";
echo "<img border='0' src='/service_start.gif'></a> ";
}
- echo "</td>";
+ echo "</center></td>";
echo "</tr>";
}
OpenPOWER on IntegriCloud