summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-04 13:00:44 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-04 13:00:44 -0300
commit232d404db80f81bc2f6fa6137e0ba30795d38aec (patch)
tree1ba416d52315e0e4193806825e59e88442f4b763 /usr/local/www/firewall_nat_out.php
parent91ebc80804570bf678c46c91371fbd62bfcd3919 (diff)
downloadpfsense-232d404db80f81bc2f6fa6137e0ba30795d38aec.zip
pfsense-232d404db80f81bc2f6fa6137e0ba30795d38aec.tar.gz
Make sure button 'move to the end' highlight last line
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rw-r--r--usr/local/www/firewall_nat_out.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 5f4c66b..7b509dd 100644
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -482,7 +482,7 @@ if (is_subsystem_dirty('natconf'))
$i++;
endforeach;
?>
- <tr>
+ <tr valign="top" id="fr<?=$i;?>">
<td class="list" colspan="11"></td>
<td class="list nowrap" valign="middle">
<table border="0" cellspacing="0" cellpadding="1" summary="edit">
@@ -495,7 +495,7 @@ if (is_subsystem_dirty('natconf'))
<?php
else:
?>
- <input name="move_<?=$i;?>" type="image" src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif" style="width:17;height:17;border:0" title="<?=gettext("move selected mappings to end");?>" />
+ <input onmouseover="fr_insline(<?=$i;?>, true)" onmouseout="fr_insline(<?=$i;?>, false)" name="move_<?=$i;?>" type="image" src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif" style="width:17;height:17;border:0" title="<?=gettext("move selected mappings to end");?>" />
<?php
endif;
?>
OpenPOWER on IntegriCloud