aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-08 04:54:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-08 04:54:51 +0000
commit4137933b24af3165ded2411d35ee038ad180c255 (patch)
treedbfdbf6b511212aec615305b391e13887ceb4b88 /packages
parentfeeca391103df3509351124677535c034d64fa36 (diff)
downloadpfsense-packages-4137933b24af3165ded2411d35ee038ad180c255.tar.gz
pfsense-packages-4137933b24af3165ded2411d35ee038ad180c255.tar.bz2
pfsense-packages-4137933b24af3165ded2411d35ee038ad180c255.zip
Link to host restore screen
Diffstat (limited to 'packages')
-rw-r--r--packages/autoconfigbackup/autoconfigbackup_stats.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/autoconfigbackup/autoconfigbackup_stats.php b/packages/autoconfigbackup/autoconfigbackup_stats.php
index e4f5b02e..53e6eec5 100644
--- a/packages/autoconfigbackup/autoconfigbackup_stats.php
+++ b/packages/autoconfigbackup/autoconfigbackup_stats.php
@@ -179,7 +179,11 @@ include("head.inc");
</td>
<td>
- <a title="Delete all backups for this host" onClick="return confirm('Are you sure you want to delete *ALL BACKUPS FOR THIS HOSTNAME* <?= $cv['hostname']; ?>?')"href="autoconfigbackup_stats.php?delhostname=<?=urlencode($cv['hostname'])?>">
+ <a title="View all backups for this host" href="autoconfigbackup.php?hostname=<?=urlencode($cv['hostname'])?>">
+ <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0">
+ </a>
+
+ <a title="Delete all backups for this host" onClick="return confirm('Are you sure you want to delete *ALL BACKUPS FOR THIS HOSTNAME* <?= $cv['hostname']; ?>?')" href="autoconfigbackup_stats.php?delhostname=<?=urlencode($cv['hostname'])?>">
<img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0">
</a>