summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_system_tunables.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-03 21:02:48 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-03 21:02:48 +0000
commitf5054d5798399b458e9ab624e480bf5025af46f1 (patch)
tree4c9f7e835a743c2f075578e19621048643b846b0 /usr/local/www/firewall_system_tunables.php
parentd97ab688619c0c7f9a831ffc7e39fc5d8f6f5be3 (diff)
downloadpfsense-f5054d5798399b458e9ab624e480bf5025af46f1.zip
pfsense-f5054d5798399b458e9ab624e480bf5025af46f1.tar.gz
Fix some html table column class mismatches that made for ugly output.
Diffstat (limited to 'usr/local/www/firewall_system_tunables.php')
-rw-r--r--usr/local/www/firewall_system_tunables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php
index 163a2c0..d5f1e8d 100644
--- a/usr/local/www/firewall_system_tunables.php
+++ b/usr/local/www/firewall_system_tunables.php
@@ -100,10 +100,10 @@ include("head.inc");
<td class="listlr" ondblclick="document.location='firewall_system_tunables_edit.php?id=<?=$i;?>';">
<?php echo $tunable['tunable']; ?>
</td>
- <td class="listlr" align="left" ondblclick="document.location='firewall_system_tunables_edit.php?id=<?=$i;?>';">
+ <td class="listr" align="left" ondblclick="document.location='firewall_system_tunables_edit.php?id=<?=$i;?>';">
<?php echo $tunable['desc']; ?>
</td>
- <td class="listlr" align="left" ondblclick="document.location='firewall_system_tunables_edit.php?id=<?=$i;?>';">
+ <td class="listr" align="left" ondblclick="document.location='firewall_system_tunables_edit.php?id=<?=$i;?>';">
<?php echo $tunable['value']; ?>
</td>
<td class="list" nowrap>
OpenPOWER on IntegriCloud