2010-07-12 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/agentes/estado_agente.php: fixed bug with pagination offset and search. Fixes: #3014703 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2986 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
85b43aec15
commit
3e3e39755b
|
@ -1,3 +1,9 @@
|
|||
2010-07-12 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/agentes/estado_agente.php: fixed bug with pagination offset
|
||||
and search.
|
||||
Fixes: #3014703
|
||||
|
||||
2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/ver_agente.php: added hook to collection enterprise.
|
||||
|
|
|
@ -72,9 +72,9 @@ $search = get_parameter ("search", "");
|
|||
print_page_header ( __("Agent detail"), "images/bricks.png", false, "agent_status");
|
||||
|
||||
if ($group_id > 1) {
|
||||
echo '<form method="post" action="'.get_url_refresh (array ('group_id' => $group_id)).'">';
|
||||
echo '<form method="post" action="'.get_url_refresh (array ('group_id' => $group_id, 'offset' => 0)).'">';
|
||||
} else {
|
||||
echo '<form method="post" action="'.get_url_refresh ().'">';
|
||||
echo '<form method="post" action="'.get_url_refresh (array('offset' => 0)).'">';
|
||||
}
|
||||
|
||||
echo '<table cellpadding="4" cellspacing="4" class="databox" width="95%">';
|
||||
|
|
Loading…
Reference in New Issue