mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fixed not working view_range (max. number of buttons to show incl. label)
This commit is contained in:
parent
c52a892519
commit
010054bd97
@ -388,7 +388,7 @@ var et2_toolbar = et2_DOMWidget.extend([et2_IInput],
|
||||
}
|
||||
if (action.caption)
|
||||
{
|
||||
if ((this.countActions <= parseInt(this.view_range) ||
|
||||
if ((this.countActions <= parseInt(this.options.view_range) ||
|
||||
this.preference[action.id]) &&
|
||||
typeof button[0] !== 'undefined')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user