summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-21 00:26:10 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-21 00:26:10 +0000
commita99e956fbb09f6a4500faf548b75689ae31e099f (patch)
treea6502e13ef0bc092d5483ee046164d380386b36a /usr/local/www/firewall_nat.php
parent8c22e0f9b6c1703713e09a9b0cd57b55ec40c96d (diff)
downloadpfsense-a99e956fbb09f6a4500faf548b75689ae31e099f.zip
pfsense-a99e956fbb09f6a4500faf548b75689ae31e099f.tar.gz
fixing an image problem for themes
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 73cbe5b..02ff054 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -232,7 +232,7 @@ include("head.inc");
<td><a href="firewall_nat_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
<tr>
- <td><?php if ($nnats == 0): ?><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x_d.gif" width="17" height="17" title="delete selected rules" border="0"><?php else: ?><input name="del" type="image" src="x.gif" width="17" height="17" title="delete selected mappings" onclick="return confirm('Do you really want to delete the selected mappings?')"><?php endif; ?></td>
+ <td><?php if ($nnats == 0): ?><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x_d.gif" width="17" height="17" title="delete selected rules" border="0"><?php else: ?><input name="del" type="image" src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" title="delete selected mappings" onclick="return confirm('Do you really want to delete the selected mappings?')"><?php endif; ?></td>
</tr>
</table></td>
</tr>
OpenPOWER on IntegriCloud