2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/massive/massive_edit_agents.php: Added id field to form in
	this view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5128 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-11-11 08:35:21 +00:00
parent 9bfa75acf2
commit f8105f8393
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/massive/massive_edit_agents.php: Added id field to form in
this view.
2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/massive/massive_enable_disable_alerts.php * godmode/massive/massive_enable_disable_alerts.php

View File

@ -208,8 +208,7 @@ $all_agents = agents_get_group_agents ($id_group, array('disabled' => 1), "none"
$table->data[1][1] = html_print_select ($all_agents, $table->data[1][1] = html_print_select ($all_agents,
'id_agents[]', 0, false, '', '', true, true); 'id_agents[]', 0, false, '', '', true, true);
echo '<form method="post" id="form_agents" action="index.php?sec=gmassive&sec2=godmode/massive/massive_operations&option=edit_agents">'; echo '<form method="post" id="form_agent" action="index.php?sec=gmassive&sec2=godmode/massive/massive_operations&option=edit_agents">';
//echo '<form method="post" action="index.php?sec=gmassive&sec2=godmode/massive/massive_operations&option=edit_agents">';
html_print_table ($table); html_print_table ($table);
$nombre_agente = ""; $nombre_agente = "";