diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-27 06:02:51 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-27 06:02:51 +0100 |
commit | aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8 (patch) | |
tree | d4e29ec8df6fcd699647192242ce1ad95c05896a /extensions/ProdCompSearch/template/en/default | |
parent | 02cd18d7165d86c7ea6d6fc6a9273094d9513a58 (diff) | |
download | bugzilla-aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8.tar.gz bugzilla-aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8.tar.xz |
Bug 837892 - User dashboard "file a bug" window does not do anything
- Added placeholder in text entry for prod comp search
- Show message when no results are found using prod comp search
- Fixed prod comp search bug with GuidedBugEntry
Diffstat (limited to 'extensions/ProdCompSearch/template/en/default')
-rw-r--r-- | extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl index a9f05d9ba..fc8d3f1fb 100644 --- a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl +++ b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl @@ -8,9 +8,12 @@ <div id="prod_comp_search_form" class="yui3-skin-sam"> <div id="prod_comp_search_header"> - [% input_label FILTER none %] + [% input_label FILTER none %] <img id="prod_comp_throbber" src="extensions/ProdCompSearch/web/images/throbber.gif" class="bz_default_hidden" width="16" height="11"> + <span id="prod_comp_no_data" class="bz_default_hidden" style="color:red;"> + No data found</span> </div> - <input id="prod_comp_search" type="text" size="50"> + <input id="prod_comp_search" type="text" size="50" + placeholder="Search by product and component keywords"> </div> |