From 17787766cffe443a4ce6f9fb18885d16c5f42a07 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sat, 15 Dec 2001 10:54:56 +0000 Subject: [PATCH] adding rawdata link git-svn-id: svn://10.0.0.236/trunk@110542 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/query.cgi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/webtools/graph/query.cgi b/mozilla/webtools/graph/query.cgi index e0db441d43b..cb77e48e847 100755 --- a/mozilla/webtools/graph/query.cgi +++ b/mozilla/webtools/graph/query.cgi @@ -182,6 +182,11 @@ sub show_graph { print "
  • \n"; print "Other tests that $TBOX is running"; print "
  • \n"; + + print "
  • \n"; + print "Print the raw data for this plot."; + print "
  • \n"; + print "";