From 6689d639699eddf4549ac8ea97100c928ad1a4c3 Mon Sep 17 00:00:00 2001 From: alpeb Date: Mon, 1 Mar 2004 05:11:26 +0000 Subject: [PATCH] 'Max numbre of icons in navbar' input box showed 10 when empty instead of using the value set in the default preferences --- phpgwapi/templates/idots/hook_settings.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/hook_settings.inc.php b/phpgwapi/templates/idots/hook_settings.inc.php index 3c4059c08a..e2ca6d8d49 100644 --- a/phpgwapi/templates/idots/hook_settings.inc.php +++ b/phpgwapi/templates/idots/hook_settings.inc.php @@ -27,7 +27,7 @@ create_input_box( 'Max number of icons in navbar', '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(