Missing translations, provided by Stefan Unverricht

This commit is contained in:
nathangray
2017-06-07 15:15:13 -06:00
parent 4f59bc2ccf
commit b0c7a55d9d
7 changed files with 16 additions and 2 deletions

View File

@ -708,7 +708,8 @@ var et2_selectbox = (function(){ "use strict"; return et2_inputWidget.extend(
this.input.chosen({
inherit_select_classes: true,
search_contains: true,
width: _width || size.w + "px"
width: _width || size.w + "px",
no_results_text: this.egw().lang('No results match')
});
if(this.options.onchange)