diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/autoconfigbackup/autoconfigbackup_stats.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/autoconfigbackup/autoconfigbackup_stats.php b/packages/autoconfigbackup/autoconfigbackup_stats.php index 53e6eec5..65f02b2d 100644 --- a/packages/autoconfigbackup/autoconfigbackup_stats.php +++ b/packages/autoconfigbackup/autoconfigbackup_stats.php @@ -178,16 +178,14 @@ include("head.inc"); <?= $cv['hostnamecount']; ?> </td> <td> - + <nobr> <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> - - + </nobr> </td> </tr> <?php |