* The CSS definition has been removed from the config.pl file and
authorcbarratt <cbarratt>
Mon, 29 Mar 2004 19:03:50 +0000 (19:03 +0000)
committercbarratt <cbarratt>
Mon, 29 Mar 2004 19:03:50 +0000 (19:03 +0000)
commit8f5625f9cdf47f8e04be654c4954838b2df3e26d
tree748d33f68d645b787901948c2ffdda8a220d425e
parentce708288691ba7dd95a8dac7a468bc0e4c1d6588
* The CSS definition has been removed from the config.pl file and
  is now a separate file, BackupPC_stnd.css.  A new config variable,
  $Conf{CgiCSSFile}, gives the name of the CSS file to use.
  Suggested by Ender Mathias.

* Fixed the filling of the host name select box for admins.
  The default $Conf{CgiNavBarAdminAllHosts} is now 1.
  Reported by Doug Lytle.

* Cleaned up warning message for restore using rsync when checksum
  caching is on, but when file didn't have cached checksums.
19 files changed:
ChangeLog
bin/BackupPC_dump
conf/BackupPC_stnd.css [new file with mode: 0644]
conf/config.pl
configure.pl
doc-src/BackupPC.pod
lib/BackupPC/CGI/Archive.pm
lib/BackupPC/CGI/Lib.pm
lib/BackupPC/CGI/Restore.pm
lib/BackupPC/CGI/RestoreInfo.pm
lib/BackupPC/CGI/Summary.pm
lib/BackupPC/Lang/de.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lang/es.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lang/it.pm
lib/BackupPC/PoolWrite.pm
lib/BackupPC/Xfer/RsyncFileIO.pm
makeDist