summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-24 01:16:38 +0000
committerBill Marquette <billm@pfsense.org>2005-08-24 01:16:38 +0000
commitf057bae47e99d0f816ba192ba2eaf8102c4fa4b9 (patch)
treef5d2dea30f68391c494025f745e16206358b436d /usr/local/www/firewall_nat.php
parentb31032e46dae9325f9d21e0fbaf3cd5752575fc0 (diff)
downloadpfsense-f057bae47e99d0f816ba192ba2eaf8102c4fa4b9.zip
pfsense-f057bae47e99d0f816ba192ba2eaf8102c4fa4b9.tar.gz
Friendly mouseover titles for buttons
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index e3478db..c9e11f0 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -213,7 +213,7 @@ include("head.inc");
<td valign="middle" class="list" nowrap>
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <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"></a></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="edit rule"></a></td>
</tr>
<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="move selected rules before this rule" height="17" type="image" width="17" border="0"></td>
OpenPOWER on IntegriCloud