mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Etemplate - change default empty label for multiple user/group selection to more appropriate 'Select user or group'
This commit is contained in:
parent
2f1333a116
commit
4f111e69d3
@ -77,6 +77,11 @@ var et2_selectAccount = (function(){ "use strict"; return et2_selectbox.extend(
|
||||
// Reference to widget within dialog
|
||||
this.widgets = null;
|
||||
|
||||
if(!_attrs.empty_label && !_attrs.readonly && _attrs.multiple)
|
||||
{
|
||||
_attrs.empty_label = this.egw().lang('Select user or group');
|
||||
}
|
||||
|
||||
this._super.call(this, _parent, _attrs);
|
||||
|
||||
// Allow certain widgets inside this one
|
||||
|
Loading…
Reference in New Issue
Block a user