forked from extern/egroupware
'Max numbre of icons in navbar' input box showed 10 when empty instead of using the value set in the default preferences
This commit is contained in:
parent
ecd7fdb9ea
commit
6689d63969
@ -27,7 +27,7 @@
|
|||||||
create_input_box(
|
create_input_box(
|
||||||
'Max number of icons in navbar',
|
'Max number of icons in navbar',
|
||||||
'max_icons',
|
'max_icons',
|
||||||
'How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.','10',3
|
'How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.','',3
|
||||||
);
|
);
|
||||||
|
|
||||||
create_check_box(
|
create_check_box(
|
||||||
|
Loading…
Reference in New Issue
Block a user