mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
empty-label was not translated if set via (legacy-)options
This commit is contained in:
parent
7fa86b19ca
commit
dff07e68a5
@ -114,7 +114,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
|||||||
{
|
{
|
||||||
if(isNaN(this.options.rows))
|
if(isNaN(this.options.rows))
|
||||||
{
|
{
|
||||||
this.options.empty_label = this.options.rows;
|
this.options.empty_label = this.egw().lang(this.options.rows);
|
||||||
this.options.rows = 1;
|
this.options.rows = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user