summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-12-18 15:38:08 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-12-18 15:38:08 +0100
commit137ea11c2715bb756da2a539bc38d62113fa02da (patch)
treea8a5a090d7e08669a4b32c8ae3f43eb0317b0680 /usr/local/www/system_gateways.php
parent3240836aaefaf8e86cbfb09df82564c5299517c0 (diff)
downloadpfsense-137ea11c2715bb756da2a539bc38d62113fa02da.zip
pfsense-137ea11c2715bb756da2a539bc38d62113fa02da.tar.gz
Correct CSS class name for the normal view of the gateway description
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index f21216a..547916c 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -163,7 +163,7 @@ effect.");?><br>
<?php if($gateway['attribute'] == "system") : ?>
<td class="listbgns" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
<?php else : ?>
- <td class="listbgr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
+ <td class="listbg" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
<?php endif; ?>
<?=htmlspecialchars($gateway['descr']);?>&nbsp;
</td>
OpenPOWER on IntegriCloud