From: doogie <> Date: Sun, 8 Sep 2002 03:47:50 +0000 (-0800) Subject: [project @ 2002-09-07 20:47:50 by doogie] X-Git-Tag: release/2.6.0~1053 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dc0d8467cf1932929c700c840354ff6ec9f7fcc4;p=debbugs.git [project @ 2002-09-07 20:47:50 by doogie] Reword the download mime links, to use view. --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 95c4a3a5..78050d1f 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -185,7 +185,7 @@ while(my $line = ) { if ($disposition && ( $disposition eq "attachment" || $disposition eq "inline" ) && $_->head->recommended_filename ) { push @attachments, $_; my $file = $_->head->recommended_filename; - $downloadHtml .= "Download Attachment: $file\n"; + $downloadHtml .= "View Attachment: $file\n"; if ($msg && $att eq $#attachments) { my $head = $_->head; my $type; @@ -317,7 +317,7 @@ print "

" . "$debbugs::gProject $debbugs::gBug report logs - " . htmlsanit($status{subject}) . "

\n"; print "$descriptivehead\n"; -printf "
Download as mbox\n", mboxurl($ref); +printf "

View this report as an mbox folder.

", mboxurl($ref); print "
"; print "$log"; print $tail_html;