diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2009-12-18 15:38:08 +0100 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2009-12-18 15:38:08 +0100 |
commit | 137ea11c2715bb756da2a539bc38d62113fa02da (patch) | |
tree | a8a5a090d7e08669a4b32c8ae3f43eb0317b0680 /usr | |
parent | 3240836aaefaf8e86cbfb09df82564c5299517c0 (diff) | |
download | pfsense-137ea11c2715bb756da2a539bc38d62113fa02da.zip pfsense-137ea11c2715bb756da2a539bc38d62113fa02da.tar.gz |
Correct CSS class name for the normal view of the gateway description
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_gateways.php | 2 |
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']);?> </td> |