2010-11-15 Raúl Mateos <raulofpandora@gmail.com>
* include/functions_events.php: Show text in Agent detail when no events found. Commented old code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c8494bfbb6
commit
8071a45912
|
@ -1,3 +1,8 @@
|
||||||
|
2010-11-15 Raúl Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* include/functions_events.php: Show text in Agent detail when no events
|
||||||
|
found. Commented old code.
|
||||||
|
|
||||||
2010-11-15 Miguel de Dios <miguel.dedios@artica.es>
|
2010-11-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/agentes/estado_ultimopaquete.php: fixed the single quote instead
|
* operation/agentes/estado_ultimopaquete.php: fixed the single quote instead
|
||||||
|
|
|
@ -287,10 +287,10 @@ function print_events_table ($filter = "", $limit = 10, $width = 440, $return =
|
||||||
|
|
||||||
if ($result === false) {
|
if ($result === false) {
|
||||||
$return = '<div class="nf">'.__('No events').'</div>';
|
$return = '<div class="nf">'.__('No events').'</div>';
|
||||||
if ($return === false) {
|
# if ($return === false) {
|
||||||
|
# echo $return;
|
||||||
|
# }
|
||||||
echo $return;
|
echo $return;
|
||||||
}
|
|
||||||
return $return;
|
|
||||||
} else {
|
} else {
|
||||||
$table->cellpadding = 4;
|
$table->cellpadding = 4;
|
||||||
$table->cellspacing = 4;
|
$table->cellspacing = 4;
|
||||||
|
|
Loading…
Reference in New Issue