mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
parent
afada892fe
commit
a70d751c38
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user