summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorEvgeny Yurchenko <ey@tm-k.com>2011-06-05 15:15:15 -0400
committerEvgeny Yurchenko <ey@tm-k.com>2011-06-05 15:15:15 -0400
commit17d5077f61d963178f47e016b8768b768800ba68 (patch)
treefd8a4f816924038e77f4fbc1242699fd68b1780b /usr/local/www/services_wol.php
parent67dde8b052369be24d25e94bc1d2070a08c56f2a (diff)
downloadpfsense-17d5077f61d963178f47e016b8768b768800ba68.zip
pfsense-17d5077f61d963178f47e016b8768b768800ba68.tar.gz
Restoring gray background to the right of some tables in GUI.
Diffstat (limited to 'usr/local/www/services_wol.php')
-rwxr-xr-xusr/local/www/services_wol.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index cdc3e6a..37d4155 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -156,7 +156,7 @@ include("head.inc");
&nbsp;<br>
<?=gettext("Wake all clients at once: ");?><a href="services_wol.php?wakeall=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_wol_all.gif" width="17" height="17" border="0"></a><p/>
<?=gettext("Or Click the MAC address to wake up an individual device:");?>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
<tr>
<td width="15%" class="listhdrr"><?=gettext("Interface");?></td>
<td width="25%" class="listhdrr"><?=gettext("MAC address");?></td>
OpenPOWER on IntegriCloud