2010-08-09 Sergio Martin <sergio.martin@artica.es>

* extensions/agents_modules.php: Fixed the horizontal 
	pagination to keep the vertical pagination when navigate



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3112 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-09 10:34:45 +00:00
parent 41f1515347
commit daf470e347
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-08-09 Sergio Martin <sergio.martin@artica.es>
* extensions/agents_modules.php: Fixed the horizontal
pagination to keep the vertical pagination when navigate
2010-08-09 Sergio Martin <sergio.martin@artica.es>
* extensions/agents_modules.php: Added the meaning of the colours

View File

@ -81,7 +81,7 @@ function mainAgentsModules() {
if($hor_offset > 0) {
$new_hor_offset = $hor_offset-$block;
echo "<th width='30px'><a href='index.php?sec=extensions&sec2=extensions/agents_modules&refr=0&hor_offset=".$new_hor_offset."'><<</a> </th>";
echo "<th width='30px'><a href='index.php?sec=extensions&sec2=extensions/agents_modules&refr=0&hor_offset=".$new_hor_offset."&offset=".$offset."'><<</a> </th>";
}
echo "<th width='150px'>".__("Agents")." \\ ".__("Modules")."</th>";
@ -98,7 +98,7 @@ function mainAgentsModules() {
if(($hor_offset + $block) < $nmodules) {
$new_hor_offset = $hor_offset+$block;
echo "<th width='30px'><a href='index.php?sec=extensions&sec2=extensions/agents_modules&refr=0&hor_offset=".$new_hor_offset."'>>></a> </th>";
echo "<th width='30px'><a href='index.php?sec=extensions&sec2=extensions/agents_modules&refr=0&hor_offset=".$new_hor_offset."&offset=".$offset."'>>></a> </th>";
}
$agents = get_agents (array ('offset' => (int) $offset,