diff options
Diffstat (limited to 'extensions/ProdCompSearch/template/en')
-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> |