diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fe37c380f6..a2b050ab42 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-01-08 Miguel de Dios + + * general/header.php: fixed the empty action with trying to write + some thing in the global search field when it is search anything. + 2014-01-08 Miguel de Dios * include/functions_gis.php: fixed the agent name label. diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 47f26ab595..cc19077a28 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -212,9 +212,15 @@ config_check(); $table->data[0][9] .= ''; } + + // Search bar $search_bar = '
'; - $search_bar .= ''; + if (strlen($config['search_keywords']) == 0) + $search_bar .= ''; + else + $search_bar .= ''; + $search_bar .= '