You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/10/29 01:03:17 UTC

svn commit: r329327 - /spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Author: jm
Date: Fri Oct 28 16:03:15 2005
New Revision: 329327

URL: http://svn.apache.org/viewcvs?rev=329327&view=rev
Log:
tweaking

Modified:
    spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi?rev=329327&r1=329326&r2=329327&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Fri Oct 28 16:03:15 2005
@@ -313,24 +313,21 @@
   {
     my $graph_on = qq{
 
-      <p><strong>Rule's hit-rate over time:</strong> <a 
-        href="}.gen_switch_url("s_g_over_time", "0").qq{">Hide</a>
-      </p> <img src="}.gen_switch_url("graph", "over_time").qq{" 
+      <p><a href="}.gen_switch_url("s_g_over_time", "0").qq{">Hide Graph</a></p>
+      <img src="}.gen_switch_url("graph", "over_time").qq{" 
         width=800 height=815 />
 
     };
 
     my $graph_off = qq{
 
-      <p><strong>Rule's hit-rate over time:</strong> <a 
-        href="}.gen_switch_url("s_g_over_time", "1").qq{">Show</a>
-      </p>
+      <p><a href="}.gen_switch_url("s_g_over_time", "1").qq{">Show Graph</a></p>
 
     };
 
     print qq{
 
-      <h3 class=graph_title>graphs</h3>
+      <h3 class=graph_title>Graph, hit-rate over time</h3>
       }.($s{g_over_time} ? $graph_on : $graph_off).qq{
 
       </ul>