From dc0d8467cf1932929c700c840354ff6ec9f7fcc4 Mon Sep 17 00:00:00 2001
From: doogie <>
Date: Sat, 7 Sep 2002 19:47:50 -0800
Subject: [PATCH] [project @ 2002-09-07 20:47:50 by doogie] Reword the download
 mime links, to use view.

---
 cgi/bugreport.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 = <L>) {
 							if ($disposition && ( $disposition eq "attachment" || $disposition eq "inline" ) && $_->head->recommended_filename ) {
 								push @attachments, $_;
 								my $file = $_->head->recommended_filename;
-								$downloadHtml .= "Download Attachment: <a href=\"".dlurl($ref,"msg=$xmessage","att=$#attachments","filename=$file")."\">$file</a>\n";
+								$downloadHtml .= "View Attachment: <a href=\"".dlurl($ref,"msg=$xmessage","att=$#attachments","filename=$file")."\">$file</a>\n";
 								if ($msg && $att eq $#attachments) {
 									my $head = $_->head;
 									my $type;
@@ -317,7 +317,7 @@ print "<H1>" .  "$debbugs::gProject $debbugs::gBug report logs - <A HREF=\"mailt
       "<BR>" . htmlsanit($status{subject}) . "</H1>\n";
 
 print "$descriptivehead\n";
-printf "<br><a href=\"%s\">Download as mbox</a>\n", mboxurl($ref);
+printf "<p><a href=\"%s\">View</a> this report as an mbox folder.</p>", mboxurl($ref);
 print "<HR>";
 print "$log";
 print $tail_html;
-- 
2.39.5