summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-10 06:09:24 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-10 06:09:24 +0200
commit12070e973724b68444cb11d37bef8f0cf6e26c52 (patch)
tree0cb3895982292a971574be05fe6fb3f60f79f6a8 /extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
parentb0f7006e467249d5cbff2b84febe0b658744b559 (diff)
downloadbugzilla-12070e973724b68444cb11d37bef8f0cf6e26c52.tar.gz
bugzilla-12070e973724b68444cb11d37bef8f0cf6e26c52.tar.xz
MyDashboard changes
Diffstat (limited to 'extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl')
-rw-r--r--extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
index 23c478e3f..0fb526dd7 100644
--- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
+++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
@@ -48,7 +48,7 @@
<div class="yui-skin-sam">
<div id="left">
<div id="query_list_container">
- <strong>Choose query:</strong>
+ Choose query:
<select id="query" name="query" onchange="showQuerySection();">
<optgroup id="standard_queries" label="Standard">
[% FOREACH r = standard_results %]
@@ -61,11 +61,9 @@
[% END %]
</optgroup>
</select>
- [% IF NOT saved_results.size %]
- <smaller>
- (<a href="userprefs.cgi?tab=saved-searches">add or remove saved searches</a>)
- </smaller>
- [% END %]
+ <small>
+ (<a href="userprefs.cgi?tab=saved-searches">add or remove saved searches</a>)
+ </small>
</div>
[% FOREACH r = standard_results %]