core

Changeset 24909

Show
Ignore:
Timestamp:
11/25/08 21:28:06 (6 weeks ago)
Author:
Guite
Message:

fixed #391 - Change Default Pager Type

Location:
development
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • development/main/system/pnRender/plugins/function.pager.php

    r24770 r24909  
    3636 * @param    string    $maxpages                - optional maximum number of displayed pages, others will be hidden / suppressed 
    3737 *                                                   (default: 0 = show all pages) 
    38  * @param    string    $display                 - optional choice from 'page' or 'startnum'. Show links using page number or starting item number 
     38 * @param    string    $display                 - optional choice between 'page' or 'startnum'. Show links using page number or starting item number (default is page) 
    3939 * @param    string    $class                   - optional class to apply to the pager container (default : pn-pager) 
    4040 * @param    bool      $processDetailLinks      - should the single page links be processed? (default: false if using pagerimage.html, otherwise true) 
     
    6161 
    6262    if (!isset($params['display'])) { 
    63         $params['display'] = 'startnum'; 
     63        $params['display'] = 'page'; 
    6464    } 
    6565 
  • development/zikula-1/system/pnRender/plugins/function.pager.php

    r24727 r24909  
    3636 * @param    string    $maxpages                - optional maximum number of displayed pages, others will be hidden / suppressed 
    3737 *                                                   (default: 0 = show all pages) 
    38  * @param    string    $display                 - optional choice from 'page' or 'startnum'. Show links using page number or starting item number 
     38 * @param    string    $display                 - optional choice between 'page' or 'startnum'. Show links using page number or starting item number (default is page) 
    3939 * @param    string    $class                   - optional class to apply to the pager container (default : pn-pager) 
    4040 * @param    bool      $processDetailLinks      - should the single page links be processed? (default: false if using pagerimage.html, otherwise true) 
     
    6161 
    6262    if (!isset($params['display'])) { 
    63         $params['display'] = 'startnum'; 
     63        $params['display'] = 'page'; 
    6464    } 
    6565 
 
 
Powered by Trac
Design by Arcsin