* Deleted: oe_m2o_dropdown_option_no_results_to_show AND REUSED oe_m2o_dropdown_option

* Deleted: manually translation in es.po
This commit is contained in:
etenesaca 2014-05-26 11:51:24 -05:00
parent b6189b4d5a
commit 2097af20b7
3 changed files with 1 additions and 12 deletions

View File

@ -1292,13 +1292,6 @@ msgstr "Agrupar por: %s"
msgid "No data provided."
msgstr "No se han facilitado datos"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:3399
#, python-format
msgid "No results to show..."
msgstr "No hay resultados para mostrar..."
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_list.js:345

View File

@ -2409,10 +2409,6 @@
.openerp .oe_form_field_many2one input {
padding-right: 13px;
}
.openerp.ui-autocomplete li.oe_m2o_dropdown_option_no_results_to_show a {
font-style: italic;
text-align: center;
}
.openerp.ui-autocomplete li.oe_m2o_dropdown_option a {
font-style: italic;
padding-left: 2em;

View File

@ -3398,7 +3398,7 @@ instance.web.form.CompletionFieldMixin = {
values.push({
label: _t("No results to show..."),
action: function() {},
classname: 'oe_m2o_dropdown_option_no_results_to_show'
classname: 'oe_m2o_dropdown_option'
});
return values;