From 024bbe7baac5ea33f92f7e6049351669860b78fe Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sun, 13 Jan 2002 22:18:03 +0000 Subject: [PATCH] adding multiquery links at the bottom git-svn-id: svn://10.0.0.236/trunk@112046 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/multiquery.cgi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/webtools/graph/multiquery.cgi b/mozilla/webtools/graph/multiquery.cgi index a66cf9c57d4..e463c850508 100755 --- a/mozilla/webtools/graph/multiquery.cgi +++ b/mozilla/webtools/graph/multiquery.cgi @@ -132,6 +132,14 @@ sub show_graphs { print "\n"; + # + # Links at the bottom. + # + + print "
  • \n"; + print "Multiqueries: (startup, xulwinopen, pageload, build your own multiquery)"; + print "
  • \n"; + print "\n"; }