--- trunk/lib/BackupPC/SearchLib.pm 2005/07/11 14:58:54 20 +++ trunk/lib/BackupPC/SearchLib.pm 2005/07/11 16:48:33 24 @@ -280,11 +280,11 @@ - - - - + + + + }; @@ -298,15 +298,13 @@ } foreach $file (@files) { - my $ftype = "file"; - $ftype = "dir" if ($file->{'type'} == BPC_FTYPE_DIR); - + my $typeStr = BackupPC::Attrib::fileType2Text(undef, $file->{'type'}); $retHTML .= ""; foreach my $v (( $file->{'hname'}, - $ftype, - hilite_html( $file->{'fpath'}, $hilite ), + qq{ } . hilite_html( $file->{'fpath'}, $hilite ), + $typeStr, $file->{'backupno'}, $file->{'size'}, $file->{'date'},
HostType Namebackup no.sizedateType#SizeDate Media