diff options
author | Byron Jones <bjones@mozilla.com> | 2013-04-24 06:31:22 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-04-24 06:31:22 +0200 |
commit | 54fe9455d23b292eadaa851c7a3fdbb43e09f814 (patch) | |
tree | f8ecff54215259691e13fc113e090edbaf7af5fd /extensions/ProdCompSearch/template | |
parent | ca8762f064d4be411b72923354259013e2f0450f (diff) | |
download | bugzilla-54fe9455d23b292eadaa851c7a3fdbb43e09f814.tar.gz bugzilla-54fe9455d23b292eadaa851c7a3fdbb43e09f814.tar.xz |
Bug 859534: improve component searching
Diffstat (limited to 'extensions/ProdCompSearch/template')
-rw-r--r-- | extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl index 8d4f46e07..b3d1deab1 100644 --- a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl +++ b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl @@ -28,6 +28,8 @@ class="bz_default_hidden" width="16" height="11"> <span id="prod_comp_no_components" class="bz_default_hidden"> No components found</span> + <span id="prod_comp_error" class="bz_default_hidden"> + An error occured</span> </div> <input id="prod_comp_search" type="text" size="50" placeholder="Search by product and component keywords"> |