diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a7fd55a83f..e23f47e339 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-08-09 Sergio Martin + + * extensions/agents_modules.php: Fixed the horizontal + pagination to keep the vertical pagination when navigate + 2010-08-09 Sergio Martin * extensions/agents_modules.php: Added the meaning of the colours diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index ba8ffc575c..423a4da2fe 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -81,7 +81,7 @@ function mainAgentsModules() { if($hor_offset > 0) { $new_hor_offset = $hor_offset-$block; - echo "<< "; + echo "<< "; } echo "".__("Agents")." \\ ".__("Modules").""; @@ -98,7 +98,7 @@ function mainAgentsModules() { if(($hor_offset + $block) < $nmodules) { $new_hor_offset = $hor_offset+$block; - echo ">> "; + echo ">> "; } $agents = get_agents (array ('offset' => (int) $offset,