Removed the text of the agent search.

The text 'All' makes no sense, cause the input searchs for it unnecessarily and the empty texts represents better the lack of filter.
This commit is contained in:
Alejandro Gallardo Escobar 2015-04-16 13:16:50 +02:00
parent afada892fe
commit a70d751c38

View File

@ -223,7 +223,7 @@ $date_from = (string)get_parameter('date_from', '');
$date_to = (string)get_parameter('date_to', '');
$server_id = (int)get_parameter('server_id', 0);
$text_agent = (string) get_parameter("text_agent", __("All"));
$text_agent = (string) get_parameter("text_agent");
$id_agent = get_parameter('id_agent', 0);
if ($id_agent != 0) {
$text_agent = db_get_value('nombre', 'tagente', 'id_agente', $id_agent);