Ignore:
Timestamp:
2011/03/04 21:07:21 (13 years ago)
Author:
shutta
Message:

SC_PageNaviクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Status.php

    r20345 r20491  
    184184 
    185185        // ページ送りの取得 
    186         $objNavi = new SC_PageNavi($pageno, $linemax, $page_max, "fnNaviSearchOnlyPage", NAVI_PMAX); 
     186        $objNavi = new SC_PageNavi_Ex($pageno, $linemax, $page_max, "fnNaviSearchOnlyPage", NAVI_PMAX); 
    187187        $this->tpl_strnavi = $objNavi->strnavi;      // 表示文字列 
    188188        $startno = $objNavi->start_row; 
Note: See TracChangeset for help on using the changeset viewer.