summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-01 19:05:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-01 19:05:37 +0000
commit06351943cffa2a9b7ea66d6adabd470efb6ab174 (patch)
tree5663d7ed9bd51c3cda194fcfc6024dbe0b964c9c /usr/local/www
parent102239f9fb4a182f6c2b4888c3914360ab5951dd (diff)
downloadpfsense-06351943cffa2a9b7ea66d6adabd470efb6ab174.zip
pfsense-06351943cffa2a9b7ea66d6adabd470efb6ab174.tar.gz
icons -> images
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php2
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index 9e1a435..cedfcb3 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']; ?>/icons/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/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 8f86b44..3cf4d37 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']; ?>/icons/icon_<?=$sp['dir'];?>.gif" width="11" height="11" style="margin-top: 2px"></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"><?=htmlspecialchars(strtoupper($sp['proto']));?></td>
<td class="listr" valign="top"><?=htmlspecialchars($sp['ep_src']);?> - <br>
<?=htmlspecialchars($sp['ep_dst']);?></td>
@@ -129,7 +129,7 @@ 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']; ?>/icons/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/icon_x.gif" width="17" height="17" border="0"></a>
</td>
</tr>
OpenPOWER on IntegriCloud