--- /Users/arthurclemens/Desktop/Attach-old.pm Sun Apr 11 13:32:36 2004
+++ /Users/arthurclemens/Desktop/Attach-new.pm Sun Apr 11 13:33:12 2004
@@ -58,7 +58,7 @@
$noviewableAttachmentCount = 0;
$attachmentCount = 0;
- my $header = "| *[[$TWiki::twikiWebname.FileAttachment][Attachment]]* | *Action* | *Size* | *Date* | *Who* | *Comment* |";
+ my $header = "| *I* | *[[$TWiki::twikiWebname.FileAttachment][Attachment]]* | *Action* | *Size* | *Date* | *Who* | *Comment* |";
if( $showAttr ) {
$header .= " *[[$TWiki::twikiWebname.FileAttribute][Attribute]]* |";
}
@@ -145,7 +145,7 @@
$attrSize = 100 if( $attrSize < 100 );
$attrSize = sprintf( "%1.1f K", $attrSize / 1024 );
$attrComment = $attrComment || " ";
- $row .= "| $fileIcon $file "
+ $row .= "| $fileIcon | $file "
. "| manage "
. "| $attrSize | $attrDate | $attrUser | $attrComment |";