summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-21 00:17:40 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-21 00:17:40 +0000
commit677c08696aa3dbffd25fed94c82563773d419b84 (patch)
tree07581017712eff380de9b460d246ba0bfa155d2d /usr/local/www/diag_confbak.php
parente8027314283afa07db797d6aaf301d9853de2271 (diff)
downloadpfsense-677c08696aa3dbffd25fed94c82563773d419b84.zip
pfsense-677c08696aa3dbffd25fed94c82563773d419b84.tar.gz
updating files to use theme images
removing images from /usr/local/www adding specific images into the correct theme directories
Diffstat (limited to 'usr/local/www/diag_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index b49bd5e..93f9d2a 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -96,10 +96,10 @@ if(is_array($confvers)) {
<td class="listlr"> <?= $date ?></td>
<td class="listlr"> <?= $desc ?></td>
<td valign="middle" class="list" nowrap>
- <a href="diag_confbak.php?newver=<?=$version['time'];?>"><img src="plus.gif" width="17" height="17" border="0"></a>
+ <a href="diag_confbak.php?newver=<?=$version['time'];?>"><img src="/themes/<?= $g['theme']; ?>/icons/icon_plus.gif" width="17" height="17" border="0"></a>
</td>
<td valign="middle" class="list" nowrap>
- <a href="diag_confbak.php?rmver=<?=$version['time'];?>"><img src="x.gif" width="17" height="17" border="0"></a>
+ <a href="diag_confbak.php?rmver=<?=$version['time'];?>"><img src="/themes/<?= $g['theme']; ?>/icons/icon_x.gif" width="17" height="17" border="0"></a>
</tr>
<?php
} ?>
OpenPOWER on IntegriCloud