summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-05 21:04:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-05 21:04:14 +0000
commitb7256cc0cd5e56de994f718a8df8e7fbcbf5da88 (patch)
treeab41430661d55c799e22b99f978f72d26f0ee1b3 /usr/local/www/status_services.php
parent57e15da96042f47d4fa80d2782256fc691a1f89c (diff)
downloadpfsense-b7256cc0cd5e56de994f718a8df8e7fbcbf5da88.zip
pfsense-b7256cc0cd5e56de994f718a8df8e7fbcbf5da88.tar.gz
* Use service not services
* Space in between icons
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index dd2d16c..20f11a7 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -146,13 +146,13 @@ if ($dh)
echo "<td class=\"listlr\">";
if($status == 1) {
echo "<a href='status_services.php?restartservice=true&service={$package_name}'>";
- echo "<img border='0' src='/services_restart.gif'></a>";
+ echo "<img border='0' src='/service_restart.gif'></a> ";
echo "<a href='status_services.php?stopservice=true&service={$package_name}'>";
- echo "<img border='0' src='/services_stop.gif'>";
+ echo "<img border='0' src='/service_stop.gif'> ";
echo "</a> ";
} else {
echo "<a href='status_services.php?startservice=true&service={$package_name}'> ";
- echo "<img border='0' src='/services_start.gif'></a>";
+ echo "<img border='0' src='/service_start.gif'></a> ";
}
echo "</td>";
echo "</tr>";
OpenPOWER on IntegriCloud