summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-26 14:29:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-26 14:29:54 +0000
commit5c990bf4657796d641c62bd2f29ed08e55846b15 (patch)
treeacc5639c03a5e5b9ee7bcb4b24603080a5c63612 /usr/local
parentc574304062dafb6bf9b740294ab5dd7035d2fcd6 (diff)
downloadpfsense-5c990bf4657796d641c62bd2f29ed08e55846b15.zip
pfsense-5c990bf4657796d641c62bd2f29ed08e55846b15.tar.gz
Image location fixes
Submitted-by: DLStrout <dstrout_AT_maine.rr.com>
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php2
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php9
2 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index cedfcb3..3776dce 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -127,7 +127,7 @@ foreach ($sad as $sa): ?>
$args .= "&proto=" . rawurlencode($sa['proto']);
$args .= "&spi=" . rawurlencode("0x" . $sa['spi']);
?>
- <a href="diag_ipsec_sad.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security association?')"><img src="/themes/<?= $g['theme']; ?>/images/icon_x.gif" width="17" height="17" border="0"></a>
+ <a href="diag_ipsec_sad.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security association?')"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a>
</td>
</tr>
diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php
index 3cf4d37..f22d312 100755
--- a/usr/local/www/diag_ipsec_spd.php
+++ b/usr/local/www/diag_ipsec_spd.php
@@ -119,7 +119,7 @@ foreach ($spd as $sp): ?>
<tr>
<td class="listlr" valign="top"><?=htmlspecialchars($sp['src']);?></td>
<td class="listr" valign="top"><?=htmlspecialchars($sp['dst']);?></td>
- <td class="listr" valign="top"><img src="/themes/<?= $g['theme']; ?>/images/icon_<?=$sp['dir'];?>.gif" width="11" height="11" style="margin-top: 2px"></td>
+ <td class="listr" valign="top"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_<?=$sp['dir'];?>.gif" width="11" height="11" style="margin-top: 2px"></td>
<td class="listr" valign="top"><?=htmlspecialchars(strtoupper($sp['proto']));?></td>
<td class="listr" valign="top"><?=htmlspecialchars($sp['ep_src']);?> - <br>
<?=htmlspecialchars($sp['ep_dst']);?></td>
@@ -129,7 +129,8 @@ foreach ($spd as $sp): ?>
$args .= "&dst=" . rawurlencode($sp['dst']);
$args .= "&dir=" . rawurlencode($sp['dir']);
?>
- <a href="diag_ipsec_spd.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security policy?')"><img src="/themes/<?= $g['theme']; ?>/images/icon_x.gif" width="17" height="17" border="0"></a>
+ <a href="diag_ipsec_spd.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security policy?')">
+ <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a>
</td>
</tr>
@@ -138,14 +139,14 @@ foreach ($spd as $sp): ?>
<br>
<table class="tabcont" border="0" cellspacing="0" cellpadding="6">
<tr>
- <td width="16"><img src="/themes/<?= $g['theme']; ?>/icons/icon_in.gif" width="11" height="11"></td>
+ <td width="16"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_in.gif" width="11" height="11"></td>
<td>incoming (as seen by firewall)</td>
</tr>
<tr>
<td colspan="5" height="4"></td>
</tr>
<tr>
- <td><img src="/themes/<?= $g['theme']; ?>/icons/icon_out.gif" width="11" height="11"></td>
+ <td><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_out.gif" width="11" height="11"></td>
<td>outgoing (as seen by firewall)</td>
</tr>
<?php else: ?>
OpenPOWER on IntegriCloud