mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 10:52:30 +02:00
Missing translations, provided by Stefan Unverricht
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user