2011-10-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/modificar_agente.php: Filter in this view is kept when an agent is deleted. Fixes: #3419823 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5050 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
551335e23f
commit
c0dc22ac56
|
@ -1,3 +1,10 @@
|
|||
2011-10-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/modificar_agente.php: Filter in this view is
|
||||
kept when an agent is deleted.
|
||||
|
||||
Fixes: #3419823
|
||||
|
||||
2011-10-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/agentes/group_view.php: Fixed bad style when a group's
|
||||
|
|
|
@ -445,7 +445,7 @@ if ($agents !== false) {
|
|||
$offsetArg = $offset;
|
||||
|
||||
echo "<td class='$tdcolor' align='center' valign='middle'><a href='index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&
|
||||
borrar_agente=".$agent["id_agente"]."&search=$search&offset=$offsetArg&sort_field=$sortField&sort=$sort'";
|
||||
borrar_agente=".$agent["id_agente"]."&group_id=$ag_group&recursion=$recursion&search=$search&offset=$offsetArg&sort_field=$sortField&sort=$sort'";
|
||||
echo ' onClick="if (!confirm(\' '.__('Are you sure?').'\')) return false;">';
|
||||
echo html_print_image('images/cross.png', true, array("border" => '0')) . "</a></td>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue