2010-11-15 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_ultimopaquete.php: fixed the single quote instead double quote. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3587 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9f07d79c87
commit
554ed453f3
|
@ -1,3 +1,8 @@
|
|||
2010-11-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/estado_ultimopaquete.php: fixed the single quote instead
|
||||
double quote.
|
||||
|
||||
2010-11-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/tiny_mce/plugins/table/editor_plugin.js,
|
||||
|
|
|
@ -342,13 +342,13 @@ foreach ($modules as $module) {
|
|||
echo "<a href='javascript:winopeng(\"operation/agentes/stat_win.php?type=$graph_type&period=2419200&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=180000\", \"month_".$win_handle."\")'><img src='images/grafica_m.png' border='0' alt='' /></a> ";
|
||||
|
||||
$link ="winopeng('operation/agentes/stat_win.php?type=$graph_type&period=604800&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=6000','week_".$win_handle."')";
|
||||
echo '<a href="javascript:'.$link.'"><img src="images/grafica_w.png" border='0' alt='' /></a> ';
|
||||
echo '<a href="javascript:'.$link.'"><img src="images/grafica_w.png" border="0" alt="" /></a> ';
|
||||
|
||||
$link ="winopeng('operation/agentes/stat_win.php?type=$graph_type&period=86400&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=600','day_".$win_handle."')";
|
||||
echo '<a href="javascript:'.$link.'"><img src="images/grafica_d.png" border='0' alt='' /></a> ';
|
||||
echo '<a href="javascript:'.$link.'"><img src="images/grafica_d.png" border="0" alt="" /></a> ';
|
||||
|
||||
$link ="winopeng('operation/agentes/stat_win.php?type=$graph_type&period=3600&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=60','hour_".$win_handle."')";
|
||||
echo '<a href="javascript:'.$link.'"><img src="images/grafica_h.png" border='0' alt='' /></a>';
|
||||
echo '<a href="javascript:'.$link.'"><img src="images/grafica_h.png" border="0" alt="" /></a>';
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue