*** lib/TWiki/Attach.pm.orig Thu Jun 5 13:03:55 2003
--- lib/TWiki/Attach.pm Thu Jun 5 18:43:52 2003
***************
*** 48,54 ****
$noviewableAttachmentCount = 0;
$attachmentCount = 0;
! my $header = "| *[[$TWiki::twikiWebname.FileAttachment][Attachment]]:* | *Action:* | *Size:* | *Date:* | *Who:* | *Comment:* |";
if( $showAttr ) {
$header .= " *[[$TWiki::twikiWebname.FileAttribute][Attribute]]:* |";
}
--- 48,54 ----
$noviewableAttachmentCount = 0;
$attachmentCount = 0;
! my $header = "| *[[$TWiki::twikiWebname.FileAttachment][Attachment]]:* | ** | *Size:* | *Date:* | *Who:* | *Comment:* |";
if( $showAttr ) {
$header .= " *[[$TWiki::twikiWebname.FileAttribute][Attribute]]:* |";
}
***************
*** 111,117 ****
$fileUrl = "%PUBURLPATH%/$theWeb/$theTopic/$file" if( $isTopRev || $attrVersion eq "1.1" );
$attrComment = $attrComment || " ";
$row .= "| $fileIcon $file \\\n";
! $row .= " | action \\\n";
$row .= " | $attrSize | $attrDate | $attrUser | $attrComment |";
if ( $showAttr ) {
$attrAttr = $attrAttr || " ";
--- 111,117 ----
$fileUrl = "%PUBURLPATH%/$theWeb/$theTopic/$file" if( $isTopRev || $attrVersion eq "1.1" );
$attrComment = $attrComment || " ";
$row .= "| $fileIcon $file \\\n";
! $row .= " | edit \\\n";
$row .= " | $attrSize | $attrDate | $attrUser | $attrComment |";
if ( $showAttr ) {
$attrAttr = $attrAttr || " ";