summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-05-27 15:45:16 +0200
committerjasplin <qt-info@nokia.com>2011-05-27 15:45:16 +0200
commit727067e21113b2616dfd6ce54a49f5bbee6418ec (patch)
treef4f2bfbd2442f8c23a05dea027b56971f349240a
parent62ff08bf1b9a609ac31a9d42f28ff6053a0bd40e (diff)
Improved labels.
-rw-r--r--web/global/tcfilter.html2
-rw-r--r--web/topchanges/index.shtml22
2 files changed, 9 insertions, 15 deletions
diff --git a/web/global/tcfilter.html b/web/global/tcfilter.html
index d99a89f..fd26833 100644
--- a/web/global/tcfilter.html
+++ b/web/global/tcfilter.html
@@ -2,7 +2,7 @@
<tr>
<td style="border:0">
<fieldset>
-<legend style="font-size:16px; font-weight:bold">Test Cases</legend>
+<legend style="font-size:16px; font-weight:bold">Test Case Filter</legend>
<table style="border:0">
<tr>
diff --git a/web/topchanges/index.shtml b/web/topchanges/index.shtml
index c145bdc..8aa4c77 100644
--- a/web/topchanges/index.shtml
+++ b/web/topchanges/index.shtml
@@ -52,13 +52,13 @@ combinations.
<tr>
<td valign="top" style="border:0">
-<!-- BEGIN Change Type -------------------------------------------- -->
+<!-- BEGIN Change Scope -------------------------------------------- -->
<table style="border:0">
<tr>
<td style="border:0">
<fieldset>
-<legend style="font-size:16px; font-weight:bold">Change Type</legend>
+<legend style="font-size:16px; font-weight:bold">Change Scope</legend>
<!-- Primary change type: -->
<select id="primary_change_type" style="margin-top:5px; margin-bottom:5px">
@@ -70,19 +70,13 @@ combinations.
<!-- Secondary change type: -->
<select id="secondary_change_type" style="margin-bottom:5px">
- <option id="last_change" tag="last">Latest</option>
- <option id="max_change_last_week" tag="7">Biggest last week</option>
- <option id="max_change_last_month" tag="30">Biggest last month</option>
- <option id="max_change_last_6_months" tag="180">Biggest last six months
+ <option id="last_change" tag="last">Latest for each benchmark</option>
+ <option id="max_change_last_week" tag="7">All last week</option>
+ <option id="max_change_last_month" tag="30">All last month</option>
+ <option id="max_change_last_6_months" tag="180">All last six months
</option>
- <option id="max_change_ever" tag="all">Biggest ever</option>
+ <option id="max_change_ever" tag="all">All</option>
</select>
-<script type="text/javascript">
- setTooltip(
- $("#secondary_change_type"),
- "Select <em>Latest</em> to consider only the most recent change " +
- "for each benchmark, or select a time scope.");
-</script>
<br />
@@ -103,7 +97,7 @@ combinations.
</tr>
</table>
-<!-- END Change type -------------------------------------------- -->
+<!-- END Change Scope -------------------------------------------- -->
</td>
<td valign="top" style="border:0">