diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-12-08 04:58:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-12-08 04:58:06 +0000 |
commit | 51e749287615fa1c1aae33f7911c498f6afcd82d (patch) | |
tree | 1ca314e53b51cd4bfae798f4fa825ddd04ec02ac | |
parent | 4137933b24af3165ded2411d35ee038ad180c255 (diff) | |
download | pfsense-packages-51e749287615fa1c1aae33f7911c498f6afcd82d.tar.gz pfsense-packages-51e749287615fa1c1aae33f7911c498f6afcd82d.tar.bz2 pfsense-packages-51e749287615fa1c1aae33f7911c498f6afcd82d.zip |
Add <nobr>
-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 |