Changeset 3162

Show
Ignore:
Timestamp:
11/22/06 13:30:33 (7 years ago)
Author:
p_lindheimer
Message:

Merged revisions 3161 via svnmerge from
https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk

........

r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line


#1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.2

    • Property svnmerge-integrated changed from /freepbx/trunk:1-3149,3153-3154,3159 to /freepbx/trunk:1-3149,3153-3154,3159,3161
  • freepbx/branches/2.2/amp_conf/htdocs/admin/functions.inc.php

    r3144 r3162  
    260260// draw list for users and devices with paging 
    261261function drawListMenu($results, $skip, $type, $dispnum, $extdisplay, $description) { 
    262   $perpage=20; 
     262  // Dirty Fix to get rid of [NEXT/PREV] since I'm not sure what passing skip does and don't want to mess with it. 
     263  // When someone feels like looking closer at the below, probably should remove the code. 
     264  // I removed pagination cause of the new scroll box ticket #1415 
     265  $perpage=20000; 
    263266   
    264267  $skipped = 0;