2011-11-30 Sergio Martin <sergio.martin@artica.es>

* operation/agentes/estado_agente.php: Fixed pagination transfer
	from form in the operation agents view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5217 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2011-11-30 15:24:43 +00:00
parent 9dfee9b358
commit e7cc7a2ede
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-11-30 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_agente.php: Fixed pagination transfer
from form in the operation agents view
2011-11-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_agents.php: Fixed bad sql sintax in

View File

@ -123,7 +123,7 @@ $recursion = get_parameter('recursion', 0);
ui_print_page_header ( __("Agent detail"), "images/bricks.png", false, "agent_status");
echo '<form method="post" action="?sec=estado&sec2=operation/agentes/estado_agente&group_id=' . $group_id . '&offset=' . $offset . '">';
echo '<form method="post" action="?sec=estado&sec2=operation/agentes/estado_agente&group_id=' . $group_id . '">';
echo '<table cellpadding="4" cellspacing="4" class="databox" width="98%">';
echo '<tr><td style="white-space:nowrap;">'.__('Group').': ';