summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2014-03-06 12:41:01 -0800
committerN0YB <Al_Stu@Frontier.com>2014-03-06 12:41:01 -0800
commitd58bee7daa3e3efb4c7b94b1b9c5ef87c1ebcdc5 (patch)
tree178fb87387c6cbf974d714c0dc7656551e0843d9 /usr/local
parent5e57c7c4db6f9aabeb0c13b40c9a44228db4739e (diff)
downloadpfsense-d58bee7daa3e3efb4c7b94b1b9c5ef87c1ebcdc5.zip
pfsense-d58bee7daa3e3efb4c7b94b1b9c5ef87c1ebcdc5.tar.gz
Couple Corrections
Table Cell Close Location Style Border Typo
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_nat.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index d1f715e..ee9ebb0 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -322,15 +322,15 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<td valign="middle" class="list nowrap">
<table border="0" cellspacing="0" cellpadding="1" summary="move">
<tr>
- <td><input onmouseover="fr_insline(<?=$nnats;?>, true)" onmouseout="fr_insline(<?=$nnats;?>, false)" name="move_<?=$i;?>" src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif" title="<?=gettext("move selected rules before this rule");?>" type="image" style="width:17; height:17; border=0" /></td>
+ <td><input onmouseover="fr_insline(<?=$nnats;?>, true)" onmouseout="fr_insline(<?=$nnats;?>, false)" name="move_<?=$i;?>" src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif" title="<?=gettext("move selected rules before this rule");?>" type="image" style="width:17; height:17; border:0" /></td>
<td><a href="firewall_nat_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit rule"); ?>" alt="edit" /></a></td>
</tr>
<tr>
<td align="center" valign="middle"><a href="firewall_nat.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this rule?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete rule");?>" alt="delete" /></a></td>
<td><a href="firewall_nat_edit.php?dup=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new NAT based on this one");?>" width="17" height="17" border="0" alt="add" /></a></td>
</tr>
- </td>
</table>
+ </td>
</tr>
<?php $i++; $nnats++; endforeach; ?>
<tr>
OpenPOWER on IntegriCloud