mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
fixed not working view_range (max. number of buttons to show incl. label)
This commit is contained in:
parent
dc2e654d1a
commit
75f992fa22
@ -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