2012-04-12 Ramon Novoa <rnovoa@artica.es>
* operation/servers/recon_view.php: Fixed a broken link. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5953 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
cc0b52a12c
commit
5825003cd3
|
@ -1,3 +1,7 @@
|
|||
2012-04-12 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* operation/servers/recon_view.php: Fixed a broken link.
|
||||
|
||||
2012-04-12 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/dialog.css
|
||||
|
|
|
@ -109,7 +109,7 @@ foreach ($servers as $serverItem) {
|
|||
$data = array ();
|
||||
|
||||
if($task["disabled"] == 0) {
|
||||
$data[0] = '<a href="index.php?sec=estado_server&sec2=operation/servers/view_server_detail&server_id='.$id_server.'&force='.$task["id_rt"].'">';
|
||||
$data[0] = '<a href="index.php?sec=estado&sec2=operation/servers/recon_view&server_id='.$id_server.'&force='.$task["id_rt"].'">';
|
||||
$data[0] .= html_print_image ("images/target.png", true, array ("title" => __('Force')));
|
||||
$data[0] .= '</a>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue